Naco: Get Indicator Data
Naco via Parse · government_public
Retrieve bulk indicator data for all ~3,000 U.S. counties in a single request. Each request takes one dataset database name and one indicator name. The response includes FIPS code and indicator value per county. The upstream API may return a 500 for invalid dataset/indicator combinations. Access detailed U.S. county government data, bulk economic and funding indicators, and NACo research resources. Fulfilled by Parse from naco.org.
- finance
- government-public
- maps-geo
- naco
- naco-org
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/2c2ee68f-df52-4653-98eb-73ab9e98712b/get_indicator_data
- Interface artifact
- sha256:074286305e26408638efd4ff2e15f3a7689e4b7bae7d55d07349601ab10ce9ea
- Manifest digest
- sha256:a07519bde2b8b97ccefe2e2ffbd057a76931fed01f414ff75dbec2c6c00d5960
Request fields
- year (integer): The year for which to retrieve data.
- dataset_db (string, required): Database name for the dataset.: Allowed values: Federal_Funding, County_Economy
- indicators (string, required): Indicator database name. Must match the dataset_db. Confirmed working combinations: 'FED_PILT_Allocation' with 'Federal_Funding', 'ECON_GDP_Growth' with 'County_Economy'. Only one indicator per request is reliably supported.: Allowed values: FED_PILT_Allocation, ECON_GDP_Growth
Example queries
- {"year":"2025","dataset_db":"Federal_Funding","indicators":"FED_PILT_Allocation"}