datasets_airbnb_nearby
Retrieve Airbnb market density near a coordinate. Returns a geohash-grid density map with listing count and Superhost share per cell.
Instructions
Airbnb market density near a coordinate. Returns an aggregate geohash-grid density map of Airbnb listings within a radius of a coordinate, from dataset id enum value airbnb-markets. Each cell reports a centroid, listing count and Superhost share; thin cells are suppressed. Aggregate-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Center latitude, from -90 through 90 | |
| lon | Yes | Center longitude, from -180 through 180 | |
| country | No | Exact ISO-3166-1 alpha-2 country filter, e.g. US | |
| radius_m | Yes | Search radius in meters, from 1 through 50000 | |
| precision | No | Geohash precision, from 1 through 12; defaults to a value derived from the radius | |
| superhost | No | Count only Superhost listings | |
| min_rating | No | Minimum listing rating, from 0 through 5 | |
| active_since | No | Freshness filter, an ISO-8601 date (YYYY-MM-DD) | |
| min_listings | No | Minimum listings per cell; raises the small-cell suppression floor |