Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Airbnb API

API Reference

Airbnb API Documentation

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.

Try Get Airbnb room Start with endpoint docsPricing

Quick start

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.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /airbnb/room/{id}
Credit cost
5 credits/request
curl -X GET "https://api.crawlora.net/api/v1/airbnb/room/example" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Get Airbnb room in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Airbnb platform pageError handling guideRate limits and credits

Airbnb API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/airbnb/room/{id}apiKey5 credits/request

Get Airbnb room

Returns normalized Airbnb public room details.

Required params: id:path

Get Airbnb room documentationTry Get Airbnb room in Playground
GET/airbnb/room/{id}/calendarapiKey5 credits/request

Get Airbnb room calendar

Returns public calendar month hints parsed from Airbnb room bootstrap data.

Required params: id:path

Get Airbnb room calendar documentationTry Get Airbnb room calendar in Playground
GET/airbnb/room/{id}/reviewsapiKey5 credits/request

Get Airbnb room reviews

Returns normalized Airbnb public review snippets.

Required params: id:path

Get Airbnb room reviews documentationTry Get Airbnb room reviews in Playground
GET/airbnb/searchapiKey5 credits/request

Search Airbnb stays

Returns normalized Airbnb public web search results.

Required params: location:query

Search Airbnb stays documentationTry Search Airbnb stays in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Get Airbnb room/airbnb/room/{id}GET5 credits/requestid:pathView docsTry endpoint
Get Airbnb room calendar/airbnb/room/{id}/calendarGET5 credits/requestid:pathView docsTry endpoint
Get Airbnb room reviews/airbnb/room/{id}/reviewsGET5 credits/requestid:pathView docsTry endpoint
Search Airbnb stays/airbnb/searchGET5 credits/requestlocation:queryView docsTry endpoint

Related Crawlora API pages

Airbnb scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingTripAdvisor API documentation
Back to docs