Hotels data
Crawlable pages for the Hotels API: public lodging search rows, market-level stay-discovery pages, opaque property IDs, amenities, ratings, locations, cached lead prices, and API reproduction payloads.
API index status
| API status | ok |
| Panel rows | 1,486 |
| Properties | 4,491 |
| Properties with geo | 821 |
| Offers | 39,859 |
| Source links | 18 |
Indexes
| Index | What it contains | API route |
|---|---|---|
| Markets | Long-tail hotel and vacation-rental markets with reproducible area-search requests. | POST /search/area |
| Search rows | GET-rendered examples that translate crawlable pages into public Hotels API search rows. | POST /search/area |
| Properties | Opaque public property IDs, names, locations, amenities, ratings, and cached lead prices. | GET /properties/{property_id} |
| Indexes | A compact map of the Hotels data surface, sitemap, llms.txt, and API endpoints. | GET /v1 |
New York, NY public hotel rows
Cached POST /v1/search/area result rendered from the same public response that developers receive.
No public cached hotel rows returned for this query.
Long-tail market targets
These pages turn indexed and target lodging markets into crawlable API result pages. They focus on places where independent inns, resorts, B&Bs, vacation rentals, and chain hotels make source coverage harder than single-source hotel search.
| Market | Region | Archetype | Country |
|---|---|---|---|
| New York, NY | New York | Indexed metro hotel markets | US |
| Paris, France | France | Indexed international hotel markets | FR |
| Prague, Czechia | Czechia | Indexed international hotel markets | CZ |
| London, United Kingdom | United Kingdom | Indexed international hotel markets | GB |
| Nashville, TN | Tennessee | Indexed metro hotel markets | US |
| Willemstad, Curacao | Curacao | Indexed international hotel markets | CW |
| Amsterdam, Netherlands | Netherlands | Indexed international hotel markets | NL |
| Antwerp, Belgium | Belgium | Indexed international hotel markets | BE |
| Berlin, Germany | Germany | Indexed international hotel markets | DE |
| Cape Town, South Africa | South Africa | Indexed international hotel markets | ZA |
| 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 |
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": {
"city": "New York (New York)"
},
"occupancy": {
"adults": 2
},
"freshness": "cached",
"limit": 50
}