datasets_vehicle_listings_facets
Get aggregate term counts for vehicle listings by facet (source, make, model, body style, etc.) with optional filters for VIN, price, year, mileage, state, and seller type.
Instructions
Facet vehicle listings dataset. Returns terms aggregation counts for the vehicle listings dataset. Facet enum: source, make, model, trim, body_style, transmission, drive_type, fuel_type, seller_type, state, run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over make, model and trim, max 256 characters | |
| vin | No | Exact VIN filter | |
| make | No | Exact make filter, max 128 characters | |
| trim | No | Exact trim filter, max 128 characters | |
| facet | Yes | Facet enum: source, make, model, trim, body_style, transmission, drive_type, fuel_type, seller_type, state, run_id | |
| model | No | Exact model filter, max 128 characters | |
| state | No | Exact US state abbreviation filter, max 8 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| source | No | Exact source marketplace filter: carmax, autotrader, carsdotcom | |
| max_year | No | Maximum model year | |
| min_year | No | Minimum model year | |
| fuel_type | No | Exact fuel type filter, max 128 characters | |
| max_price | No | Maximum price in US dollars | |
| min_price | No | Minimum price in US dollars | |
| body_style | No | Exact body style filter, max 128 characters | |
| drive_type | No | Exact drivetrain filter, max 128 characters | |
| max_mileage | No | Maximum odometer mileage | |
| seller_type | No | Exact seller type filter: retailer, dealer, private | |
| transmission | No | Exact transmission filter, max 128 characters | |
| is_price_reduced | No | Filter for listings currently marked down from a previous price |