Car Sales in Seattle — April 2024
About this data
11,228 vehicle title transfer transactions in Seattle (981xx zip codes) for April 2024, sourced from the Washington State Department of Licensing open data portal. Fields: sale_month, city, make, model, model_year, primary_color, vehicle_type, vehicle_primary_use, fuel_type_primary, electrification_level, new_or_used_vehicle, owner_type, zip_code, transaction_type, transaction_channel, vehicle_record_count. Key stats: 11,228 total transactions. Top makes: Toyota (2,011), Honda (1,130), Subaru (925), Ford (724), Nissan (642). 8,165 used vs 3,063 new. All Seattle 981xx zip codes. Source: Washington State DOL Vehicle Title Transactions (public open data). Note: primary_color is 44% empty (consistent with WA DOL source). No sale price or mileage fields available in this government dataset.
Schema
| Name | Type | Description |
|---|---|---|
| sale_month | string | |
| city | string | |
| make | string | |
| model | string | |
| model_year | string | |
| primary_color | string | |
| vehicle_type | string | |
| vehicle_primary_use | string | |
| fuel_type_primary | string | |
| electrification_level | string | |
| new_or_used_vehicle | string | |
| owner_type | string | |
| zip_code | string | |
| transaction_type | string | |
| transaction_channel | string | |
| vehicle_record_count | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Car Sales in Seattle — April 2" })
// Found: 582a63e8-8802-4f72-bd49-8c085e57ddee
get_download_url({ dataset_id: "582a63e8-8802-4f72-bd49-8c085e57ddee" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/582a63e8-8802-4f72-bd49-8c085e57ddee/download-url