The scraper searches Wikipedia for a given term, extracts the titles and URLs of search results, and retrieves the last modification date from each page.
The Wikipedia Scraper is your one-stop shop for mining Wikipedia like a pro. It extracts article titles, URLs, and last modification dates from English (EN) or German (DE) Wikipedia. Whether you need just a handful of results or an exhaustive list, this scraper has you covered—no fluff, just actionable data.
Input your parameters:
language
: Choose between EN Wikipedia or DE Wikipedia.search_term
: Provide your search term. Make it specific for the best results.max_results
: Decide how many results you want (default: 50, max: 1000).Hit the Run Button:
The Actor navigates Wikipedia search pages, extracts articles, handles pagination, and pushes all the good stuff into the output.
Get your data:
Titles, URLs, and last modification dates in a clean, developer-ready format.
Parameter | Type | Default | Description |
---|---|---|---|
language | String | EN Wikipedia | Choose between EN Wikipedia or DE Wikipedia. |
search_term | String | Required | The exact phrase you want to search for. |
max_results | Integer | 50 | Number of results to scrape (min: 1, max: 1000). |
max_results
are ignored. Configure appropriately.You’ll get structured data, containing:
language
: The Wikipedia language version used.title
: The cleaned article title (no "– Wikipedia" nonsense).url
: The article URL.last_modified
: The raw last-modified string.last_modified_date
: The last-modified date in Day Month Year
format.1{ 2 "search_term": "Stiftung Schweiz", 3 "language": "DE Wikipedia", 4 "title": "Stiftung (Schweiz)", 5 "url": "https://de.wikipedia.org/wiki/Stiftung_(Schweiz)", 6 "last_modified": "Diese Seite wurde zuletzt am 18. Juni 2024 um 08:44 Uhr bearbeitet.", 7 "last_modified_date": "18. Juni 2024" 8}
This Actor uses Playwright for precise scraping and Apify's Request Queue for managing pagination. It’s all written in Python, so feel free to fork and extend it to suit your needs.
If you have questions, suggestions, or just want to share how this Actor made your life easier, feel free to reach out on the Apify community forums.
🎉 Test it Today! Stop manually clicking through Wikipedia pages and let this Actor do the heavy lifting. Search smarter, scrape faster, and enjoy the magic of automation.
Stop manually clicking through Wikipedia pages and let this Actor do the heavy lifting. Search smarter, scrape faster, and enjoy the magic of automation—try it now!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!