
Jul 8, 2026
January 28, 2026

Starting today, the Parallel Task API can conduct research over private, login-protected data sources— extending its capabilities beyond the public web.
Critical information often resides behind login walls, including internal wikis, gated industry databases, protected documentation, proprietary research sources, and niche portals. Until now, these sources have remained out of reach for web enrichment and deep research workflows.
With authenticated page access, the Task API[Task API](https://docs.parallel.ai/task-api/task-quickstart) can now research across both public and private sources within a single workflow.

For third-party providers that offer out-of-the-box MCP servers or OAuth connectors (stay tuned for more on this), we recommend using those purpose-built integrations.
For the long tail of gated domains where no dedicated connector exists, connect Parallel with the Browser Use MCP[Browser Use MCP](https://docs.parallel.ai/integrations/browseruse) to authenticate into these private domains.
We only recommend using browser agents for authentication into a private domain when the domain allows for such authentication, and it complies with its Terms of Service. It's recommended to make these checks yourself before connecting Parallel with any browser agent MCP.
1Go to https://www.nxp.com/products/K66_180 and extract only the migration-related information for the K66-180 chip, specifically documentation on Migration from Kinetis K Series to MCXNx4x Series.``` Go to https://www.nxp.com/products/K66_180 and extract only the migration-related information for the K66-180 chip, specifically documentation on Migration from Kinetis K Series to MCXNx4x Series.``` 
When a browser agent is connected with Parallel, we orchestrate research by doing the following:
This architecture keeps credential management separate from Parallel’s infrastructure. Your authentication details remain with the browser agent service you configure, while Parallel handles research orchestration and synthesis.
123456789101112131415161718curl -X POST "https://api.parallel.ai/v1/tasks/runs" \
-H "x-api-key: $PARALLEL_API_KEY" \
-H "Content-Type: application/json" \
-H "parallel-beta: mcp-server-2025-07-17" \
--data '{
"input": "Go to https://www.nxp.com/products/K66_180 and extract only the migration-related information for the K66-180 chip, specifically documentation on Migration from Kinetis K Series to MCXNx4x Series.",
"processor": "ultra",
"mcp_servers": [
{
"type": "url",
"url": "https://api.browser-use.com/mcp",
"name": "browseruse",
"headers": {
"Authorization": "Bearer YOUR_BROWSERUSE_API_KEY"
}
}
]
}'``` curl -X POST "https://api.parallel.ai/v1/tasks/runs" \ -H "x-api-key: $PARALLEL_API_KEY" \ -H "Content-Type: application/json" \ -H "parallel-beta: mcp-server-2025-07-17" \ --data '{ "input": "Go to https://www.nxp.com/products/K66_180 and extract only the migration-related information for the K66-180 chip, specifically documentation on Migration from Kinetis K Series to MCXNx4x Series.", "processor": "ultra", "mcp_servers": [ { "type": "url", "url": "https://api.browser-use.com/mcp", "name": "browseruse", "headers": { "Authorization": "Bearer YOUR_BROWSERUSE_API_KEY" } } ]}'``` Private data access is available today for all Task API processors. Get started in the Developer Platform[Developer Platform](https://platform.parallel.ai/login?redirectTo=%2F) or dive into the documentation[documentation](https://docs.parallel.ai/integrations/browseruse).
****
Parallel develops critical web search infrastructure for AI. Our suite of web search and agent APIs is built on a rapidly growing proprietary index of the global internet. These solutions transform human tasks that previously took days and weeks into agentic tasks that now take seconds and minutes.
Fortune 100 and 500 companies use Parallel's web intelligence APIs in insurance, finance, and retail workflows to automate critical business functions. Leading AI businesses like Manus, Starbridge, Amp, and Day AI use Parallel to support core features like public sector contract monitoring, documentation lookup, and GTM operations.
Sign up for free. No credit card required.
By Parallel
January 28, 2026