Documentation Index
Fetch the complete documentation index at: https://docs.perplexity.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Thepeople_search tool enables models to find people and retrieve their professional information such as names, job titles, and companies. Use it to power workflows like lead research, recruiting pipelines, or organizational mapping.
Use it when your application needs to:
- Look up a specific person’s professional background
- Find employees at a company by role or title
- Identify professionals in a particular field or location
- Research leadership teams or organizational structures
people_search based on your prompt and instructions.
Query tips
For the best results, guide the model with specific details in your prompt:| Approach | Example prompt |
|---|---|
| Name + company | ”Find John Smith who works at Google” |
| Role + company | ”Who is the Head of Design at Figma?” |
| Role + location | ”Find marketing directors in San Francisco” |
| Role + field | ”Find machine learning researchers at Stanford” |
The tool works best for people-related queries — it is not suited for general web search.
Tiered Configurations
The following five tiered configurations span the speed/quality tradeoff for workloads that mixpeople_search with web_search and fetch_url. Each tier defines a model, reasoning effort, tool selection, per-tool token budgets, and step limits. Use them as starting points and adjust per your latency, depth, and accuracy needs.
| Tier | Model | Reasoning | Tools | Max Steps | Use When |
|---|---|---|---|---|---|
| fast | google/gemini-3-flash-preview | low | web_search | 1 | Quick lookups; you want the fastest answer with a single tool call |
| pro | openai/gpt-5-mini | medium | people_search, web_search, fetch_url | 5 | Balanced people/web research with moderate depth |
| deep | google/gemini-3-flash-preview | high | people_search, web_search, fetch_url | 10 | Deeper analysis when latency budget is moderate but quality matters |
| advanced-deep | openai/gpt-5 | medium | people_search, web_search, fetch_url | 10 | High-quality, multi-step research with long context |
| ultra-deep | openai/gpt-5.5 | high | people_search, web_search, fetch_url | 50 | Maximum-depth investigations with the largest token budgets and step counts |
The
bigtokens settings used by pro, deep, and advanced-deep refer to max_tokens=10000, max_tokens_per_page=1000, max_results_per_query=10, and max_results_per_request=30 on the people_search and web_search tools. The xltokens settings used by ultra-deep refer to max_tokens=20000, max_tokens_per_page=2000, max_results_per_query=30, and max_results_per_request=50.fast
Single-tool, low-latency configuration for quick factual lookups.pro
Balanced configuration with all three tools enabled and moderate reasoning effort.deep
Higher reasoning effort and step count with a generous output budget for fuller multi-source answers.advanced-deep
A frontier-model configuration for high-quality, multi-step research when latency budget is generous.ultra-deep
Maximum-depth configuration with the largest token budgets, the highest step count, andxltokens per-tool settings. Best for exhaustive investigations.
Tool Pricing
Each invocation of thepeople_search tool is billed at $5 per 1,000 tool invocations. See the Pricing page for full details.
Next Steps
Tools Overview
See all available Agent API tools including Web Search, Fetch URL, and more.
Agent API Quickstart
Get started with the Agent API.