Airbnb: Search Rentals
Airbnb via Parse · Travel
Full-text location search over Airbnb rental listings. Accepts optional date range, guest count, price bounds, and property type filters. Returns a page of listing summaries with pricing, ratings, photos, and coordinates. Pagination is offset-based: advance by incrementing offset by limit. Each ListingSummary exposes a .details() method for the full property page (a separate fetch). Search Airbnb rentals by location and filters, view detailed property information including amenities and house rules, check availability calendars, and read guest reviews. Fulfilled by Parse from airbnb.pt.
- airbnb
- airbnb-pt
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a19880b2-0c85-4abb-bbbb-517e6e17a4f6/search_rentals
- Interface artifact
- sha256:caf2fd80e97167ccb0f67670f162c99ed47e186ad7f3b50e4d49da6d23c0d6fd
- Manifest digest
- sha256:49cdcc5b01c75c5a75eb63bd10e0da4f712b9b5ff3b1ac503ab4c1977274d9e7
Request fields
- limit (integer): Number of results per page: Allowed values: 5, 10, 18
- adults (integer): Number of adults
- offset (integer): Pagination offset (advance by limit to get next page): Allowed values: 0
- check_in (string): Check-in date in ISO format YYYY-MM-DD
- location (string): Search location query (e.g. 'Paris, France', 'New York', 'Almada, Portugal')
- check_out (string): Check-out date in ISO format YYYY-MM-DD
- price_max (integer): Maximum nightly price in EUR
- price_min (integer): Minimum nightly price in EUR
- property_type_ids (string): Comma-separated property type IDs: 1=House, 2=Guesthouse, 3=Apartment, 4=Hotel: Allowed values: 1, 2, 3, 4
Example queries
- {"limit":"5","adults":"1","offset":"0","location":"Paris, France","property_type_ids":"1"}