Airbnb: Search Listings
Airbnb via Parse · travel
Search for accommodation listings by location with optional date and guest filters. Returns up to 18 listings per page. Paginates via an opaque cursor returned as next_cursor. Each listing includes coordinates, rating summary, and a total-stay price for the given dates. API to search and extract data from Airbnb UK listings including pricing, reviews, availability calendars, and experience schedules. Fulfilled by Parse from airbnb.co.uk.
- airbnb
- airbnb-co-uk
- marketplace
- parse
- platform-key
- real-estate
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d7e09341-bc1b-421a-8fb0-3c857882e8aa/search_listings
- Interface artifact
- sha256:26213069fa074ed87c24f1d6c0e727659ef9c9ae4b786785582da7551fe4816a
- Manifest digest
- sha256:5694e97549f5f17b8f118fe6ef804fd9d89075c5e52227fed4ceb0ca2ab0a2c5
Request fields
- adults (integer): Number of adults: Allowed values: 1, 2, 3, 4
- cursor (string): Pagination cursor from a previous search_listings response's next_cursor field
- checkin (string): Check-in date in YYYY-MM-DD format. Defaults to 7 days from today if omitted.
- checkout (string): Check-out date in YYYY-MM-DD format. Defaults to 14 days from today if omitted.
- location (string, required): Location string using Airbnb URL slug format (e.g. 'London--United-Kingdom', 'Paris--France', 'New-York--NY--United-States')
Example queries
- {"adults":"1","checkin":"2026-06-18","checkout":"2026-06-25","location":"London--United-Kingdom"}