Worldometer Data Scraper
Pricing
from $19.00 / 1,000 results
Worldometer Data Scraper
Scrapes real-time world statistics from Worldometer sections including world population, coronavirus, cars, and population by country. Returns each counter as a flat row with its name, value, and category.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Share
Worldometer Data Scraper
Scrape real-time world statistics from Worldometer, from population and health to cars and COVID-19 data. Every record returns the latest counter value, timestamp, and category in a flat, analysis-ready row. Export to CSV, JSON, Excel, or XML.
Worldometer publishes live counters for global population, government spending, health, and the environment, but the data is spread across dozens of pages and not available as a bulk download. This Actor reads the public counters directly from any section you choose and returns each one in a consistent schema, so you can track changes over time without manual copying.\n\nRun it on a schedule to build your own time-series dataset of world statistics.
| Who uses it | What they scrape Worldometer for |
|---|---|
| Data journalists | Fact-checking a live population or health statistic for a story. |
| Researchers and academics | Building a longitudinal dataset of world demographic indicators. |
| Educators | Grabbing the latest world population or CO2 emissions for a classroom dashboard. |
| NGO analysts | Monitoring public health or environmental counters for a report. |
What it does
This Actor collects real-time counter values from Worldometer sections and returns each counter as a flat row with its name, numeric value, and category.
- π World Population: live world population clock, births today, deaths today, and annual growth rate.
- π¦ Coronavirus: total cases, active cases, deaths, and recoveries from the COVID-19 pandemic.
- π Cars: cars produced this year, bicycles produced, and related automotive counters by country.
- πΊοΈ Population by country: country-level population, yearly change, density, land area, and world share.
- π All counters: every available counter across all sections in a single run.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Worldometer data
π Build a world population time series.
A researcher runs the World Population section daily and appends the results to a database to track the live population clock and annual growth rate over months.
π¦ Archive COVID-19 statistics.
A health analyst scrapes the Coronavirus section weekly to preserve the total cases, deaths, and recoveries as the pandemic counters evolve.
πΊοΈ Compare country demographic indicators.
An educator scrapes the Population by country section to get the latest population, density, and land area for every nation for a geography assignment.
π Monitor multiple counters for a dashboard.
A data journalist selects All counters and feeds the live values into a newsroom dashboard that displays world statistics in real time.
Why choose this scraper
| What you get | |
|---|---|
| No API key or registration | Reads the public Worldometer pages directly with no authentication. |
| Scheduled time-series | Run the Actor daily or hourly to capture changing counter values over time. |
| Fixed flat schema | Every counter arrives as a predictable row with a name, value, and category. |
| Multiple export formats | Download your dataset as CSV, JSON, Excel, or XML. |
How it compares
This Actor covers multiple Worldometer sections with a single input selector, while the alternative focuses on population and demographic indicators.
| Feature | ParseForge | Worldometers Statistics Scraper |
|---|---|---|
| World Population section | Yes | Yes |
| Coronavirus (COVID-19) section | Yes | Not listed |
| Cars produced section | Yes | Not listed |
| Population by country section | Yes | Yes |
| All counters in one run | Yes | Not listed |
| Section selector input | Yes | Not listed |
Configure the run
Drive the Actor by selecting a Worldometer section, and set a maximum number of records to cap the run. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Worldometer Data Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Worldometer through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/worldometer-data-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that the selected section has counters available. The Worldometer page structure may have changed; try running the All counters option to see which sections return data.
The counter values look different from the website.
Worldometer counters update continuously. A slight difference between the scraped value and the live page is expected due to the time between the HTTP request and your viewing.
The run fails with a timeout.
Worldometer pages can be slow to load. Increase the Actor's timeout in the run settings, or reduce the maxItems to limit the number of pages visited.
Some counters are missing from the dataset.
Worldometer occasionally adds or removes counters. The Actor returns whatever is present on the page at the time of the run. Try running again later.
Can I scrape a section not listed in the dropdown?
The Actor supports the five sections listed. If you need a different Worldometer page, contact the developer with the URL for a possible update.
FAQ
| Question | Answer |
|---|---|
| What sections of Worldometer can I scrape? | You can scrape World Population, Coronavirus, Cars, Population by country, or all counters at once by selecting the corresponding option in the input. |
| How often is the data updated? | Worldometer counters update in real time or near-real time. Run this Actor on a schedule to capture the latest values at your desired interval. |
| Can I scrape a specific country's data? | The Population by country section returns data for all countries in one run. You can filter the resulting dataset by country name after the run completes. |
| Does this Actor require an API key? | No. It reads the public Worldometer pages directly, so no registration or API key is needed. |
| What format does the output come in? | The dataset is stored in the Apify key-value store and can be exported to CSV, JSON, Excel, or XML. |
| Can I limit how many records are collected? | Yes. Set the Maximum records field to cap the number of counters returned per run, from 1 up to 1,000,000. |
| Is historical data available? | Worldometer shows current counter values. To build historical data, run this Actor on a schedule and store each run's dataset. |
| Can I get the world population clock value? | Yes. Select the World Population section to get the current world population, births today, deaths today, and the annual growth rate. |
| Does it scrape the COVID-19 pandemic data? | Yes. The Coronavirus section returns total cases, active cases, deaths, and recoveries from the Worldometer COVID-19 page. |
| What is the maximum number of records I can collect? | You can collect up to 1,000,000 records per run, though the actual number of available counters is much smaller. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Worldometers.info. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
