Wikipedia

Proven scraping playbook for en.wikipedia.org (and other language wikis). Server-rendered static HTML, no anti-bot, no JS required. Plain fetch + cheerio works. One important gotcha — since ~2023, section headings are wrapped in `<div class="mw-heading mw-heading2">` so `h2` is no longer a direct child of `.mw-parser-output`. Activate for any wikipedia.org article URL. Prefer the REST/Action API for structured data. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/agentcomputerai--torch--wikipedia commit f78e2ca084

Frequently asked questions

npx skillmds@latest add tomevault-io/wikipedia-2