bluedoor data·Hotels API·bluedoor.sh

Home / Markets / Saratoga Springs, NY / Pool stays

Saratoga Springs, NY Pool stays

Reproducible Hotels API request for pool stays in Saratoga Springs, NY during March 2027. This page is intentionally a request recipe: call the API for current cached or live listing rows.

MarketSaratoga Springs, NY
Area queryhotels in Saratoga Springs NY
IntentSearches requiring a pool amenity.
Check-in2027-03-15
Check-out2027-03-17
Freshnesscached
API routePOST /v1/search/area

Request body

{
  "area": {
    "q": "hotels in Saratoga Springs NY"
  },
  "occupancy": {
    "adults": 2
  },
  "freshness": "cached",
  "limit": 50,
  "dates": {
    "checkin": "2027-03-15",
    "checkout": "2027-03-17"
  },
  "amenities": [
    "pool"
  ]
}
Get this page with API

Rendered from the bluedoor Hotels API. Reproduce the request from code:

POST https://api.bluedoor.sh/hotels/v1/search/area
{
  "area": {
    "q": "hotels in Saratoga Springs NY"
  },
  "occupancy": {
    "adults": 2
  },
  "freshness": "cached",
  "limit": 50,
  "dates": {
    "checkin": "2027-03-15",
    "checkout": "2027-03-17"
  },
  "amenities": [
    "pool"
  ]
}