Skip to content

Research sources

FairCrawl’s research layer mixes always-on sources with opt-in heavier sources. The practical source families to plan around are:

SourceBest for
webbroad web search with page reads
duckduckgofast web results and query expansion
redditcommunity threads and real-user feedback
hackernewstechnical launch and builder discussion
githubrepos, issues, and open-source activity
youtubechannel and video ecosystem signals
blueskycurrent social conversation
twitteropt-in social search
tiktokcreator and short-form content discovery
instagramcreator and brand social content
threadsMeta Threads discussion
wikipediastable reference facts
arxivacademic and research papers
stackoverflowimplementation details and troubleshooting

Additional heavier or more situational sources include producthunt, quora, indiehackers, medium, substack, and polymarket.

Source-filtered GitHub research

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