Stay Search Intelligence API
Stay Search Intelligence is a powerful Airbnb API for searching short-term rental listings, extracting property details, scraping listing data, collecting reviews, and exploring map-based results.
Stay Search Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Listing Reviews /api/v1/reviews |
Return paginated listing reviews in structured JSON. |
| GET |
Get Review Sentiment /api/v1/reviews/sentiment |
Return a lightweight positive/neutral/negative review sentiment breakdown. |
| GET |
Get Review Keywords /api/v1/reviews/keywords |
Return top review keywords and themes for a listing. |
| GET |
Get Reviews Summary /api/v1/reviews/summary |
Return the lightweight review summary without the full review corpus. |
| GET |
Compare Properties /api/v1/compare |
Compare multiple supported Airbnb listing URLs side by side. |
| GET |
Get Property Summary /api/v1/property/summary |
Fetch a compact dashboard-friendly property summary. |
| GET |
Get Availability /api/v1/availability |
Return stay rules and requested-date availability hints when present. |
| GET |
Get Pricing /api/v1/pricing |
Return date-aware pricing totals and rate options for a supported listing URL. |
| GET |
Get Host Profile /api/v1/host |
Return host profile basics, superhost flags, and response stats when present. |
| GET |
Get Property Images /api/v1/property/images |
Return property image URLs, captions, and cover image metadata. |
| GET |
Get Review Job Result /api/v1/jobs/{job_id}/result |
Fetch the completed result for an async review extraction job. |
| GET |
Get Property Details /api/v1/property |
Fetch the full structured property record for a supported Airbnb listing URL. |
| GET |
Get Review Job Status /api/v1/jobs/{job_id} |
Check the status of an async review extraction job. |
| POST |
Create Review Job /api/v1/jobs/reviews |
Create an async review extraction job for very large review datasets. |
| GET |
Health Check /health |
Check whether the public API is reachable and ready to serve requests. |
| POST |
Search Listings Batch /api/v1/listings/batch |
Run multiple location searches in one request. |
| POST |
Get Listing Reviews Batch /api/v1/reviews/batch |
Fetch paginated review payloads for multiple listing URLs in one request. |
| POST |
Get Property Details Batch /api/v1/property/batch |
Fetch full property details for multiple supported Airbnb listing URLs. |
| GET |
Search Listings /api/v1/listings |
Search supported stay listings by location and travel dates. |
| GET |
Search Listings By Map /api/v1/listings/map |
Search supported stay listings inside a map bounding box. |