ParseForge Scrapers

Wikimedia Site Statistics Scraper

parseforge/wikimedia-site-statistics-scraper

Education

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
5
Bookmarked
0
Rating
Not rated yet
Last modified
2 days ago

Overview

ParseForge Banner

๐Ÿ“Š 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|statistics for 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 wikis list 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

  1. Create a free account w/ $5 credit.
  2. Open the Actor, keep the default wikis or paste your own, set maxItems.
  3. 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

FieldTypeWhat it doesDefault
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 forWhat it isPrice 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.

POST ยท run and get results
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.

input.json
{
  "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.

Related scrapers

Run Wikimedia Site Statistics Scraper on Apify All scrapers