bluedoor data·Hotels API·bluedoor.sh

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 statusok
Panel rows1,486
Properties4,491
Properties with geo821
Offers39,859
Source links18

Indexes

IndexWhat it containsAPI route
MarketsLong-tail hotel and vacation-rental markets with reproducible area-search requests.POST /search/area
Search rowsGET-rendered examples that translate crawlable pages into public Hotels API search rows.POST /search/area
PropertiesOpaque public property IDs, names, locations, amenities, ratings, and cached lead prices.GET /properties/{property_id}
IndexesA 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.

MarketRegionArchetypeCountry
New York, NYNew YorkIndexed metro hotel marketsUS
Paris, FranceFranceIndexed international hotel marketsFR
Prague, CzechiaCzechiaIndexed international hotel marketsCZ
London, United KingdomUnited KingdomIndexed international hotel marketsGB
Nashville, TNTennesseeIndexed metro hotel marketsUS
Willemstad, CuracaoCuracaoIndexed international hotel marketsCW
Amsterdam, NetherlandsNetherlandsIndexed international hotel marketsNL
Antwerp, BelgiumBelgiumIndexed international hotel marketsBE
Berlin, GermanyGermanyIndexed international hotel marketsDE
Cape Town, South AfricaSouth AfricaIndexed international hotel marketsZA
Provincetown, MAMassachusettsCoastal and island villagesUS
Hanover, NHNew HampshireCollege and historic townsUS
Jackson Hole, WYWyomingPark gatewaysUS
West Yellowstone, MTMontanaPark gatewaysUS
Estes Park, COColoradoPark gatewaysUS
Springdale, UTUtahPark gatewaysUS
Moab, UTUtahPark gatewaysUS
Bar Harbor, MEMainePark gatewaysUS

Access model

Public routePOST /v1/search/area for area-level stay discovery.
Credit modelAnonymous calls receive a courtesy daily credit grant; email keys raise the grant.
Freshnesscached is cheapest; live requests fan out to origins and cost more credits.
Public responseNormalized 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
}