Get Neighborhood Demographics & Economics
get_neighborhood_dataGet neighborhood demographics, income, home values, rent, education, cost of living, climate, and disaster risk for a US address or coordinates. Answers who lives there and what it costs.
Instructions
Profile of the neighborhood (or census block group) containing one US address or coordinate pair: demographics, median household income, home values, rent by bedroom count, education attainment, cost-of-living indices, climate and natural-disaster risk. Use this when the question is about who lives in an area or what it costs to live there. Do NOT use it for crime or safety scores (use get_crime_data) — no crime data is returned here. Pass either address or lat+lng, not both. The neighborhood field is null where no data exists for the location. US locations only; requires a DoorProfit API key and consumes 1 call from that key's quota, except for the free test address "500 Main St, Dallas, TX 75202".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (use together with lng, as an alternative to address). | |
| lng | No | Longitude (use together with lat, as an alternative to address). | |
| address | No | Full US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| location | No | The resolved location for the query. | |
| test_mode | No | True when querying the free test address. | |
| neighborhood | No | Neighborhood data; null when no data exists for the location. |