// for-analysts@2026.05
A structured dataset for AI company discovery.
390+ AI companies scored on citation readiness, authority, and verifiability — refreshed in real time. Several intelligence platforms already index the feed; you can query the same one over a simple REST API.
Indexed by SilobreakerIndexed by VisvoIndexed by EgerinIndexed by JamaspIndexed by Findelio
What you get
CCS Scores
Citation Corpus Score — 0–100, predictive of AI citation frequency across major engines.
Authority Signals
GitHub stars, G2 reviews, news mentions, Stack Overflow questions — raw and normalized.
Citation Frequency
Who gets cited by ChatGPT, Perplexity, Claude, and Google AI Overviews. Updated every 15 minutes.
Truth Verification
Which company claims are verified, partial, or unverifiable — with engine-level contradiction detection.
Pricing
Starter
$499/mo
- 1,000 API calls / mo
- 5 tracked companies
- Weekly data refresh
- CSV + JSON export
Pro
$1,999/mo
- 10,000 API calls / mo
- 25 tracked companies
- Daily data refresh
- CSV + JSON export
Enterprise
Custom
- Unlimited API calls
- Unlimited companies
- Real-time + webhooks
- CSV + JSON export
Sample request
curl https://grow.contact/api/public/v1/companies/anthropic.com \
-H "Authorization: Bearer YOUR_API_KEY"
{
"domain": "anthropic.com",
"ccs": 87,
"authority": { "github_stars": 4200, "news_mentions": 312 },
"citations": { "chatgpt": 0.71, "gemini": 0.54, "perplexity": 0.62 },
"verified_claims": 18,
"contradictions_24h": 0
}