Airbnb

Search listings, fetch property details, and pull guest reviews from Airbnb.

Available Tools

ToolEndpointCredits
Listing/api/v1/tools/airbnb/listing1
Reviews/api/v1/tools/airbnb/reviews1
Search/api/v1/tools/airbnb/search1

Authentication

All tool endpoints use the same Authorization header as the scrape API:

Authorization: Bearer sc_live_your_key_here

Response Format

Every tool returns a consistent envelope with data and meta fields:

{ "data": { ... }, "meta": { "tool": "airbnb-listing", "creditsUsed": 1, "requestId": "req_abc123" } }

Credit cost and request ID are also returned in response headers: X-Request-Cost, X-Remaining-Credits, X-Request-Id.