Why Broad Search
- Wider coverage. Several sub-queries from one query, each covering a different part of the topic.
- No query rewriting. Pass the original query as is, and Octen generates the sub-queries from it.
- Still fast. Sub-queries run concurrently, so broader coverage does not mean a longer wait.
- Made for LLMs and agents. Results arrive grouped by sub-query, ready for a model to ground a complete answer.
Scenarios
Compare options
Comparisons across many sources, such as pricing, products, or vendors.- The response includes the generated
queriesand the rankedsearch_resultsfor each one.
Research a topic
For surveys and deeper research, raisemax_queries so more angles are covered.
max_queries: 12widens coverage; lower it for a tighter search.
Full page content
When you need the original text of each result, turn on full content throughsearch_options.
Filter every sub-query
Apply topic, domain, or time filters to all sub-queries at once throughsearch_options.
Parameter cheatsheet
| Parameter | Default | Change it when |
|---|---|---|
max_queries | 5 | Raise (up to 30) for broader coverage; lower for a tighter search. |
search_options | Web Search defaults | Pass Web Search option to control every sub-query. |
search_options takes the same parameters as Web Search. For per-scenario examples, see Tailor Your Search.