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
3
Documented params
27
Examples
7
Live catalog snapshot
Active endpoints
7
Methods
GET
Required params
14
Schema refs
7
{
"platform": "Airbnb",
"endpoint": "airbnb-host",
"method": "GET",
"path": "/airbnb/host/{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/host/{id}
/airbnb/room/{id}
/airbnb/search
Endpoint catalog
/airbnb/host/{id}Returns a normalized Airbnb public host profile — display name, Superhost and identity-verification status, location, bio, hosting tenure, total guest-review count, and total listing count.
/airbnb/host/{id}/listingsReturns the listings an Airbnb host manages, paginated. Page 1 comes from the host profile; deeper pages page through the host's full portfolio.
/airbnb/host/{id}/reviewsReturns reviews guests left for an Airbnb host, paginated, including the reviewer name and location.
/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
How to scrape Airbnb
Airbnb has no public API — its official API is closed to approved partners — and listing pages sit behind anti-bot defenses. Crawlora's Airbnb endpoints return stay search, room details, availability calendars, host profiles, and reviews as structured JSON with one API key.
Run a stay search for a location, dates, and guests, or target a specific room or host by ID from a listing URL.
Pass the query or ID to Crawlora's Airbnb endpoints (e.g. /airbnb/search, /airbnb/room/{id}, /airbnb/room/{id}/calendar) — managed execution handles the anti-bot layer.
Receive listing name, price, rating, review count, amenities, host details, availability-calendar hints, and individual reviews as clean JSON.
Feed short-term-rental market research, pricing models, and occupancy analysis, or re-run to track price, availability, and review changes over time.
FAQ
Send a location search or a room/host ID to Crawlora's Airbnb endpoints and get listings, prices, ratings, calendars, host profiles, and reviews back as structured JSON — no browser automation or proxy pool to maintain. Collect public data and respect Airbnb's terms.
Free scrapers break because Airbnb rotates its markup, gates pages behind anti-bot checks, and paginates search and reviews aggressively. Crawlora handles proxies, retries, and pagination at volume and returns search, room, calendar, host, and review data in one normalized JSON shape, plus hosted MCP tools for AI agents.
Collecting publicly accessible listing, price, and review data is generally permissible if you respect Airbnb's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.