Get daily neighborhood pricing data for a listing.
GET/listings/:listing_id/neighborhood/pricing
Returns a daily time series of neighborhood price data for the listing's local cluster — a geographic group of comparable properties with the same bedroom count near the listing.
Each entry includes the median nightly price, the p25 (low_price) and p75 (high_price)
price percentiles, and the number of listings in the cluster for that stay date. All prices
are in the market's native currency, reported in the currency field.
This is the same neighborhood data shown in the Wheelhouse pricing chart.
Request
Responses
- 200
- 401
- 403
- 404
- 406
- 422
- 429
Neighborhood price data.
API key authorization failed.
Listing authorization failed.
Listing not found, or no neighborhood cluster found for this listing's location.
Listing is inactive.
Listing is not covered by a Wheelhouse market, or has no location data.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.