geographicseattleneighborhoodslivabilityaffordabilityhousingcrimewalkabilityreal-estateurban-planningcomposite-index

Seattle Neighborhood Livability & Affordability Index — 2025

Category
Geographic
Records
77 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
1

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

NameTypeDescription
neighborhoodstring
regionstring
median_household_income_usdstring
median_home_value_usdstring
median_rent_1br_usdstring
home_ownership_pctstring
walk_scorestring
bike_scorestring
transit_scorestring
violent_crime_per_100kstring
property_crime_per_100kstring
safety_scorestring
avg_school_ratingstring
commute_to_downtown_minstring
livability_composite_scorestring

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: "Seattle Neighborhood Livabilit" })
// Found: 7657d687-06fb-4e81-bee6-63e7527b5e79
get_download_url({ dataset_id: "7657d687-06fb-4e81-bee6-63e7527b5e79" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/7657d687-06fb-4e81-bee6-63e7527b5e79/download-url