Home / Search
Hotels search recipes
Build a POST /v1/search/area request for a crawlable Hotels API market. The rendered page does not call live search; it gives the request body that clients can run with cached or live freshness.
Request body
{
"area": {
"q": "hotels in Joshua Tree CA"
},
"occupancy": {
"adults": 2
},
"freshness": "cached",
"limit": 50,
"dates": {
"checkin": "2026-07-15",
"checkout": "2026-07-17"
}
}Seeded market searches
These links are stable crawl entry points for common long-tail lodging searches.
Provincetown, MAHanover, NHJackson Hole, WYWest Yellowstone, MTEstes Park, COSpringdale, UTMoab, UTBar Harbor, MESedona, AZGatlinburg, TNTownsend, TNPage, AZWhitefish, MTGroveland, CAMariposa, CABryce Canyon City, UTFurnace Creek, CAOakhurst, CAChatham, MANantucket, MAMartha's Vineyard, MAKennebunkport, MECamden, MEBlock Island, RICape May, NJOuter Banks, NCTybee Island, GAMackinac Island, MIFriday Harbor, WACannon Beach, OR
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 Joshua Tree CA"
},
"occupancy": {
"adults": 2
},
"freshness": "cached",
"limit": 50,
"dates": {
"checkin": "2026-07-15",
"checkout": "2026-07-17"
}
}