Wikipedia Data Scraper avatar

Wikipedia Data Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Wikipedia Data Scraper

Wikipedia Data Scraper

Extract structured data from Wikipedia tables as clean JSON. Supports any Wikipedia language. Great for AI training data and research.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Muhammad Naufal

Muhammad Naufal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

๐Ÿ“— Wikipedia Data Scraper

Extract structured data from Wikipedia tables. Clean JSON output โ€” no HTML, no parsing needed.

What it does

Give it a Wikipedia URL, and it returns the data from any wikitable as structured JSON. Great for AI training data, research, datasets, and reference material.

Input

FieldTypeDefaultDescription
pageUrlstringList of largest companiesFull Wikipedia URL
tableIndexinteger0Which table on the page (0 = first)
maxResultsinteger20Max rows to return

Output

{
"page": "https://en.wikipedia.org/wiki/...",
"title": "List of largest companies by revenue - Wikipedia",
"count": 15,
"rows": [
{
"col0": "1",
"col1": "Walmart",
"col2": "United States"
}
]
}

(Clean column names coming soon โ€” currently col0, col1, etc.)

Use cases

  • ๐Ÿ“š Build datasets for ML/AI training
  • ๐Ÿ”ฌ Research โ€” extract stats, demographics, historical data
  • ๐Ÿ“Š Power dashboards and analytics
  • ๐Ÿ“ฐ Enrich content with structured reference data

Pricing

$0.001 per result (each row in the table). Roughly $1 per 1,000 rows.

How to use

  1. Open Wikipedia and find a page with a table
  2. Copy the URL
  3. Paste it here, pick the table number if there's more than one
  4. Run โ€” get clean JSON

Supports any Wikipedia language (en.wikipedia.org, de.wikipedia.org, id.wikipedia.org, etc.)