Skip to main content
The Airbnb Listing API allows users to retrieve listings from Airbnb based on location and check-in/check-out dates.

Get Your API Key

Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in the x-api-key header.

Request Cost and API Credits

Each request to the Airbnb Listing API consumes API Credits from your account balance.
  • Cost per request: 5 API Credits
  • Credits are deducted only for successful requests.
  • Your total available credits depend on your active plan.
You can use your credits across all HasData APIs. The same credit balance is shared platform-wide.
Unused credits do not roll over. Any remaining credits expire at the end of the current billing period.
To monitor your credit usage and remaining balance, sign in to your account dashboard at app.hasdata.com.

Make Your First Request

curl --request GET \
  --url 'https://api.hasdata.com/scrape/airbnb/listing?location=New%20York&checkIn=2026-01-01&checkOut=2026-01-05' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
locationNew YorkYesThe location to search for listings.
checkIn2026-01-01YesThe check-in date for the listings.
checkOut2026-01-05NoThe check-out date for the listings.
adults-NoNumber of adults.
children-NoNumber of children.
infants-NoNumber of infants.
pets-NoNumber of pets.
nextPageToken-NoThe token used to retrieve the next page of results.