airbnb_search
Search for Airbnb stays by location, dates, guests, or map bounds. Returns normalized public web results in JSON.
Instructions
Search Airbnb stays. Returns normalized Airbnb public web search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Adult guests | |
| check_in | No | Check-in date | |
| check_out | No | Check-out date | |
| currency | No | Currency for bounded map search | |
| location | Yes | Location | |
| ne_lat | No | Northeast latitude for bounded map search | |
| ne_lng | No | Northeast longitude for bounded map search | |
| page | No | 1-based page | |
| sw_lat | No | Southwest latitude for bounded map search | |
| sw_lng | No | Southwest longitude for bounded map search | |
| zoom | No | Map zoom for bounded map search |