Hotels data
Crawlable pages for the Hotels API MVP: market-level stay-discovery recipes, long-tail lodging targets, request examples, and index status. The public API returns normalized listing facts and opaque property IDs without exposing source provenance.
API index status
| API status | ok |
| Panel rows | 0 |
| Properties | 4,010 |
| Properties with geo | 1,220 |
| Offers | 40,912 |
| Source links | 7 |
Indexes
| Index | What it contains | API route |
|---|---|---|
| Markets | Long-tail hotel and vacation-rental markets with reproducible area-search requests. | POST /search/area |
| Search recipes | GET-rendered examples that translate crawlable pages into Hotels API search payloads. | POST /search/area |
| Indexes | A compact map of the Hotels data surface, sitemap, llms.txt, and API endpoints. | GET /v1 |
Long-tail market targets
These pages turn the documented hotel long-tail target list into crawlable API request recipes. They focus on places where independent inns, resorts, B&Bs, and vacation rentals make source coverage harder than chain-heavy metro hotel search.
| Market | Region | Archetype | Country |
|---|---|---|---|
| Provincetown, MA | Massachusetts | Coastal and island villages | US |
| Hanover, NH | New Hampshire | College and historic towns | US |
| Jackson Hole, WY | Wyoming | Park gateways | US |
| West Yellowstone, MT | Montana | Park gateways | US |
| Estes Park, CO | Colorado | Park gateways | US |
| Springdale, UT | Utah | Park gateways | US |
| Moab, UT | Utah | Park gateways | US |
| Bar Harbor, ME | Maine | Park gateways | US |
| Sedona, AZ | Arizona | Park gateways | US |
| Gatlinburg, TN | Tennessee | Park gateways | US |
| Townsend, TN | Tennessee | Park gateways | US |
| Page, AZ | Arizona | Park gateways | US |
| Whitefish, MT | Montana | Park gateways | US |
| Groveland, CA | California | Park gateways | US |
| Mariposa, CA | California | Park gateways | US |
| Bryce Canyon City, UT | Utah | Park gateways | US |
| Furnace Creek, CA | California | Park gateways | US |
| Oakhurst, CA | California | Park gateways | US |
Access model
| Public route | POST /v1/search/area for area-level stay discovery. |
| Credit model | Anonymous calls receive a courtesy daily credit grant; email keys raise the grant. |
| Freshness | cached is cheapest; live requests fan out to origins and cost more credits. |
| Public response | Normalized listing facts, opaque property IDs, and manager/brand labels. |
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 Provincetown MA"
},
"occupancy": {
"adults": 2
},
"freshness": "cached",
"limit": 50,
"dates": {
"checkin": "2026-07-15",
"checkout": "2026-07-17"
}
}