Dashboard / Search builder
+ New key

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.