airbnb_search
Search Airbnb listings by location, dates, guest count, price, and property type. Filter by entire home, private room, shared room, or hotel room. Get direct listing links with pagination support.
Instructions
Search for Airbnb listings with various filters and pagination. Provide direct links to the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Location to search for (city, state, etc.) | |
| placeId | No | Google Maps Place ID (overrides the location parameter) | |
| checkin | No | Check-in date (YYYY-MM-DD) | |
| checkout | No | Check-out date (YYYY-MM-DD) | |
| adults | No | Number of adults | |
| children | No | Number of children | |
| infants | No | Number of infants | |
| pets | No | Number of pets | |
| minPrice | No | Minimum price for the stay | |
| maxPrice | No | Maximum price for the stay | |
| cursor | No | Base64-encoded string used for Pagination | |
| 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 |