Airbnb: Search Listings
Airbnb via Parse · travel
Search for Airbnb property listings by location, dates, guests, and price filters. Returns paginated results with listing summaries including pricing, ratings, and photos. Paginates via an opaque cursor returned in paginationInfo.nextPageCursor. Without checkin/checkout dates, the server picks nearby available date ranges automatically. Search and retrieve details for Airbnb property listings, reviews, and availability calendars. Fulfilled by Parse from zh.airbnb.com.
- airbnb
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
- zh-airbnb-com
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/0f1e45d6-7dca-47bf-8b26-40248647d7b7/search_listings
- Interface artifact
- sha256:d8be8f6e34610a4f5f3691a32c45f7d5b2a5542cf7f5357f833848a0fddbead2
- Manifest digest
- sha256:6c0ab47c21068c9463f637912946b5303a2f78e8a3ef10c1786790b1ef11abdb
Request fields
- query (string): Search location query (city, region, or address).
- cursor (string): Pagination cursor from a previous search response's paginationInfo.nextPageCursor.
- guests (integer): Number of adult guests.
- checkin (string): Check-in date in YYYY-MM-DD format.
- checkout (string): Check-out date in YYYY-MM-DD format.
- price_max (integer): Maximum total price filter.
- price_min (integer): Minimum total price filter.
Example queries
- {"query":"Tokyo","guests":"2","checkin":"2026-06-25","checkout":"2026-06-30","price_max":"500","price_min":"50"}