agentic_search
Run multi-source deep research: search the web, scrape citations, and compile structured answers. Ideal for comparative analysis, multi-jurisdictional research, or market intelligence when a single URL or flat result is insufficient.
Instructions
Run multi-source deep research. The pipeline searches the web, scrapes the most relevant citations, and uses an LLM to structure the combined data into a unified answer. Async — typically 1–5 minutes. Use this when one URL or a flat search result will not answer the question (comparative analysis, multi-jurisdictional research, market intelligence). Returns a summary plus structured_data conforming to the inferred or supplied schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The research question or task in natural language. | |
| schema | No | Optional JSON Schema describing the desired output shape. If omitted, the engine infers a schema from the prompt. | |
| useBrowser | No | Use the headless browser when scraping cited pages (more reliable for JS-heavy sources). Defaults to true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| cached | No | ||
| status | Yes | ||
| summary | No | AI-written summary of the research findings. | |
| data_schema | No | Echo of the schema used to extract structured_data. | |
| structured_data | No | Structured data matching the request's optional/inferred schema. |