getStaysByBudget
Search for stays that fit within a budget for a given duration. Country is OPTIONAL - can search globally or filter by specific country. Perfect for queries like 'Find me somewhere to stay for 1 month under EUR 1000' or 'Find me a place in Spain for 1 month under EUR 1000'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 15) | |
| currency | Yes | Currency code (e.g., 'EUR', 'USD', 'GBP') | |
| maxPrice | Yes | Maximum price for the entire duration (e.g., 1000 for EUR 1000) | |
| continent | No | OPTIONAL: Continent name (e.g., 'Europe', 'Asia', 'Africa'). Filters results to stays in countries on this continent. If omitted, searches all continents globally. | |
| checkInDate | No | OPTIONAL: Check-in date. Can be a full date (e.g., '2026-05-15'), a month name (e.g., 'May' ? uses May 1st), or omit for today (2026-01-19) | |
| countryCode | No | OPTIONAL: 2-letter country code (e.g., 'ES', 'PT') or country name (e.g., 'Spain'). If omitted, searches all countries globally. | |
| durationDays | Yes | Duration of stay in days (e.g., 30 for 1 month, 90 for 3 months) |