Short-term rental research
Airbnbエンドポイントを使えば、「Short-term rental research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
27
サンプル数
7
ライブカタログスナップショット
稼働エンドポイント
7
メソッド
GET
必須パラメータ
14
スキーマ参照
7
{
"platform": "Airbnb",
"endpoint": "airbnb-host",
"method": "GET",
"path": "/airbnb/host/{id}",
"auth": "apiKey"
}ユースケース
Collect Airbnb stay search, room details, calendar hints, and public review snippets through documented API endpoints.
Airbnbエンドポイントを使えば、「Short-term rental research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Airbnbエンドポイントを使えば、「Stay search monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Airbnbエンドポイントを使えば、「Room review and calendar analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のAirbnbエンドポイントカタログから取得しています(エンドポイント7件、ドキュメント化されたリクエストパラメータ27個、公開レスポンススキーマ7件)。DocsとPlaygroundが参照しているカタログと同じものです。
Airbnbのエンドポイントは7件、3つのリクエストファミリーに分類されています(Host、Room、Search)。
これらのAirbnbエンドポイントには27個のリクエストパラメータがドキュメント化されており、うち14個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
7件のAirbnbエンドポイントのうち7件が実際のサンプルレスポンスを、7件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Airbnbのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Airbnbのエンドポイントは7個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/airbnb/host/{id}
/airbnb/room/{id}
/airbnb/search
エンドポイントカタログ
/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ツール 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ツール airbnb_host_listings
/airbnb/host/{id}/reviewsReturns reviews guests left for an Airbnb host, paginated, including the reviewer name and location.
MCPツール airbnb_host_reviews
/airbnb/room/{id}Returns normalized Airbnb public room details.
MCPツール airbnb_room
/airbnb/room/{id}/calendarReturns public calendar month hints parsed from Airbnb room bootstrap data.
MCPツール airbnb_room_calendar
/airbnb/room/{id}/reviewsReturns normalized Airbnb public review snippets.
MCPツール airbnb_room_reviews
/airbnb/searchReturns normalized Airbnb public web search results.
MCPツール airbnb_search
関連API
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.
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.