# bluedoor Hotels data Base data URL: https://bluedoor.sh/data/hotels API docs: https://bluedoor.sh/apis/hotels/docs API OpenAPI: https://api.bluedoor.sh/hotels/openapi.json What this contains: - Crawlable stay-discovery result rows for the bluedoor Hotels API. - 70 long-tail lodging markets. - 15 market-intent templates. - 12,000 seeded URLs in the sitemap. Core pages: - https://bluedoor.sh/data/hotels/markets - Long-tail hotel and vacation-rental markets with reproducible area-search requests. - https://bluedoor.sh/data/hotels/search - GET-rendered examples that translate crawlable pages into public Hotels API search rows. - https://bluedoor.sh/data/hotels/properties - Opaque public property IDs, names, locations, amenities, ratings, and cached lead prices. - https://bluedoor.sh/data/hotels/indexes - A compact map of the Hotels data surface, sitemap, llms.txt, and API endpoints. - https://bluedoor.sh/data/hotels/llms.txt - this file - https://bluedoor.sh/data/hotels/sitemap.xml - sitemap Route patterns: - /data/hotels/markets/ - /data/hotels/markets//intents//months/ - /data/hotels/search?area= - /data/hotels/search?city= - /data/hotels/properties/ Use the API for current data: - POST https://api.bluedoor.sh/hotels/v1/search/area - GET https://api.bluedoor.sh/hotels/v1/properties/{property_id} Public API responses return normalized listing facts and opaque property IDs, not raw source provenance.