datasets_airbnb_facets
Facet the Airbnb markets dataset to obtain suppressed distribution counts across countries, markets, currencies, ratings, and review bands. Filter by country, market, superhost, or review count.
Instructions
Facet the Airbnb markets dataset. Returns suppressed distribution counts over the Airbnb markets dataset, honoring the same filters as search. Facet enum: country, market, currency, superhost, rating_band, review_band. group_by enum: country, market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facet | Yes | Facet enum: country, market, currency, superhost, rating_band, review_band | |
| market | No | Exact metro-market filter, max 128 characters | |
| country | No | Exact ISO-3166-1 alpha-2 country filter, e.g. FR | |
| group_by | No | Aggregate cell dimension enum: country, market. Defaults to country | |
| 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 bucket; raises the small-cell suppression floor | |
| min_review_count | No | Minimum listing review count, 0 or greater |