/airbnb/room/{id}apiKey5 credits/requestGet Airbnb room
Returns normalized Airbnb public room details.
Required params: id:path
API Reference
Use Crawlora's Airbnb API endpoints to extract supported public Airbnb data as structured JSON. This documentation covers 4 active endpoints including Get Airbnb room, Get Airbnb room calendar, Get Airbnb room reviews, Search Airbnb stays. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, location, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/airbnb/room/example" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/airbnb/room/{id}apiKey5 credits/requestReturns normalized Airbnb public room details.
Required params: id:path
/airbnb/room/{id}/calendarapiKey5 credits/requestReturns public calendar month hints parsed from Airbnb room bootstrap data.
Required params: id:path
/airbnb/room/{id}/reviewsapiKey5 credits/requestReturns normalized Airbnb public review snippets.
Required params: id:path
/airbnb/searchapiKey5 credits/requestReturns normalized Airbnb public web search results.
Required params: location:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Airbnb room | /airbnb/room/{id} | GET | 5 credits/request | id:path | View docs | Try endpoint |
| Get Airbnb room calendar | /airbnb/room/{id}/calendar | GET | 5 credits/request | id:path | View docs | Try endpoint |
| Get Airbnb room reviews | /airbnb/room/{id}/reviews | GET | 5 credits/request | id:path | View docs | Try endpoint |
| Search Airbnb stays | /airbnb/search | GET | 5 credits/request | location:query | View docs | Try endpoint |