airbnb.com API: search_listings
airbnb.com via Parse · travel
Full-text location search across Airbnb stay listings. Returns paginated summaries with pricing, ratings, images, coordinates, and host info. Filters narrow by dates, guest count, price range, beds/bedrooms/bathrooms, and property type. Pagination uses an opaque cursor; each page returns up to items_per_page results. Server-side ordering is fixed (Airbnb relevance); client-side sorting over the returned list is the only option for custom order. Search and retrieve detailed information about Airbnb listings including availability, reviews, and pricing Fulfilled by Parse from airbnb.com.
- airbnb-com
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/ebfc2570-a5db-4d9b-9105-c3439a6586fb/search_listings
- Interface artifact
- sha256:ef6daa531c6df3415b5e67e6010b601a026ee9b2054bee1165e4277e69e21adc
- Manifest digest
- sha256:d896612a30b83dcda7e8534bde88603095d84706a468cffb8f186d45cf38386c
Request fields
- pets (integer): Number of pets
- query (string, required): Search location (e.g. 'Paris, France', 'New York', 'Tokyo')
- adults (integer): Number of adults
- cursor (string): Pagination cursor from next_cursor of a previous response
- checkin (string): Check-in date in YYYY-MM-DD format
- infants (integer): Number of infants
- checkout (string): Check-out date in YYYY-MM-DD format
- children (integer): Number of children
- currency (string): Currency code for pricing (e.g. USD, EUR, GBP)
- min_beds (integer): Minimum number of beds
- max_price (integer): Maximum price filter
- min_price (integer): Minimum price filter
- min_bedrooms (integer): Minimum number of bedrooms
- min_bathrooms (integer): Minimum number of bathrooms
- property_type (string): Property type filter
- items_per_page (integer): Number of results per page
Example queries
- {"query":"Paris, France","adults":"2","cursor":"eyJzZWN0aW9uX29mZnNldCI6MCwiaXRlbXNfb2Zmc2V0Ijo1LCJ2ZXJzaW9uIjoxfQ==","checkin":"2026-10-01","checkout":"2026-10-06","items_per_page":"18"}