cd /news/ai-products/how-i-track-whether-chatgpt-claude-a… · home topics ai-products article
[ARTICLE · art-90623] src=dev.to ↗ pub= topic=ai-products verified=true sentiment=· neutral

How I track whether ChatGPT, Claude and Perplexity recommend my product

A developer built AskAiRank, a tool that tracks how often products are mentioned by AI assistants like ChatGPT, Claude, and Perplexity. The tool samples answers over time and parses free-form prose to detect mentions, addressing the lack of visibility for businesses in AI-generated recommendations.

read1 min views1 publishedAug 10, 2026

When people look for software today, a growing share of them never touch Google. They ask ChatGPT, Claude, Perplexity or Gemini "what's the best tool for X?" and take the answer at face value. If your product isn't in that answer, you're invisible to those users, and you have no idea it's happening.

I kept running into this with our own products, so I built AskAiRank to measure it. This post is about the problem and how the tracking actually works under the hood.

Classic SEO gives you rank trackers, Search Console, backlinks. For AI assistants there's almost nothing. You can't see:

And the answers aren't deterministic. Ask the same question twice and you can get different tools, different ordering, different citations. So a single manual check tells you nothing, you need to sample over time.

The core loop is simple:

The parsing is the hard part. Model output is prose, not JSON, so mention detection has to handle aliases, partial names, "also worth checking out X" asides, and citations that live in footnotes or inline links. It's the piece I'm still iterating on the most.

Nothing exotic:

People are starting to call this AEO (Answer Engine Optimization) or GEO (Generative Engine Optimization). The name matters less than the shift: recommendation is moving from ranked blue links to a single synthesized answer. If you ship a product, it's worth knowing where you stand in that answer, the same way you'd check your Google rank.

If you want to try it on your own product, there's a free plan (no credit card): https://askairank.com I'd genuinely love feedback, especially from anyone who has tackled mention-detection in free-form LLM output. Where does your approach break?

── more in #ai-products 4 stories · sorted by recency
── more on @askairank 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-i-track-whether-…] indexed:0 read:1min 2026-08-10 ·