Parallel
About[About](https://parallel.ai/about)Blog[Blog](https://parallel.ai/blog)Docs[Docs](https://docs.parallel.ai/introduction/quickstart)
Start Building
P
[Start Building](https://platform.parallel.ai/)
[Menu]

# Introducing Source Policy

Tags:Product Release
Reading time: 1 min
Starting today, Source Policy is available for both the Parallel Task API and Search API - giving you granular control over which sources your AI agents access and how results are prioritized.

Starting today, Source Policy is available for both the Parallel Task API[Parallel Task API]($https://parallel.ai/blog/parallel-task-api) and Search API[Search API]($https://parallel.ai/blog/parallel-search-api) - giving you granular control over which sources your AI agents access and how results are prioritized.

## **What is Source Policy?**

Source Policy lets you define exactly which domains your research should include and exclude. With two simple parameters, you can shape how Parallel crawls and reasons over the web:

  • - **include_domains**: Restrict queries to specific trusted domains
  • - **exclude_domains**: Block unreliable or irrelevant sources
### Configure your source policy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
curl -X POST "https://api.parallel.ai/v1/tasks/runs" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -H "parallel-beta: source-policy-2025-07-03" \ -d '{ "task_spec": { "output_schema": "How many employees are there in the company" }, "input": "Parallel Web Systems", "processor": "core", "source_policy": { "include_domains": ["linkedin.com"] } }'```
curl -X POST "https://api.parallel.ai/v1/tasks/runs" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "parallel-beta: source-policy-2025-07-03" \
-d '{
"task_spec": {
"output_schema": "How many employees are there in the company"
},
"input": "Parallel Web Systems",
"processor": "core",
"source_policy": {
"include_domains": ["linkedin.com"]
}
}'
```

## **Why Source Policy matters**

Production AI applications demand reliable, verifiable sources. Whether you're conducting due diligence that requires SEC filings, sales research that needs company websites, or competitive analysis that excludes certain unreliable publishers - Source Policy ensures your agents access exactly the right information.

Instead of post-processing results to filter sources, you can now constrain the Parallel web research pipeline from the start. This reduces noise, improves accuracy, and gives you confidence that outputs stem from sources you trust.

## **Start building**

Source Policy is available today across all Task API and Search API processors. Get started in our Developer Platform[Developer Platform]($https://platform.parallel.ai) or dive into the documentation[documentation]($https://docs.parallel.ai/features/source-policy).


Parallel avatar

By Parallel

July 8, 2025

## Related Posts7

Introducing the Parallel Search MCP Server
Parallel avatar

- [Introducing the Parallel Search MCP Server ](https://parallel.ai/blog/search-mcp-server)

Tags:Product Release
Reading time: 2 min
The Parallel Task Group API
Parallel avatar

- [The Parallel Task Group API](https://parallel.ai/blog/task-group-api)

Tags:Product Release
Reading time: 1 min
State of the Art Deep Research APIs
Parallel avatar

- [State of the Art Deep Research APIs](https://parallel.ai/blog/deep-research)

Tags:Benchmarks
Reading time: 3 min
Introducing the Parallel Search API
Parallel avatar

- [Introducing the Parallel Search API ](https://parallel.ai/blog/parallel-search-api)

Tags:Product Release
Reading time: 2 min
Introducing the Parallel Chat API - a low latency web research API for web based LLM completions. The Parallel Chat API returns completions in text and structured JSON format, and is OpenAI Chat Completions compatible.
Parallel avatar

- [Introducing the Parallel Chat API ](https://parallel.ai/blog/chat-api)

Tags:Product Release
Reading time: 1 min
Parallel Web Systems introduces Basis with calibrated confidences - a new verification framework for AI web research and search API outputs that sets a new industry standard for transparent and reliable deep research.
Parallel avatar

- [Introducing Basis with Calibrated Confidences ](https://parallel.ai/blog/introducing-basis-with-calibrated-confidences)

Tags:Product Release
Reading time: 4 min
The Parallel Task API is a state-of-the-art system for automated web research that delivers the highest accuracy at every price point.
Parallel avatar

- [Introducing the Parallel Task API](https://parallel.ai/blog/parallel-task-api)

Tags:Product Release,Benchmarks
Reading time: 4 min
![Company Logo](https://parallel.ai/parallel-logo-540.png)

Company

  • hello@parallel.ai[hello@parallel.ai](mailto:hello@parallel.ai)

Resources

  • About[About](https://parallel.ai/about)
  • Docs[Docs](https://docs.parallel.ai)
  • Blog[Blog](https://parallel.ai/blog)
  • Changelog[Changelog](https://docs.parallel.ai/resources/changelog)
  • Careers[Careers](https://jobs.ashbyhq.com/parallel)

Info

  • Terms[Terms](https://parallel.ai/terms-of-service)
  • Privacy[Privacy](https://parallel.ai/privacy-policy)
  • Trust Center[Trust Center](https://trust.parallel.ai/)
LinkedIn[LinkedIn](https://www.linkedin.com/company/parallel-web/about/)

Parallel Web Systems Inc. 2025