AirBnb
Airbnb Listing API
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.
Make Your First Request
API Parameters
Parameter | Default Value | Required | Description |
---|---|---|---|
location | New York | Yes | The location to search for listings. |
checkIn | 2023-01-01 | Yes | The check-in date for the listings. |
checkOut | 2023-01-02 | No | The check-out date for the listings. |
nextPageToken | - | No | The token used to retrieve the next page of results. |