Usda: Query Layer
Usda via Parse · government_public
Query any specific data layer from any service for raw county-level data. Use list_available_layers to discover available services and layer IDs. Returns raw field values from the ArcGIS service. Fields vary by layer. 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.02 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/query_layer
- Interface artifact
- sha256:bd9b85e64a4b34d4bc3fb596c1f540bf051bbad8ae6c72f9e2278763edc8f2d1
- Manifest digest
- sha256:16d13e566bab776dd65bcadfec4860c17aafee724ca7f6be988471c0fa98a11b
Request fields
- limit (integer): Maximum number of counties to return. If omitted, returns all matching counties.: Allowed values: 2, 5
- service (string, required): Service name: people, jobs, income, county_classifications, or veterans.: Allowed values: people, jobs, income, county_classifications, veterans
- layer_id (string): Layer ID within the service. Use list_available_layers to discover valid IDs (0-39 depending on service).
- state_fips (string): 2-digit state FIPS code to filter by state. Leading zeros preserved.
- county_fips (string): 5-digit county FIPS code for a specific county. Leading zeros preserved.
Example queries
- {"limit":"2","service":"people","layer_id":"0","state_fips":"06","county_fips":"06037"}