Wikipedia Articles Scraper
Pricing
Pay per usage
Go to Apify Store
Wikipedia Articles Scraper
Pull Wikipedia articles by title, free-text search, or category. Returns summary, full article HTML with sections, search results, or category members via the public MediaWiki REST + Action API (no auth, no proxy).
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Mori
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Pull Wikipedia articles by title or category. Returns article body, summary, links, categories, infobox data via the public MediaWiki REST API. No auth, no proxy..
What it does
- Extracts ITEM_TYPE from URL_LIST
- Outputs structured JSON (SCHEMA_LINK)
- Handles pagination, retries, proxy rotation out of the box
Input
| Field | Required | Description |
|---|---|---|
startUrls | yes | List of URLs to scrape |
maxRequestsPerRun | no | Cap on total requests (default 100) |
proxyConfiguration | no | Proxy settings (default: Apify Proxy) |
Output
One record per source page:
{"url": "...","title": "...","items": [...],"scrapedAt": "ISO-8601"}
Pricing
Free tier: 100 runs/month. Pro: $X/mo.
Limitations
- Static HTML only (no JS rendering — use the playwright template for SPAs).
- Single-domain by default. Set
enqueueLinksglobs to crawl.
Changelog
- 0.1.0 — initial release.