CDC API Public Health & Disease Database avatar

CDC API Public Health & Disease Database

Pricing

from $0.01 / 1,000 results

Go to Apify Store
CDC API Public Health & Disease Database

CDC API Public Health & Disease Database

Access CDC public health data including disease surveillance, vaccination rates, mortality statistics, and health indicators. Track outbreaks, chronic diseases, and population health metrics by state and demographic.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

8 days ago

Last modified

Share

CDC API - Public Health & Disease Data

Access CDC public health data including disease surveillance, vaccination rates, mortality statistics, and health indicators. Track outbreaks, chronic diseases, and population health metrics.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "get_disease_data",
"limit": 100
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"get_disease_data"Yes*The operation to perform
diseasestring-NoDisease or condition name to search
statestring-NoUS state abbreviation (e.g., CA, TX, NY)
yearinteger-NoYear for data retrieval
ageGroupstring-NoAge group filter
dataCategorystring-NoCategory of health data
limitinteger100NoMaximum number of results to return
webhookUrlstring-NoURL to receive results via webhook
demoModebooleantrueNoRun with sample data (no API required)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach CDC API data request$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal