airbnb_search
Discover Airbnb stays by location, dates, guest counts, property type, and price range. Browse results with pagination and get direct booking links.
Instructions
Search for Airbnb listings with various filters and pagination. Provide direct links to the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pets | No | Number of pets | |
| adults | No | Number of adults | |
| cursor | No | Base64-encoded string used for Pagination | |
| checkin | No | Check-in date (YYYY-MM-DD) | |
| infants | No | Number of infants | |
| placeId | No | Google Maps Place ID (overrides the location parameter) | |
| checkout | No | Check-out date (YYYY-MM-DD) | |
| children | No | Number of children | |
| location | Yes | Location to search for (city, state, etc.) | |
| maxPrice | No | Maximum price for the stay | |
| minPrice | No | Minimum price for the stay | |
| propertyType | No | Filter by property type: 'entire_home' (entire homes/apartments), 'private_room' (private rooms in shared homes), 'shared_room' (shared/dorm-style rooms), 'hotel_room' (hotel rooms) | |
| ignoreRobotsText | No | Ignore robots.txt rules for this request |