geographicseattlecar-salesvehiclestransportationwashington-state2024automotive

Car Sales in Seattle — April 2024

Category
Geographic
Records
11,228 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
Verification
unverified
PII
None detected
File Size
~0.02 MB
Downloads
1

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

NameTypeDescription
sale_monthstring
citystring
makestring
modelstring
model_yearstring
primary_colorstring
vehicle_typestring
vehicle_primary_usestring
fuel_type_primarystring
electrification_levelstring
new_or_used_vehiclestring
owner_typestring
zip_codestring
transaction_typestring
transaction_channelstring
vehicle_record_countstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.6 / 5
1 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 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
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/582a63e8-8802-4f72-bd49-8c085e57ddee/download-url