Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Get Airbnb room API Playground
Returns normalized Airbnb public room details.
GETapiKey5 credits/requestairbnb.RoomResponseAirbnb
Endpoint details
Returns normalized Airbnb public room details.
- Method
- GET
- Path
- /airbnb/room/{id}
- Authentication
- apiKey
- Credit cost
- 5 credits/request
- Platform
- Airbnb
- Parameters
- 2 documented fields
Request parameters
id:pathx-api-key:header
Response schema fields
amenitiesdescriptionhostidimagelocationpriceratingreview_counttitleurl
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"id": "12345678",
"title": "Apartment in New York",
"review_count": 100
}
}cURL example
curl "https://api.crawlora.net/api/v1/airbnb/room/<id>" \
-H "x-api-key: <api-key>"