Quick Verdict
Parallel Search API is built for developers who need public-web pages, URLs, and relevant excerpts inside an AI application’s context. A request combines a natural-language objective with keyword queries and returns page results shaped for model consumption. The same Search and Extract capabilities are exposed through Parallel Search MCP as web_search and web_fetch. Parallel also sells Task, Chat, FindAll, and other products, but those have separate latency and pricing models; this page focuses on Search API and Search MCP.
The anonymous Search MCP is useful for light evaluation without an API key. The direct API is more appropriate when an application needs a stable request schema, result controls, source policy, usage reporting, and production limits. New platform accounts receive a $5 starting allowance, not an unlimited free API plan. Search is a proprietary hosted service, and using an SDK or MCP endpoint does not remove its customer-term restrictions.
Best For
- Agent developers adding current public-web information to a reasoning loop
- RAG and answer products that want page excerpts and URLs as candidate evidence
- Research tools collecting public signals with independent source review
- MCP users evaluating search in Claude Code, Codex, Cursor, and other clients
- Not ideal for authenticated private sources, image input/output, freely resold datasets, or teams that need to run the entire search index locally
Key Features
- Natural-language search using an
objectiveand optional diversesearch_queries - Search modes:
turbofor lower latency andbasicoradvancedfor different depth and quality tradeoffs - LLM-ready excerpts with title, URL, publication date when available, and query-relevant text
- Source controls for allow and deny policies, freshness, result count, and excerpt budget
- Search MCP with anonymous access, API-key higher limits, and an OAuth endpoint that enforces authentication
- Extract companion API for known URLs, billed separately from Search requests
Use Cases
- Current fact retrieval for product updates, news, companies, and technical topics
- Agent tool calling where the model searches first and selectively fetches promising URLs
- Source discovery followed by application-side deduplication, ranking, and human review
- Monitoring validation to test whether a topic has enough public signal before adopting a separate monitor workflow
- Prototype-to-production migration from anonymous MCP use to authenticated API requests with spend controls
Pricing
As of July 21, 2026, turbo Search costs $1 per 1,000 requests, with 10 page results and excerpts included by default. basic and advanced cost $5 per 1,000 requests. Additional page results and excerpts cost $1 per 1,000, and the companion Extract API costs $1 per 1,000 URLs. Platform signup includes a $5 starting allowance; usage requires additional balance after that allowance is consumed. Rates and limits should be rechecked before launch.
Anonymous Search MCP is free at lower limits. Supplying an API key unlocks higher limits, while /mcp-oauth requires authentication and supports OAuth. Free MCP access does not include direct API usage or Parallel’s Task, Chat, and other separately priced products.
Pros
- Request and response shapes fit function calling and agent loops
- Explicit
turbo,basic, andadvancedcost-latency tiers - Anonymous Search MCP lowers the cost of initial evaluation
- Relevant excerpts and URLs reduce some SERP and page-cleaning work
- Direct API supports source policy, output budgeting, and usage tracking
Cons
- Proprietary service with no control over its underlying index or ranking system
- Customer terms restrict cross-user caching, model training, databases, and data-resale uses
- Zero Data Retention is not a default self-service feature
- Excerpts can be stale, incomplete, duplicated, or sourced from low-quality pages
- Anonymous MCP limits are unsuitable for dependable production workloads
Alternatives
| Tool | Best for | Strength | Tradeoff |
|---|---|---|---|
| Exa | Semantic web retrieval | Mature search and content APIs | Pricing and terms require separate review |
| Tavily | Quick agent-search integration | Broad agent framework support | Different modes and result structure |
| Brave Search | Applications valuing an independent index | Own search index and conventional search | Different excerpt-optimization approach |
| Perplexity | Users wanting finished research answers | More complete end-user answer experience | Less control than a raw search API |
For human search and finished answers, compare Perplexity. For custom agent context, Exa, Tavily, and Brave Search are the closest API comparisons.
FAQ
Is Parallel Search API free?
Anonymous Search MCP is free for light use, and new platform accounts receive a $5 allowance. Direct API requests are usage-billed after that allowance.
How is Search API different from Search MCP?
MCP wraps Search and Extract as two agent tools with an output cap. The direct API provides fuller controls, authentication, billing, and usage management.
What are the current Search rates?
turbo is $1 per 1,000 requests and basic or advanced is $5 per 1,000, including 10 results by default. Extra results and Extract URLs add separate charges.
Can results be cached and served to multiple customers?
The standard customer terms generally restrict caching, storing, or reusing one query’s output across end customers. Have counsel review the architecture or negotiate applicable enterprise terms.
Can I train my own model on Parallel output?
The current customer terms prohibit using the service or output to create synthetic training data or train another language or machine-learning model.
Does Parallel offer Zero Data Retention by default?
No. ZDR is an enterprise arrangement for qualifying customers and should be confirmed in the executed order, DPA, and organization configuration.
Bottom Line
Parallel Search API packages public-web retrieval and model-ready excerpts into a low-latency interface, while Search MCP makes prototyping easy. The decision is not only about per-request cost. Source quality and customer terms matter: products that reuse results across users, train models, or sell datasets need a licensing solution first. For one-agent, one-request grounding on current public information, Parallel is a credible candidate to benchmark.