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
Every figure below is read from the live Airbnb endpoint catalog — 7 endpoints, 27 documented request parameters, and 7 published response schemas — the same catalog Docs and Playground run against.
7 documented Airbnb endpoints, grouped into 3 request families — Host, Room and Search.
27 request parameters are documented across those Airbnb endpoints, 14 of them required — the full input contract is public before you write any integration code.
7 of the 7 Airbnb endpoints ship a recorded example response, and 7 carry a documented response schema — you can code against the real JSON before the first request.
Airbnb endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
7 hosted MCP tools back the Airbnb endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
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.
MCP tool airbnb_host
/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.
MCP tool airbnb_host_listings
/airbnb/host/{id}/reviewsReturns reviews guests left for an Airbnb host, paginated, including the reviewer name and location.
MCP tool airbnb_host_reviews
/airbnb/room/{id}Returns normalized Airbnb public room details.
MCP tool airbnb_room
/airbnb/room/{id}/calendarReturns public calendar month hints parsed from Airbnb room bootstrap data.
MCP tool airbnb_room_calendar
/airbnb/room/{id}/reviewsReturns normalized Airbnb public review snippets.
MCP tool airbnb_room_reviews
/airbnb/searchReturns normalized Airbnb public web search results.
MCP tool airbnb_search
Related APIs
Travel & Hospitality
Research hotels, restaurants, attractions, and destination pages from TripAdvisor with normalized listing and review endpoints.
Travel & Hospitality
Turn Expedia's Stays, Flights, and Things To Do results into structured JSON — destination search, hotel listings with pricing and reviews, flight offers, and activity search, sourced from the same API the official mobile app uses. Credential-free.
Travel & Hospitality
Turn Booking.com's hotel, flight, and attractions surfaces into structured JSON — search results, hotel detail with rooms and photos, guest reviews, flight offers, and things-to-do listings, replayed directly against Booking.com's own persisted-query GraphQL and REST endpoints. Credential-free.
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.
No. Airbnb closed public API access years ago, and its official API today is available only to a small set of approved partners — large property managers and travel platforms — through a manual application process most developers never qualify for. Crawlora's Airbnb endpoints return the same public stay search, room, calendar, and review data as structured JSON with a single API key, no partner approval required.