Wikimedia Site Statistics Scraper
parseforge/wikimedia-site-statistics-scraper
Education
- Total users
- 2
- Monthly active
- 1
- Total runs
- 5
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 2 days ago
Overview

๐ Wikimedia Site Statistics Scraper
๐ Compare every major Wikimedia project side by side in seconds.
This Actor reads live statistics for any set of MediaWiki wikis (Wikipedia in any language, Wikimedia Commons, Wikidata, Wiktionary, and more) straight from the official MediaWiki API. No login, no API key. One clean row per wiki.
| For | Use it to |
|---|---|
| Researchers & analysts | Benchmark wiki size, activity, and growth across languages |
| Wikimedia contributors | Track articles, edits, active users, and admins per project |
| Data teams | Build a tidy cross-wiki statistics dataset |
๐ What it does
- Queries
action=query&meta=siteinfo&siprop=general|statisticsfor each wiki. - Returns pages, articles, edits, images, users, active users, admins, and jobs.
- Defaults to a broad set of major Wikimedia wikis; pass your own
wikislist for anything (including third-party MediaWiki sites).
๐ Output
| Field | Description |
|---|---|
๐ wiki |
Wiki host (e.g. en.wikipedia.org) |
๐ท๏ธ siteName |
Site name |
๐ฃ๏ธ language |
Content language code |
๐ url |
Canonical server URL |
๐ pages / articles |
Total pages and content articles |
โ๏ธ edits |
Total edits |
๐ผ๏ธ images |
Uploaded files |
๐ฅ users / activeUsers |
Registered and recently active users |
๐ก๏ธ admins |
Administrators |
โ๏ธ jobs |
Queued jobs |
๐ scrapedAt |
When this row was collected |
Sample record:
{ "wiki": "en.wikipedia.org", "siteName": "Wikipedia", "language": "en", "articles": 7229434, "edits": 1366154849, "users": 54185153, "activeUsers": 252948 }
๐ How to use
- Create a free account w/ $5 credit.
- Open the Actor, keep the default wikis or paste your own, set
maxItems. - Run it and download JSON, CSV, Excel, or XML.
โ FAQ
Do I need an API key? No. It uses the public MediaWiki API.
Which wikis can I query? Any MediaWiki host: every Wikipedia language, Commons, Wikidata, Wiktionary, Wikisource, and third-party MediaWiki sites.
How fresh is the data? Every run reads the API live.
๐ Recommended Actors
๐ก Pro Tip: browse the complete ParseForge collection for more data Actors.
This Actor is not affiliated with the Wikimedia Foundation. It reads publicly available data from the MediaWiki API. Follow the Wikimedia API etiquette guidelines.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| wikis | array | MediaWiki hosts to collect statistics for (e.g. en.wikipedia.org, commons.wikimedia.org). Leave empty for a broad default set of major Wikimedia wikis. | ["en.wikipedia.org","commons.wikimedia.o |
| maxItems | integer | Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 | 10 |
Pricing
from $3.62 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.00362 to $0.004 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~wikimedia-site-statistics-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.