Go to Store
Neighborhood Demographics by Addressplat/plat-demographics

Market context for a property decision: demographic profile of the neighborhood around any US address — population, median household income, vacancy and housing stats. Use for market context on a property or neighborhood.

API

Run Neighborhood Demographics by Address from your own code. Maps IO calls the samerun-sync-get-dataset-items endpoint server-side and ingests the results into the enriched Postgres.

Set APIFY_API_KEY in your environment, then run the actor and read its dataset:

curl -X POST "https://api.apify.com/v2/acts/plat~plat-demographics/run-sync-get-dataset-items?token=$APIFY_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{ "searchStringsArray": ["coffee shop"], "maxCrawledPlacesPerSearch": 10 }'