Coming Soon
OpenFound API
Programmatic access to AI search visibility data. Query brand scores, track mentions across LLMs, and integrate GEO insights into your own tools.
Brand Visibility Scores
Retrieve AI search visibility scores for any domain programmatically.
Query Tracking
Monitor how your brand appears across ChatGPT, Gemini, Perplexity & more.
Citation Data
Access structured citation and sentiment data from every AI platform.
Webhooks
Get real-time notifications when your brand visibility changes.
curl https://api.openfound.com/v1/brand/score \
-H "Authorization: Bearer of_live_..." \
-d '{"domain": "yoursite.com"}'
# → { "score": 72, "platforms": { "chatgpt": 68, "gemini": 81, ... } }