parallel-web-extract
Extract content from multiple URLs in parallel, token-efficiently.
- Handles webpages, articles, PDFs, and JavaScript-heavy sites with a single command
- Runs in a forked context to minimize token overhead compared to built-in WebFetch
- Supports batch extraction of multiple URLs with optional focus objectives
- Requires
parallel-cliinstallation and authentication; outputs extracted content as markdown to a local file for follow-up queries
URL Extraction
Extract content from: $ARGUMENTS
Command
Choose a short, descriptive filename based on the URL or content (e.g., vespa-docs, react-hooks-api). Use lowercase with hyphens, no spaces. Substitute it into the command inline — $FILENAME is a placeholder, not a shell variable.
parallel-cli extract "$ARGUMENTS" --json -o "/tmp/$FILENAME.json"
Concrete example:
parallel-cli extract "https://docs.parallel.ai" --json -o "/tmp/parallel-docs.json"
Note: -o always saves JSON. The extension must be .json.
More from parallel-web/parallel-agent-skills
parallel-deep-research
ONLY use when user explicitly says 'deep research', 'exhaustive', 'comprehensive report', or 'thorough investigation'. Slower and more expensive than parallel-web-search. For normal research/lookup requests, use parallel-web-search instead. Supports multi-turn: pass --previous-interaction-id from a prior research or enrichment to continue with context.
1.7Kparallel-web-search
DEFAULT for all research and web queries. Use for any lookup, research, investigation, or question needing current info. Fast and cost-effective. Only use parallel-deep-research if user explicitly requests 'deep' or 'exhaustive' research.
1.4Kparallel-data-enrichment
Bulk data enrichment. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or inline data. Supports multi-turn: pass --previous-interaction-id from a prior research task to carry context forward.
1.2Kstatus
Check running research task status by run ID
1.1Ksetup
Set up the Parallel plugin (install CLI)
1.1Kresult
Get completed research task result by run ID
1.1K