Wikimedia On This Day Scraper avatar

Wikimedia On This Day Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wikimedia On This Day Scraper

Wikimedia On This Day Scraper

Extract historical events, births, deaths, and holidays from Wikimedia's On This Day feed for any date. Includes article summaries and thumbnails. Great for content creation, history apps, and education.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Wikipedia On This Day — Historical Events Scraper

Extract historical events, notable births, deaths, and holidays for any calendar date from the official Wikimedia "On This Day" feed. Built on Wikipedia's curated daily history feed, this Actor produces clean, structured records perfect for content automation, social-media calendars, news desks, RAG pipelines, and educational apps.

Every day, hundreds of editors curate Wikipedia's "On This Day" page — short summaries of significant events, biographies, and holidays tied to that date. The Wikimedia Foundation exposes the same feed via a public JSON API. This Actor wraps it, supports any language Wikipedia, and lets you batch-pull many dates at once.

What you get

FieldDescription
dateMM-DD of the entry
categoryselected, events, births, deaths, holidays
yearYear of the historical event
yearsAgoComputed years since the event
textShort event description
primaryTitle / primaryUrlFeatured Wikipedia page
primaryExtractPlain-text article summary
thumbnail / originalImageImage URLs
languageWikipedia language code used

How to scrape Wikipedia's On This Day feed

  1. Open the Actor and add Dates in MM-DD format — for example ['01-01', '07-04']. Leave empty to use today.
  2. Set Wikipedia Language (e.g., en, es, de, fr, it, ja).
  3. Pick which Categories to keep — by default the Actor returns all five.
  4. Click Start.

Use cases

  • Social-media editorial calendars — Auto-generate daily "On this day" posts.
  • News desks — Surface anniversary angles for breaking stories.
  • AI / LLM enrichment — Feed factual, Wikipedia-grounded date context into RAG systems.
  • Education — Power daily history widgets and trivia apps.
  • Brand activations — Tie campaigns to historical anniversaries.

Pricing

Priced at $0.003 per result. A single date in English yields ~500 records — about $1.50 per date plus Apify compute.

Input example

{
"dates": ["01-01", "07-04", "12-25"],
"language": "en",
"categories": ["selected", "events", "births", "deaths", "holidays"]
}

Output example

{
"date": "01-01",
"category": "events",
"year": 2002,
"yearsAgo": 24,
"text": "The euro becomes legal tender in 12 European Union member states.",
"primaryTitle": "Euro",
"primaryUrl": "https://en.wikipedia.org/wiki/Euro",
"thumbnail": "https://upload.wikimedia.org/wikipedia/commons/thumb/.../1024px-Euro_banknotes.jpg",
"language": "en"
}
  • Wikipedia Pageviews Scraper — track Wikipedia traffic over time.
  • Library of Congress Photos Scraper — historical imagery.
  • CIA World Factbook Scraper — global country profiles.

FAQ

Do I need an API key? No. The Wikimedia Foundation feed is public.

Which languages are supported? Any language with a Wikipedia edition that has an On This Day feed (en, es, de, fr, it, ja, ru, zh and more).

How fresh is the content? Updated daily by Wikipedia editors.

Data is sourced from public Wikimedia REST APIs under the Wikimedia API Terms of Use. Content is released under CC-BY-SA. The Actor performs no authentication bypass and sets a contact-bearing User-Agent.

Support: bciccarelli6@gmail.com