Competitive intelligence, automated
FetchIntel identifies who you compete with, researches them every single day, and files what it finds into one feed you can shape — and pull into any other app as JSON.
Daily
Automated sweeps
7
Signal categories
1
Feed to watch
JSON
For your stack
What it watches
Point it at your domain. It reads your site, searches the market and proposes the companies you actually compete with.
Daily snapshots of competitor sites. New products, new messaging and pricing edits get surfaced, cosmetic noise does not.
Deep web sweeps for releases, partnerships, funding and press — summarised into what it means for you.
Hiring pushes, key departures, layoffs and role changes pulled from LinkedIn and public sources.
Filter by competitor, category, keyword and importance. Save what matters, mute what does not.
Every signal is available at /api/public/feed with your own revocable API key. Pipe it into any other app.
Built to be consumed
Generate a key in settings and pull your intelligence feed into dashboards, Slack bots, internal tools or anything else. Filter by category, importance and date.
GET /api/public/feed?limit=50&category=product,hiring
x-api-key: cif_••••••••
{
"generated_at": "2026-08-10T09:00:00Z",
"count": 12,
"items": [
{
"competitor": "Northwind",
"category": "product",
"title": "Northwind ships AI bundle builder",
"importance": 5,
"url": "https://northwind.com/blog/..."
}
]
}