---
source_url: "https://parallel.ai/blog/parallel-search-api"
title: "Upgrades to the Parallel Search & Extract APIs | Parallel"
mirrored_at: 2026-08-28T01:00:58.952Z
host: parallel.ai
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/parallel.ai/blog/parallel-search-api"
---

> **Original source:** https://parallel.ai/blog/parallel-search-api

April 21, 2026

Reading time: 5 min

Today, we’re announcing major upgrades to the quality and capabilities of our [Search](https://parallel.ai/products/search)[\[Search\]](https://parallel.ai/ai/products/search) and [Extract](https://parallel.ai/products/extract)[\[Extract\]](https://parallel.ai/ai/products/extract) APIs, and making both generally available. These enhancements deliver industry-leading accuracy and token efficiency for web search across diverse use cases, including company research, coding agents, multilingual queries, finance, and broad internet research.

## ## Highlights

-   \- New streamlined search modes catering to interactive and background agents
-   \- Pareto optimal performance on challenging public benchmarks
-   \- Leading performance on benchmarks focused on specialized knowledge work
-   \- Superior compression of webpage context using the Extract API
-   \- Improvements to global index coverage and multi-lingual capabilities

## ## The best web search for AI agents in interactive and background use cases

As AI agents have become better at handling knowledge work that needs the web, two main product patterns have emerged: interactive workflows and long-running background tasks.

Interactive workflows support real-time collaboration between a user and an agent. They are shaped by latency requirements and frequently focus on targeted web research or fetching specific information.

Background tasks work more independently on ambiguous, multi-step questions spanning several topics. These searches typically require deeper retrieval and orchestration of multiple tool calls.

The Search API now offers two modes designed for these distinct use cases.

**\*\*Basic mode\*\*** is optimized for quick retrieval. It delivers P50 latency under one second and P90 under two seconds, making it a good fit for interactive, human-in-the-loop experiences.

**\*\*Advanced mode\*\*** is built for depth and cost efficiency. It spends more time querying, reranking, and compressing results across both general-purpose and specialized indexes. Traditional search APIs often force agents into a series of sequential searches that expand the context window, increasing latency and inflating cost. Advanced mode resolves more in a single call, with lower end-to-end agent cost.

Search Mode

Median Latency (P50)

Best for

Basic

1s

Single-hop, latency-sensitive agents, e.g., human-in-loop chat, interactive experiences

Advanced

3s

Multi-hop background agents that can tolerate extra latency for better depth and cost-efficiency, e.g., code review agents, deep research

## ## The best web search API for specialized knowledge work

We believe the best web search API for agents is a strong general-purpose system with the scale, depth, and ranking quality to perform well across many kinds of knowledge work.

Our API is built on that foundation. It offers broad coverage of the web while going deep in the domains that matter most, so agents can retrieve high-quality results for both general research and specialized tasks. Whether the job is debugging against current library documentation or researching a prospect’s funding history and tech stack, the same strengths apply: a large index, deep retrieval, and strong ranking.

Advanced mode is designed for the most demanding workflows, where agents benefit from deeper retrieval and more precise ranking across both broad web content and domain-relevant sources.

On our internal dataset focused on company search, Parallel’s Search API outperforms alternatives in finding highly relevant candidates that meet the specified search criteria.

!\[\](https://cdn.sanity.io/images/5hzduz3y/production/488a6088450e4127de0e02a9ac77361201f5f56d-2000x1056.jpg)

[

### Company Benchmark Methodology

**\*\*Dataset\*\***

Queries targeting companies across categories, filtering by sector, funding stage, geography, investors, revenue, and team composition. Queries were generated using an LLM.

**\*\*Sample queries\*\***

The benchmark queries are intentionally complex — the kind of multi-constraint searches that break general-purpose web search:

-   \- "Biotech and solar energy startups serving healthcare providers, backed by IVP"
-   \- "Series B SaaS companies focused on manufacturers and industrial production."

**\*\*Evaluation setup\*\***

250 queries, 10 results per query, single-graded by GPT-5.4-mini. The LLM judge graded every returned URL on whether it represents a genuine match for the query objective.

We measure **\*\*precision,\*\*** which represents the fraction of returned results that are relevant — the metric that matters most for candidate generation, where downstream workflows depend on signal quality.





](https://parallel.ai/blog/parallel-search-api)

Similarly, for queries generated by coding agents as part of development workflows, Parallel’s Search API provides the most relevant code snippets and documents.

## ## Combine Search with Extract for the deepest, most token-efficient multi-hop agent

Search and Extract are designed to work together. Search finds the right sources with high precision. Extract turns those sources into concise, task-relevant context that an agent can use efficiently.

The Parallel Extract API is especially useful when the source is long or dense, such as a 200-page SEC filing, an investor document, or a complex technical page. Passing the full source into context increases token usage and makes downstream reasoning less focused.

The Parallel Extract API solves this by letting the agent specify an extraction objective. After Search identifies the right source, Extract returns only the content most relevant to that objective. The result is a more efficient retrieval pipeline: Search provides breadth and precision, while Extract compresses large pages and documents into high-signal context for the next reasoning step.

Together, they give agents the best of both: high-quality retrieval and high-quality compression in a single workflow.

On [FinanceBench](https://docs.patronus.ai/docs/research_and_differentiators/financebench)[\[FinanceBench\]](https://docs.patronus.ai/docs/research_and_differentiators/financebench), built around real-world workflows across SEC filings, earnings reports, and multi-page investor documents, the extract API consistently succeeds at getting the highest recall for any number of tokens returned.

!\[\](https://cdn.sanity.io/images/5hzduz3y/production/8d607881c601e54f00329d647527800d4d58ef8c-2000x1706.jpg)

## ## We’ve expanded Parallel Search to more corners of the world

Sophisticated AI products serve users globally. A GTM agent may prospect across markets, a compliance agent may track filings across jurisdictions, and a research assistant may serve users in many languages. These workflows require a search layer that can retrieve fresh, relevant content across languages and regions with consistent quality.

The Parallel Search API now supports this natively, giving agents a stronger foundation for global workflows.

-   \- **\*\*Global index coverage: \*\***Our index now spans web pages from 30+ countries, including Korean, Chinese, Japanese, Spanish, Indian, German, Arabic, Portuguese, and Russian language content.
-   \- **\*\*Multilingual query input: \*\***Submit queries in any language. The Search API handles retrieval across languages without additional configuration.
-   \- **\*\*Location parameter: \*\***Set a target location to refine results to a specific region.

!\[\](https://cdn.sanity.io/images/5hzduz3y/production/754f1331567a72c8b01834653f864fe239982d98-2192x1538.jpg)

[

### Multi-Lingual Benchmark Methodology

**\*\*Dataset\*\***

Starting from OpenAI's **\*\*SimpleQA\*\***, each question was translated into all 26 languages from Apple's **\*\*MKQA\*\*** benchmark. Translations were carried out using LLMs and were spot checked by human annotators fluent in the respective languages. The reference answer is also translated/localized per language, giving us paired queries where the _\_same fact\__ is asked across Latin-European, Cyrillic, CJK, Semitic (RTL), and SE Asian scripts.

**\*\*Evaluation methodology\*\***

100 questions from each language; each query is sent to the search provider as-is, and the results are fed into an LLM for synthesis. The final answer is graded using an LLM-as-a-judge.

We report 2 metrics:

-   \- **\*\*The fraction of answers marked as correct\*\***, as reported by the judge. The grader sees the question, the gold answer, and the predicted answer, and returns CORRECT / INCORRECT / NOT\_ATTEMPTED. We grade with an LLM rather than string EM/F1 because the agent's predicted answers are full sentences in many scripts — "The 2010 recipient was Michio Sugeno" in English, ميتشيو سوغينو transliterated variants in Arabic, etc. What we care about is whether the agent got the answer right, which the LLM judge captures directly.
-   \- **\*\*Cross-lingual retrieval ability\*\***: Because every question is paired across all 26 languages, the drop in accuracy when switching from English to non-English languages for the same question isolates the provider's cross-lingual retrieval quality. A small drop means the index and retrieval pipeline handle non-English queries nearly as well as English; a large drop means the provider is English-centric and falls off when asked to cross script families.





](https://parallel.ai/blog/parallel-search-api)

Parallel builds web infrastructure for AI. We give AI agents structured, grounded access to the open web, enabling agents to find, extract, monitor, and reason over information at a scale and quality no human workflow can match. Our infrastructure is powered by a rapidly growing proprietary index of the global internet, built from the ground up for AI consumption.

Fortune 100s and leading frontier AI companies, including Harvey, Manus, Modal, Starbridge, and Profound, rely on Parallel for grounding, fact-checking, contract monitoring, and high-quality content generation.

Get started on our [Developer Platform](https://platform.parallel.ai/)[\[Developer Platform\]](https://platform.parallel.ai/) or read the [documentation](https://docs.parallel.ai/)[\[documentation\]](https://docs.parallel.ai/).

![Parallel avatar](https://parallel.ai/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2F5hzduz3y%2Fproduction%2F2f4085c390d6c65a71d1a551b22c62aceadcb513-384x384.png&w=64&q=75)

By Parallel

April 21, 2026

### ## Related Posts84