research_submit
Submit a deep web research job for explicit deep research requests. Returns a research_id immediately; the job runs in the background for later result retrieval.
Instructions
Submit a Brave Answers RESEARCH job: multi-iteration web research (~90-300s). Cost ≈ $0.07 × queries actually run (narrow ≈ $0.07, broad ≈ $0.77, full 20-query runs can exceed $1) — only use when the user explicitly requests deep research. Returns a research_id immediately; the job runs in the background. Poll with research_status and fetch the deliverable with research_result once completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The research question | |
| country | No | Target country, e.g. us, gb, de | |
| language | No | Response language, e.g. en, de, fr | |
| research_allow_thinking | No | Allow the model to think between iterations (default true) | |
| research_maximum_number_of_queries | No | Max total search queries across the run (default 20) | |
| research_maximum_number_of_seconds | No | Time budget in seconds (default 180, max 300; soft target — wall-clock can exceed it) | |
| research_maximum_number_of_iterations | No | Max research iterations (default 4) | |
| research_maximum_number_of_tokens_per_query | No | Max context tokens per search query (default 8192) | |
| research_maximum_number_of_results_per_query | No | Search results fetched per query (default 60) |