Skip to content

Research parameters

FieldTypeRequiredNotes
querystringyesThe research question.
sourcesstring[]noExplicit source filter list.
limitnumbernoResult count per source.
depthquick | default | deepnoControls breadth and time budget.
synthesizebooleannoRequest a grounded summary.
subqueriesstring[]noOverride auto-generated query expansion.
enrichbooleannoRead full pages for top-ranked results before synthesis.
enrich_limitnumbernoLimit the number of enriched results.

Parameter baseline

```bash curl https://api.faircompany.ai/v1/crawl/research \ -X POST \ -H "Authorization: Bearer fc_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "query": "Claude Code vs Cursor for large codebases", "sources": ["web", "reddit", "hackernews", "github"], "depth": "default", "synthesize": true }' ```