IdealSpot Geodata
 ## Overview Use this API as your **local economy microscope** by querying [IdealSpot](https://www.idealspot.com) hyperlocal market insight and geometry data. We offer the most precise,…
IdealSpot Geodata endpoints
| Method | Endpoint | Description |
|---|---|---|
| Insights | ||
| GET |
Describe Insight /api/v1/data/insights/{id} |
Fetch request/response structure metadata for a given Insight. This provides you the periods of data available as well as any other parameters you may want to query the Insight… |
| GET |
List All Local Insights /api/v1/data/insights |
List all insights that the user has access to. This includes population, household income, crime statistics, walking traffic, vehicle traffic counts, employment, and much more, |
| GET |
Query Insight at Location /api/v1/data/insights/{id}/query |
Execute a query for a given insight and location(s). For testing, if selecting "establishment categories" then use the "gas stations and bookstores" to filter. |
| Vehicle Traffic | ||
| GET |
Search Road Segments /api/v1/traffic/roads/nearest/{latitude}/{longitude} |
For given latitude and longitude, find `n` nearest road segments |
| GET |
Vehicle Traffic Counts for Road Segment /api/v1/traffic/counts/{segment_id} |
Time of day, day of week, and side of street vehicle traffic counts. |
| Geometry | ||
| GET |
Fetch Administrative Regions using Lat/Lng /api/v1/geometries/regions/intersecting/{latitude}/{longitude} |
For given latitude and longitude, find intersecting administrative regions. Region polygons are simplified for web mapping. |
| GET |
Fetch Geometries /api/v1/geometries/geometry |
Fetch location GeoJSON. |
IdealSpot Geodata pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $75 / month | 1 / second |
|
| ULTRA Recommended | $335 / month | 1 / second |
|
| MEGA | $1,650 / month | 1 / second |
|