The Airbnb Property API allows users to retrieve detailed information about a specific Airbnb listing using its URL.

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

curl --request GET \
  --url 'https://api.hasdata.com/scrape/airbnb/property?url=https%3A%2F%2Fwww.airbnb.com%2Frooms%2F7777642' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
urlhttps://www.airbnb.com/rooms/7777642YesThe URL of the Airbnb listing. Must be a valid Airbnb listing URL.