Seattle Neighborhood Livability & Affordability Index — 2025
About this data
A comprehensive multi-source composite index covering 77 Seattle neighborhoods across 14 dimensions. Combines US Census/ACS demographics and income data, housing market values from Zillow/Redfin, rental prices from ApartmentList/RentCafe, Walk Score/Bike Score/Transit Score metrics, Seattle Police Department crime statistics (violent and property crime rates per 100K), GreatSchools school ratings, commute time estimates, and a computed livability composite score. Each row represents one neighborhood with columns for: median household income, median home value, median 1BR rent, home ownership rate, walkability/bikeability/transit scores, violent and property crime rates, safety score, average school rating, commute time to downtown, and an overall livability composite score. Ideal for urban planning analysis, real estate investment modeling, relocation decision support, or training neighborhood recommendation agents.
Schema
| Name | Type | Description |
|---|---|---|
| neighborhood | string | |
| region | string | |
| median_household_income_usd | string | |
| median_home_value_usd | string | |
| median_rent_1br_usd | string | |
| home_ownership_pct | string | |
| walk_score | string | |
| bike_score | string | |
| transit_score | string | |
| violent_crime_per_100k | string | |
| property_crime_per_100k | string | |
| safety_score | string | |
| avg_school_rating | string | |
| commute_to_downtown_min | string | |
| livability_composite_score | 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: "Seattle Neighborhood Livabilit" })
// Found: 7657d687-06fb-4e81-bee6-63e7527b5e79
get_download_url({ dataset_id: "7657d687-06fb-4e81-bee6-63e7527b5e79" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/7657d687-06fb-4e81-bee6-63e7527b5e79/download-url