For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
The Search API takes a natural language objective and returns relevant excerpts
optimized for LLMs, replacing multiple keyword searches with a single call for broad or
complex queries.
.md to its URL or sending Accept: text/markdown.Looking for people or companies? A fast entity search for people and companies exists under FindAll — see Entity Search. Entity Search is a fast, narrow lookup for people and companies, and is part of FindAll. It is distinct from the Search API, which retrieves pages and excerpts across the whole web.
1. Set Up Prerequisites
Generate your API key on Platform. Then, set up with the TypeScript SDK, Python SDK or with cURL:2. Execute Your First Search
Sample Request
Sample Response
The API returns a JSON response with the following structure. The SDK examples above iterate overresults to print each result’s title, URL, and excerpts. If any non-fatal input adjustments or validation warnings have occurred, they will be in the warnings field.
Next Steps
- Best Practices — learn how to craft effective objectives and search queries
- Search Modes — explore mode presets for different use cases
- API Reference — full parameter specifications, constraints, and response schema
- Rate Limits — default quotas per product