Airbnb Intelligence
Access real-time Airbnb data through 26 REST endpoints. Search properties, retrieve pricing, reviews, calendars, host profiles, and experiences across 180+ countries. Structured JSON responses with pagination, multi-currency, and multi-locale support.
Airbnb Intelligence endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
Search properties by location /v1/searchPropertiesByLocation |
Search for Airbnb properties by location name. Returns a paginated list of listings matching the query and filters, including property summaries, pricing (when dates are… |
| GET |
Search properties by coordinates /v1/searchPropertiesByCoordinates |
Search for Airbnb properties within a geographic bounding box defined by northeast and southwest coordinates. Ideal for map-based interfaces where you want to load listings… |
| GET |
Destination suggestions /v1/searchDestination |
Autocomplete endpoint for resolving location text into structured destination suggestions. Returns place IDs, display names, and coordinates for each match. Use this to get a… |
| GET |
Scrape any Airbnb URL /v1/scrapeByURL |
Extract structured data from any Airbnb listing URL. Accepts standard Airbnb room URLs and returns the full property details in the same format as Get Property Details. Useful… |
| GET |
Search properties by ID /v1/searchPropertiesByID |
Search for Airbnb properties using a Google Place ID. This is the most precise search method — use the Place ID returned by the Search Destination endpoint. Returns the same… |
| Property | ||
| GET |
Get property images /v1/getPropertyImages |
Returns all photos for a specific listing, including high-resolution image URLs, captions, and room/category labels. Images are returned in display order. Use for building… |
| GET |
Get property reviews /v1/getPropertyReviews |
Returns paginated guest reviews for a specific Airbnb listing. Each review includes the reviewer name, date, rating, comment text, and optional host response. Supports sorting by… |
| GET |
Get property pricing /v1/getPropertyPricing |
Returns a detailed price breakdown for a specific listing and date range. Includes nightly rate, cleaning fee, service fee, taxes, total price, and any discounts… |
| GET |
Get property calendar /v1/getPropertyCalendar |
Returns the availability calendar for a listing across multiple months. Each day includes availability status, nightly price, minimum stay requirement, and booking status. Ideal… |
| GET |
Get property rules /v1/getPropertyRules |
Returns the house rules, check-in/check-out times, cancellation policy, safety information, and additional host-set rules for a specific listing. Useful for displaying booking… |
| GET |
Get property availability /v1/getPropertyAvailability |
Checks whether a specific listing is available for a given date range. Returns availability status (available/unavailable), minimum/maximum night requirements, and any booking… |
| GET |
Get property details by ID /v1/getPropertyDetails |
Returns comprehensive details for a single Airbnb listing. Includes property title, description, location, coordinates, amenities list, bedroom/bathroom configuration, host… |
| Host | ||
| GET |
Get Host reviews /v1/getHostReviews |
Returns paginated reviews across all listings managed by a specific host. Aggregates guest feedback from all of the host's properties. Each review includes the reviewer, date,… |
| GET |
Get Host details /v1/getHostDetails |
Returns detailed profile information for an Airbnb host. Includes host name, profile photo, Superhost status, identity verification, response rate, response time, years of… |
| GET |
Get Host properties /v1/getHostProperties |
Returns a paginated list of all active listings managed by a specific host. Each listing includes a summary with title, thumbnail, location, rating, and pricing. Useful for… |
| Experience & Services | ||
| GET |
Search experiences by location /v1/searchExperiences |
Search for Airbnb Experiences in a given location. Experiences are activities hosted by locals — tours, workshops, cooking classes, adventures, and more. Filter by category,… |
| GET |
Get Experience / Service reviews /v1/getExperienceReviews |
Returns paginated guest reviews for a specific Airbnb Experience. Each review includes the reviewer name, date, rating, and comment text. Supports cursor-based pagination and… |
| GET |
Get Experience / Service details /v1/getExperienceDetails |
Returns comprehensive details for a single Airbnb Experience. Includes title, description, what's included, host information, location, duration, group size, pricing, photos,… |
| Meta | ||
| GET |
getExperienceFilters /v1/getExperienceFilters |
Returns all available filters for Airbnb Experiences searches, including experience categories, traveler types, time of day options, and duration ranges. Use the returned filter… |
| GET |
getCurrencies /v1/getCurrencies |
Returns the complete list of currencies supported by Airbnb. Each currency includes its code (e.g., "USD", "EUR"), symbol, and display name. Use these currency codes as the… |
| GET |
getLanguages /v1/getLanguages |
Returns the complete list of languages supported by Airbnb. Each language includes its code (e.g., "en", "fr") and display name. Use these language codes as the `locale`… |
| GET |
getCategories /v1/getCategories |
Returns Airbnb property categories (e.g., "Amazing pools", "Beachfront", "Cabins", "Treehouses"). Categories can be used as a filter in search endpoints via the `category`… |
| GET |
getFilters /v1/getFilters |
Returns all available search filters for property searches, including property types, amenities, booking options, price ranges, and room configurations. Use the returned filter… |
Airbnb Intelligence pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 1 / second |
|
| ULTRA | $49 / month | 3 / second |
|
| MEGA Recommended | $149 / month | 10 / second |
|