Wikipedia Pageviews Scraper - Article Traffic & Top Pages avatar

Wikipedia Pageviews Scraper - Article Traffic & Top Pages

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Wikipedia Pageviews Scraper - Article Traffic & Top Pages

Wikipedia Pageviews Scraper - Article Traffic & Top Pages

$0.5/1K ๐Ÿ”ฅ Fast Wikipedia pageviews scraper! Article traffic stats & daily top articles by project. No key. JSON, CSV, Excel or API in seconds. Enter articles or dates & pull thousands of views for trend & SEO analysis โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Wikipedia Pageviews Scraper

Scrape Wikipedia pageview statistics and the daily top-viewed articles โ€” fast, structured, and key-free. This Apify actor pulls article traffic data straight from the official Wikimedia REST Pageviews API and returns clean JSON/CSV rows you can drop into a dashboard, spreadsheet, or data warehouse.

Track how many people read a Wikipedia article each day or month, or discover what the whole world was reading on any given day. No API key, no login, no scraping fragile HTML.


Features

  • Per-article pageviews โ€” daily or monthly traffic for any list of articles over any date range.
  • Top viewed articles โ€” the most-read Wikipedia pages for any day (up to 1,000 per day) or a whole month.
  • Any language / project โ€” en.wikipedia, de.wikipedia, es.wikipedia, fr.wikipedia, and every other Wikimedia project.
  • Clean, typed output โ€” one row per data point, ISO dates, integer view counts.
  • No API key required โ€” uses the free official Wikimedia REST API with a descriptive User-Agent.
  • Datacenter-proxy friendly โ€” runs cheaply without residential proxies.

Modes

article โ€” per-article pageviews

Provide a project, a list of articles, a granularity (daily or monthly), and a startDate/endDate (YYYYMMDD). You get one row per article per timestamp.

top โ€” top viewed articles

Provide a project and a topYear / topMonth / topDay. Use a specific day (e.g. 01) for that day's ranking, or leave topDay empty / set it to all-days for every day in the month.


Input

FieldTypeDescription
modeselectarticle or top.
projectstringWikimedia project, e.g. en.wikipedia. Default en.wikipedia.
articlesarrayArticle titles (article mode). Default ["Python_(programming_language)", "Artificial_intelligence"].
granularityselectdaily or monthly (article mode). Default daily.
startDatestringRange start YYYYMMDD (article mode).
endDatestringRange end YYYYMMDD (article mode).
topYearstringYear (top mode), e.g. 2024.
topMonthstringTwo-digit month (top mode), e.g. 01.
topDaystringTwo-digit day or all-days (top mode).
maxItemsintegerMax output rows. Default 1000, max 10000.

Example input (article mode)

{
"mode": "article",
"project": "en.wikipedia",
"articles": ["Python_(programming_language)", "Artificial_intelligence"],
"granularity": "daily",
"startDate": "20240101",
"endDate": "20240131"
}

Example input (top mode)

{
"mode": "top",
"project": "en.wikipedia",
"topYear": "2024",
"topMonth": "01",
"topDay": "01"
}

Output

Article mode

{
"project": "en.wikipedia",
"article": "Python_(programming_language)",
"timestamp": "2024-01-01",
"granularity": "daily",
"views": 8763,
"scraped_at": "2024-06-22T10:00:00+00:00"
}

Top mode

{
"project": "en.wikipedia",
"article": "Main_Page",
"rank": 1,
"views": 4817450,
"date": "2024-01-01",
"scraped_at": "2024-06-22T10:00:00+00:00"
}

Export as JSON, CSV, Excel, or via the Apify API.


Use cases

  • Trend analysis โ€” spot spikes in interest around events, launches, and news.
  • SEO & content strategy โ€” see which topics attract attention and time your content.
  • Academic research โ€” study attention, information demand, and cultural trends.
  • Content planning โ€” mine daily top articles for ideas that are already popular.

Pricing & cost

This actor is lightweight and cheap to run. As a rule of thumb it costs about $0.5 per 1,000 result rows, plus minimal platform compute. A typical per-article run over a month, or one day of top articles, costs only a few cents. Actual cost depends on your Apify plan and the number of rows you request (maxItems).


Comparison

Wikipedia Pageviews ScraperManual API callsHTML scraping
API key requiredNoNoNo
Structured JSON/CSVYesRaw JSON onlyFragile
Top + per-article in one toolYesDIYNo
Date-range batchingYesDIYNo
Any project/languageYesYesVaries
MaintenanceManagedYouConstant


Support

Questions, feature requests, or issues? Reach out via the Apify contact form on the actor page. We respond quickly and welcome feedback.


Keywords: wikipedia pageviews, wikipedia traffic, article views, wikimedia api, top articles, pageview statistics, wikipedia analytics, trend analysis, wikipedia scraper, page view data