Dashboard / Search builder
⌘K
+ New key Search builder
Visually compose a /v1/search payload — text query, bbox, dates, filters.
Mode
Pick how to scope the search area.
Dates
Filters
Up to 50 results per call. Higher needs paging.
Request
Pasteable cURL command. Replace sk_live_… with your real key.
curl -X POST https://api.stayingapi.com/v1/search \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"location": "Lisbon, Portugal",
"filters": {
"priceMax": 250,
"minBeds": 2,
"minBedrooms": 1,
"adults": 2
},
"maxItems": 50
}' Response
Run preview to see live response data here.