Who Global Health
Pricing
Pay per usage
Who Global Health
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Max N
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
WHO Global Health Scraper — World Health Organization Data API
Extract WHO global health statistics. Life expectancy, disease prevalence, mortality rates, and health indicators for 194 countries.
What data can you get?
- Indicator Code — WHO GHO indicator code
- Indicator Name — Human-readable indicator name
- Country Code — ISO3 country code
- Year — Observation year
- Sex — Sex dimension
- Value — Observation value
- Numeric Value — Numeric value
- Low — Lower bound
Each record includes a scrapedAt timestamp for tracking data freshness.
Use cases
- Policy analysis — Track regulatory trends and government program effectiveness
- Compliance monitoring — Stay current with federal data requirements
- Academic research — Build datasets for policy studies and economic analysis
- Journalism — Data-driven reporting on government activities
- Business intelligence — Incorporate government data into market research
- Grant applications — Reference official data sources in funding proposals
Input parameters
- Indicator Code: WHO GHO indicator code (e.g. WHOSIS_000001 for life expectancy). Browse at https://ghoapi.azureedge.net/api/Indicator — default:
"WHOSIS_000001" - Country Code (ISO3): Optional ISO3 country code to filter results (e.g. USA, GBR, CHN). Leave empty for all countries.
- Year: Optional year to filter results (e.g. 2020). Leave empty for all available years.
- Max Results: Maximum number of results to return from the WHO API. — default:
200
How to use
- No setup required — just configure your search parameters
- Set your search parameters using the input fields above
- Set maxResults to control how many records to fetch
- Click Start and wait for the run to complete
- Download results as JSON, CSV, or Excel — or connect via API
Example input
{"indicator": "WHOSIS_000001", "country": "USA", "maxResults": 100}
Example output
{"indicatorCode": "WHOSIS_000001", "indicatorName": "Life expectancy at birth (years)", "countryCode": "USA", "year": 2020, "sex": "BTSX", "numericValue": 77.28, "scrapedAt": "2026-02-26T12:00:00.000Z"}
Pricing
Pay-per-event pricing — you only pay for what you use:
- $0.1 per Actor start
- $0.0005 per data record
Example: Fetching 500 records costs $0.1 + $0.25 = $0.35 total.
No monthly fees. No minimum commitment. Scale up or down as needed.
Integrations
Connect this actor to your workflow with any Apify integration:
- API — Trigger runs and fetch results programmatically
- Webhooks — Get notified when runs complete
- Zapier / Make / n8n — Connect to 5,000+ apps without code
- Google Sheets — Export data directly to spreadsheets
- Slack / Email — Send alerts when new data is available
- Schedule — Run automatically on a daily, weekly, or custom schedule
API
No API key required. This actor uses a free, publicly accessible API. Rate limits apply — the actor handles them automatically.
FAQ
Do I need an API key? No. This actor uses a free public API with no registration required.
How many results can I fetch? Set the maxResults parameter to control output size. The actor handles pagination automatically.
How is pricing calculated? You pay $0.1 per start plus $0.0005 per data record. Example: fetching 500 records costs $0.1 + $0.25 = $0.35 total.
Can I schedule regular runs? Yes. Use Apify's scheduler to run this actor daily, weekly, or on any custom schedule.
What format is the output? JSON records in an Apify dataset. Export to CSV, JSON, Excel, or connect via API.