bluedoor data·Hotels API·bluedoor.sh

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 statusok
Panel rows0
Properties4,010
Properties with geo1,220
Offers40,912
Source links7

Indexes

IndexWhat it containsAPI route
MarketsLong-tail hotel and vacation-rental markets with reproducible area-search requests.POST /search/area
Search recipesGET-rendered examples that translate crawlable pages into Hotels API search payloads.POST /search/area
IndexesA 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.

MarketRegionArchetypeCountry
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
Sedona, AZArizonaPark gatewaysUS
Gatlinburg, TNTennesseePark gatewaysUS
Townsend, TNTennesseePark gatewaysUS
Page, AZArizonaPark gatewaysUS
Whitefish, MTMontanaPark gatewaysUS
Groveland, CACaliforniaPark gatewaysUS
Mariposa, CACaliforniaPark gatewaysUS
Bryce Canyon City, UTUtahPark gatewaysUS
Furnace Creek, CACaliforniaPark gatewaysUS
Oakhurst, CACaliforniaPark 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": {
    "q": "hotels in Provincetown MA"
  },
  "occupancy": {
    "adults": 2
  },
  "freshness": "cached",
  "limit": 50,
  "dates": {
    "checkin": "2026-07-15",
    "checkout": "2026-07-17"
  }
}