get_radius_demographics
Get aggregated Census demographics for radius rings around a US property address — the standard 1/3/5-mile trade-area format used in CRE site analysis. Aggregates every census tract whose centroid falls within each radius: population, household-weighted median income, employment rate, college attainment, housing vacancy, renter share, and median rent.
Use this for trade-area / site analysis. Use get_market_demographics for the single census tract immediately around the address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Full US property address (e.g. "1234 Main St, Charlotte, NC 28202") | |
| radii_miles | No | Comma-separated radii in miles (default "1,3,5", each capped at 15) | 1,3,5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||