Parallel Deep Research
Deep multi-source research via Parallel API. Use when user explicitly asks for thorough research, comprehensive analysis, or investigation of a topic. For quick lookups or news, use parallel-search in
Deep multi-source research via Parallel API. Use when user explicitly asks for thorough research, comprehensive analysis, or investigation of a topic. For quick lookups or news, use parallel-search in
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Deep, multi-source research for complex topics requiring synthesis from many sources. Returns comprehensive reports with citations.
Trigger this skill when the user asks for:
NOT for:
--after-date)parallel-cli research run "your research question" --processor pro-fast --json -o ./report
parallel-cli research run "<question>" [options]
| Flag | Description |
|---|---|
| Processor tier (see table below) |
| Output as JSON |
| Save results to file (creates .json and .md) |
| Read query from file (for long questions) |
| Max wait time in seconds (default: 3600) |
| Return immediately, poll later with |
| Processor | Time | Use Case |
|---|---|---|
| 10-20s | Quick lookups |
| 15-50s | Simple questions |
| 15s-100s | Moderate research |
| 30s-5min | Exploratory research (default) |
| 1-10min | Multi-source deep research |
| 1-20min | Difficult deep research |
| 1-40min | Very difficult research |
| 1min-1hr | Most challenging research |
Non-fast variants (e.g.,
pro, ultra) take longer but use fresher data.
Basic research:
parallel-cli research run "What are the latest developments in quantum computing?" \ --processor pro-fast \ --json -o ./quantum-report
Deep competitive analysis:
parallel-cli research run "Compare Stripe, Square, and Adyen payment platforms: features, pricing, market position, and developer experience" \ --processor ultra-fast \ --json -o ./payments-analysis
Long research question from file:
# Create question file cat > /tmp/research-question.txt << 'EOF' Investigate the current state of AI regulation globally: 1. What regulations exist in the US, EU, and China? 2. What's pending or proposed? 3. How do companies like OpenAI, Google, and Anthropic respond? 4. What industry groups are lobbying for/against regulation? EOFparallel-cli research run -f /tmp/research-question.txt
--processor ultra-fast
--json -o ./ai-regulation-report
Non-blocking research:
# Start research without waiting parallel-cli research run "research question" --no-waitCheck status later
parallel-cli research status <task-id>
Poll until complete
parallel-cli research poll <task-id> --json -o ./report
Write 2-5 sentences describing:
Good:
Compare the top 5 CRM platforms for B2B SaaS companies with 50-200 employees. Focus on: pricing per seat, integration ecosystem, reporting capabilities. Include recent 2024-2026 changes and customer reviews from G2/Capterra.
Poor:
Tell me about CRMs
Returns structured JSON with:
task_id — unique identifier for pollingstatus — pending, running, completed, failedresult — when complete:
summary — executive summaryfindings[] — detailed findings with sourcessources[] — all referenced URLs with titlesWhen presenting research results:
For long conversations, save results and use
sessions_spawn:
parallel-cli research run "<question>" --json -o /tmp/research-<topic>
Then spawn a sub-agent:
{ "tool": "sessions_spawn", "task": "Read /tmp/research-<topic>.json and present the executive summary and key findings with sources.", "label": "research-summary" }
| Exit Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Unexpected error (network, parse) |
| 2 | Invalid arguments |
| 3 | API error (non-2xx) |
curl -fsSL https://parallel.ai/install.sh | bash export PARALLEL_API_KEY=your-key
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.