pplx_deep_research_start
Start an asynchronous deep research job for exhaustive multi-source investigation. Returns immediately with a job ID to poll for completion; ideal for literature reviews, market analysis, and regulatory research.
Instructions
Start a Perplexity Sonar Deep Research job. Returns a job_id immediately (does not wait for the research to finish). Use this for exhaustive multi-source investigation: literature reviews, market and competitor analysis, regulatory landscapes. After calling this, poll pplx_deep_research_check with the returned job_id. Jobs typically take 2-20 minutes. For quick factual lookups this is overkill and expensive - use a normal web search instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The research question. Be specific and state exactly what you want covered, including any sub-questions, sectors, date ranges, or types of evidence required. Longer, more structured prompts produce far better results here. | |
| search_mode | No | Corpus to search. Use "academic" for peer-reviewed literature (best for thesis work), "sec" for US company filings, "web" for everything else. Default web. | |
| system_prompt | No | Optional system instruction shaping tone, structure, or output format of the final report. | |
| reasoning_effort | No | How much effort the model spends. minimal/low finish faster and cost less; high runs many more searches and takes much longer. Default medium. | |
| search_domain_filter | No | Restrict or exclude domains, max 10. Plain domain to allow (e.g. "sars.gov.za"); prefix with "-" to exclude (e.g. "-pinterest.com"). Use this to force high-quality sources and shut out content farms. | |
| search_recency_filter | No | Only use sources published within this window. Omit for no recency limit. | |
| search_after_date_filter | No | Only sources published after this date, format MM/DD/YYYY. |