Data USA API
Pricing
from $10.00 / 1,000 results
Go to Apify Store

Data USA API
Fetches US demographic, economic, employment, health, and poverty data (no API key), including population, income, jobs, health stats, and poverty metrics.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Data USA API Actor
Fetches US economic and demographic data from the Data USA public API — no API key required.
What it does
This actor queries the Data USA API to retrieve structured government-style statistics about the United States, including:
| Category | Available Measures |
|---|---|
| Demographics | Population, Median Age |
| Economics | Household Income, Property Value, Average Wage |
| Employment | Total Employment, Number of Employees |
| Health | Adult Obesity, Diabetes Prevalence, Uninsured Rate |
| Poverty | Poverty Rate, Could Not See Doctor Due To Cost |
Data can be drilled down by Nation → State → County → Metro Area → Congressional District → Place.
Input Examples
1. National population over time
{"drilldowns": "Nation","measures": ["Population"],"year": "","outputFormat": "json"}
2. State-level income & poverty
{"drilldowns": "State","measures": ["Household Income", "Poverty Rate"],"year": "latest","sortBy": "Household Income","sortOrder": "desc","limit": 50}
3. County health data with visual summary
{"drilldowns": "County","measures": ["Adult Obesity", "Diabetes Prevalence"],"year": "latest","limit": 100,"outputFormat": "visualSummary"}
4. Custom API endpoint
{"customEndpoint": "https://datausa.io/api/data?drilldowns=State&measures=Population,Household Income&year=latest"}
Output
Records are pushed to the default dataset and are enriched with:
- Formatted strings (e.g.,
$65,000,12.34%,331,449,281) - Extraction timestamp and source tag
Key-Value Store Outputs
| Key | Description |
|---|---|
OUTPUT | Run summary with status, metadata, sample records |
METADATA | Source info, API URL, timestamps |
OUTPUT_CSV | CSV export (when outputFormat: "csv") |
VISUAL_SUMMARY | Statistics & top-5 rankings (when outputFormat: "visualSummary") |
Visual Summary includes
- Record count & year range
- Per-measure statistics: min, max, mean, median, sum, growth rate
- Top 5 records by the primary measure