Short-term rental research
Use Airbnb endpoints to turn short-term rental research into repeatable API requests with documented inputs and JSON responses.
Build travel and lodging research workflows from structured Airbnb stay, room, availability, and review data.
Collect Airbnb stay search, room details, calendar hints, and public review snippets through documented API endpoints.
Endpoint families
2
Documented params
19
Examples
4
Live catalog snapshot
Active endpoints
4
Methods
GET
Required params
8
Schema refs
4
{
"platform": "Airbnb",
"endpoint": "airbnb-room",
"method": "GET",
"path": "/airbnb/room/{id}",
"auth": "apiKey"
}Related use cases
Use cases
Collect Airbnb stay search, room details, calendar hints, and public review snippets through documented API endpoints.
Use Airbnb endpoints to turn short-term rental research into repeatable API requests with documented inputs and JSON responses.
Use Airbnb endpoints to turn stay search monitoring into repeatable API requests with documented inputs and JSON responses.
Use Airbnb endpoints to turn room review and calendar analysis into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/airbnb/room/{id}
/airbnb/search
Endpoint catalog
/airbnb/room/{id}Returns normalized Airbnb public room details.
/airbnb/room/{id}/calendarReturns public calendar month hints parsed from Airbnb room bootstrap data.
/airbnb/room/{id}/reviewsReturns normalized Airbnb public review snippets.
/airbnb/searchReturns normalized Airbnb public web search results.
Related APIs
Start building