Wikipedia Article Scraper: Search, Summaries & Text avatar

Wikipedia Article Scraper: Search, Summaries & Text

Pricing

from $2.25 / 1,000 results

Go to Apify Store
Wikipedia Article Scraper: Search, Summaries & Text

Wikipedia Article Scraper: Search, Summaries & Text

Search Wikipedia, fetch article summaries (extracts) or random articles across languages. Keyless, for RAG and reference data.

Pricing

from $2.25 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Categories

Share

Search Wikipedia, fetch article summaries (extracts) or random articles across languages — keyless, for RAG and reference data.

Wikipedia

What it does

Clean, structured access to the world's largest encyclopedia (60M+ articles, 300+ languages) via the official MediaWiki REST + Action APIs.

Modes

ModeWhat it returns
searchSearch results with article summaries
articleFull summary/extract of one article by title
randomPull random articles (useful for sampling)

Example Inputs

Search for AI

{ "mode": "search", "query": "artificial intelligence", "searchLimit": 10, "language": "en" }

Get one article

{ "mode": "article", "query": "Transformer (machine learning)", "language": "en" }

Spanish-language random articles

{ "mode": "random", "searchLimit": 5, "language": "es" }

Output

Per article: title, display_title, description, thumbnail_url, extract, url, categories, language, search_query, scraped_at.

Use Cases

  • RAG knowledge bases: extract-rich article summaries for AI pipelines
  • Content research: facts and background across any topic
  • Multilingual data: pull article summaries in 300+ languages
  • Education / reference: structured encyclopedia content

Data Source

Wikipedia / MediaWiki — free, keyless, CC BY-SA content.

Limitations

  • Summaries are the intro/extract (not full article text)
  • Respects rate limits (the actor paces requests)