bluedoor data·Hotels API·bluedoor.sh

Home / Search

Hotels search rows

Cached public POST /v1/search/area rows for a crawlable Hotels API market, plus the request body clients can reproduce.

Public hotel rows

Query: Paris · showing 0 rows.

No public cached hotel rows returned for this query.

Request body

{
  "area": {
    "city": "Paris"
  },
  "occupancy": {
    "adults": 2
  },
  "freshness": "cached",
  "limit": 50
}

Seeded market searches

These links are stable crawl entry points for common long-tail lodging searches.

New York, NYParis, FrancePrague, CzechiaLondon, United KingdomNashville, TNWillemstad, CuracaoAmsterdam, NetherlandsAntwerp, BelgiumBerlin, GermanyCape Town, South AfricaProvincetown, 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, MA

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": "Paris"
  },
  "occupancy": {
    "adults": 2
  },
  "freshness": "cached",
  "limit": 50
}