Parallel Research
AI-powered research agent for deep web intelligence, lead generation, and automated outreach. Written in Rust for maximum performance and reliability.
Quick Start
Get up and running in three steps.
Install
Install via the curl script or build from source with Cargo.
curl -sSf https://parallel.research/install.sh | shConfigure
Add your API key and choose a search backend.
[llm]
provider = "deepseek"
api_key = "sk-your-key"
model = "deepseek-v4-flash"
[search]
backend = "hybrid"Run
Launch a research session with a natural language query.
parallel-research run "Find B2B SaaS startups in Berlin with 10-50 employees"Key Sections
Explore the documentation to get the most out of Parallel Research.
Quickstart
Install, configure, and run your first research session in minutes.
→Configuration
Full reference for config.toml: LLM, search, agents, notifications, and more.
→Tools
49 built-in tools: web search, OSINT, browser automation, Git, file ops.
→API Reference
HTTP API, SSE event stream, and CLI commands for programmatic access.
→What is Parallel Research?
Parallel Research is an autonomous AI agent that conducts deep web research, extracts contacts, generates leads, and automates outreach — all from a single command-line interface.
Built in Rust for speed and reliability, it orchestrates multiple sub-agents that work in parallel, using 49 tools including web search, browser automation, OSINT pipelines, and file operations.
Running Modes
CLI
parallel-research run "your query"Single-shot research from the terminal.
TUI
parallel-research tuiInteractive terminal UI with real-time progress.
HTTP Server
parallel-research serveREST API with SSE streaming for integrations.