datasets_airbnb_search
Search aggregate Airbnb short-term rental market data by country or metro. Filter by rating, superhost status, and freshness to get market rollups.
Instructions
Search the Airbnb markets dataset. Returns aggregate Airbnb short-term-rental market rollups from the dataset id enum value airbnb-markets. Aggregate-only: each row is a market cell (a country or a metro), never an individual listing. Thin cells are suppressed. group_by enum: country, market. Sort enum: listings_desc, superhost_pct_desc, rating_desc, key_asc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: listings_desc, superhost_pct_desc, rating_desc, key_asc | |
| market | No | Exact metro-market filter, e.g. Paris, 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 | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| 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); only listings last seen on or after it are counted | |
| min_listings | No | Minimum listings per cell; raises the small-cell suppression floor (never lowered below the built-in minimum) | |
| min_review_count | No | Minimum listing review count, 0 or greater |