Usda: Get County Economic Data
Usda via Parse · government_public
Get comprehensive economic data for counties including unemployment rates (2007-2021), employment change, employment by industry sector, median household income, per capita income, and poverty rates. Combines Jobs and Income data services. Without filters returns all ~3,143 US counties. Pagination is internal; the response is a single page. Extract county-level economic data from the USDA Economic Research Service Rural Atlas, covering unemployment, employment, income, poverty, demographics, and county classifications for all 3,143 US counties. Fulfilled by Parse from data.ers.usda.gov.
- data-ers-usda-gov
- finance
- government-public
- maps-geo
- parse
- platform-key
- usda
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c7b74021-b401-4802-835a-401aee92b836/get_county_economic_data
- Interface artifact
- sha256:1fb39352c2bdba083f4a844d833dec8b17a49e4ee4bc8d4afdb227be67157dfe
- Manifest digest
- sha256:35ce1a28263be1c9d9375f5bdf0ec1a4c2f3cb637aabad7d929dba79614f08a5
Request fields
- limit (integer): Maximum number of counties to return. If omitted, returns all matching counties.: Allowed values: 2, 5
- state_fips (string): 2-digit state FIPS code to filter by state (e.g., '01' for Alabama, '06' for California). Leading zeros preserved.
- county_fips (string): 5-digit county FIPS code for a specific county (e.g., '06037' for Los Angeles County). Leading zeros preserved.
Example queries
- {"limit":"2","state_fips":"06","county_fips":"06037"}