Home › Markets
Airbnb markets, comps, and rate comparison
These are the higher-value Airbnb workflows: comparable listing search, visible nightly rate distributions, market snapshots, and listing price audits. The tables below are rendered from production-shaped API calls, not placeholder prose.
Visible rate distribution
No market stats returned.
No listing rows returned.
Comparable listings within 2 miles
Center: 25.7726, -80.1316. Rows include distance, nightly price, source URL, and listing page links.
No market stats returned.
No listing rows returned.
Market snapshot method
No market stats returned.
| Method | search_result_snapshot_v1 |
| Notes | Statistics are computed from a bounded first-page Airbnb search result sample. |
Pricing audit
| Target listing | 47048969 |
| Target source | - |
| Audit position | - |
| Market median nightly | - |
| Procedure | - |
No listing rows returned.
Workflow unit prices
| Route | Method | Units | Use case | Policy |
|---|---|---|---|---|
comps_find/v1/comps/find | POST | 20 | Find comparable listings Search a market and return normalized comparable listings with optional distance and price fields. | 1 origin call max 900s TTL |
rates_compare/v1/rates/compare | POST | 30 | Compare listing rates Search up to 30 rooms and return price distribution statistics plus normalized listing rows. | 1 origin call max 900s TTL |
market_snapshot/v1/markets/snapshot | POST | 75 | Summarize a market search Return market-level price, rating, and listing-type statistics using a documented search-result snapshot procedure. | 1 origin call max 1,800s TTL 60s cooldown |
pricing_audit/v1/pricing/audit | POST | 40 | Audit a listing price against comps Fetch one listing detail and one bounded comps search, then compare the listing against market price statistics. | 2 origin call max 1,800s TTL |
Get this page with API
Rendered from the bluedoor Airbnb API. Reproduce it:
POST https://api.bluedoor.sh/airbnb/v1/comps/find {"query":"South Beach, Miami","checkin":"2026-07-12","checkout":"2026-07-14","adults":2,"limit":10,"latitude":25.7726,"longitude":-80.1316,"radius_miles":2}POST https://api.bluedoor.sh/airbnb/v1/rates/compare {"query":"South Beach, Miami","checkin":"2026-07-12","checkout":"2026-07-14","adults":2,"limit":20}POST https://api.bluedoor.sh/airbnb/v1/markets/snapshot {"query":"South Beach, Miami","checkin":"2026-07-12","checkout":"2026-07-14","adults":2,"limit":20}POST https://api.bluedoor.sh/airbnb/v1/pricing/audit {"listing_id":"47048969","query":"New York, NY","checkin":"2026-07-12","checkout":"2026-07-14","adults":2,"limit":11}GET https://api.bluedoor.sh/airbnb/v1/endpointsJSON