Features
- Web Search: Fast, real-time search for current events, documentation lookups, and fact-checking
- Content Extraction: Clean content extraction from any URL, including JavaScript-heavy sites and PDFs
- Deep Research: Exhaustive, multi-source research reports with configurable depth and processing power
- Data Enrichment: Bulk enrichment of companies, people, or products with web-sourced fields like CEO names, funding, and contact info
Prerequisites
Get your API key
Get your API key from Parallel and set it as an environment variable:
Installation
Install the plugin from the Claude Code Plugin Marketplace:Slash Commands
Once installed, the following commands are available in Claude Code:| Command | Description |
|---|---|
/parallel:search <query> | Search the web for current information |
/parallel:extract <url> | Extract content from a URL |
/parallel:research <topic> | Run a deep research task |
/parallel:enrich <data> | Enrich a list of entities with web data |
/parallel:status <run_id> | Check the status of a research task |
/parallel:result <run_id> | Get the results of a completed research task |
/parallel:setup | Install CLI and authenticate |
Usage
Beyond slash commands, the plugin also installs skills that Claude Code uses automatically based on context:- Ask a question that needs current information and Claude will search the web
- Paste a URL and ask Claude to read it — it will extract the content
- Ask for exhaustive research on a topic and Claude will run a deep research task
- Give Claude a list of companies and ask it to find their CEOs — it will use data enrichment