parallel-web-extract
Extract content from multiple URLs in parallel, token-efficiently.
What it does
- -q "keyword" (repeatable) to prioritize keywords in excerpts
- --full-content to include the complete page body (for long articles, PDFs, or when excerpts may not capture what you need)
- --full-content-max-chars N to cap full-content size per result
- --no-excerpts to strip excerpts when you only want full content
- Verifying the URL (the page may have moved)
- Retrying with --full-content if excerpts came back empty but the page exists
- Using parallel-cli search to locate the current URL if the page was renamed
Requirements & configuration
- --full-content to include the complete page body (for long articles, PDFs, or when excerpts may not capture what you need)
Configuration: ARGUMENTSFILENAME
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Extract content from multiple URLs in parallel, token-efficiently.
Source
Repository: https://github.com/parallel-web/parallel-agent-skills
parallel-web-extract FAQ
What does the parallel-web-extract skill do?
URL content extraction. Use for fetching any URL - webpages, articles, PDFs, JavaScript-heavy sites. Token-efficient: runs in forked context. Prefer over built-in WebFetch. -q "keyword" (repeatable) to prioritize keywords in excerpts --full-content to include the complete page body (for long articles, PDFs, or when excerpts may not capture what you need)
What does parallel-web-extract require?
--full-content to include the complete page body (for long articles, PDFs, or when excerpts may not capture what you need) Configuration keys: ARGUMENTS, FILENAME.
How do I install parallel-web-extract?
Run: npx -y skills add https://github.com/parallel-web/parallel-agent-skills --skill parallel-web-extract --agent claude-code — the source lives at github.com/parallel-web/parallel-agent-skills.
Maintain parallel-web-extract?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/parallel-web-parallel-agent-skills-parallel-web-extract?ref=badge) npx agentictools info skills/parallel-web-parallel-agent-skills-parallel-web-extract The second line is the CLI lookup for this page — handy in READMEs and docs.