Skip to main content
ParallelTools enable an Agent to perform AI-optimized web search and content extraction using Parallel’s APIs.

Prerequisites

The following examples require the parallel-web and openai libraries and an API key which can be obtained from Parallel.

Search API

Fast web search for recent information. Returns raw results that your agent synthesizes.

Extract API

Pull content from specific URLs in clean markdown format. Handles JavaScript-heavy pages and PDFs.

Task API

Deep research with structured output and citations. Use for company enrichment, market research, and analysis tasks.

Task Processors

Set with default_processor at toolkit level.

Output Schema Types

Monitor API

Track topics over time and detect changes. Run monitors on a schedule to catch new developments.

Monitor Frequencies

Toolkit Params

Toolkit Functions

Search and Extract APIs

Task API

Monitor API

Developer Resources