Skip to content

Research examples

Broad comparison query

Default multi-source query

```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 }' ```

GitHub-only

GitHub-focused query

```bash curl https://api.faircompany.ai/v1/crawl/research \ -X POST \ -H "Authorization: Bearer fc_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "query": "vector database benchmarks site:github.com", "sources": ["github"], "limit": 10 }' ```

Best practice

Start with depth: "default" and a small source set. Only opt into heavier sources or enrichment when the default result set is too shallow.