AI Brand Visibility Report
Under maintenancePricing
from $0.00005 / actor start
AI Brand Visibility Report
Under maintenanceMeasure how often your brand shows up when buyers ask AI assistants about your category. Get a 0–100 AI Visibility Score, share-of-voice vs. competitors, an opportunity-gap list, and a client-ready report — across ChatGPT and Claude.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Brody Fuller
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Track how often your brand is mentioned and cited across ChatGPT, Claude, Gemini, and Perplexity when buyers ask AI assistants about your category. Get a 0–100 visibility score, share-of-voice vs. competitors, per-engine breakdown, an opportunity-gap list, and a client-ready HTML report — not just raw rows.
Keywords for store SEO (edit the store title/description to include these): AI visibility, GEO score, generative engine optimization, AEO, brand monitoring ChatGPT, AI search visibility, share of voice, Perplexity citations.
What it does
- Generates realistic, brand-agnostic buyer prompts for your category (or uses your own).
- Runs each prompt across the AI engines you enable.
- Detects, per answer: whether your brand is mentioned, its position, whether your domain is cited, and which competitors appear.
- Aggregates into a visibility score, share of voice, citation rate, per-engine and per-competitor breakdowns, and a gap list (buyer questions where competitors show up and you don't).
- Outputs: a structured dataset (one row per prompt×engine), a
REPORTHTML deliverable, and anOUTPUTsummary object.
Inputs
brand(required),brandDomain,brandAliasescompetitors(up to ~8)industry— used to auto-generate prompts, or supplycustomPromptspromptCount(default 25)engines— any ofopenai,anthropic,perplexity,geminianalyzeSentiment— optional extra pass- API keys per provider (or set as environment variables / actor secrets)
Outputs
- Dataset — per prompt×engine: mentioned, position, cited, competitors seen, sentiment.
- Key-value
REPORT— a self-contained HTML report (prints to PDF). - Key-value
OUTPUT— headline metrics as JSON.
Cost model (READ BEFORE PRICING)
Your cost of goods is LLM API calls: every prompt hits each enabled engine once
(plus one cheap call to generate prompts, plus one per mention if sentiment is on).
Estimate real token cost at your target promptCount × engines, then price the
per-event rate so tokens stay well under ~⅓ of what you charge. Benchmark on the
store is ~$40–70 / 1,000 prompts analyzed for this deliverable class.
Honest measurement caveat
API responses are not identical to the consumer apps (e.g. the OpenAI API is not the same as ChatGPT.com with live search). Perplexity's API is closest to real AI search because it returns citations. Scores are directional and best read as a trend over time — say this plainly in the listing; every serious tool in this space has the same caveat.
Run locally
npm installexport OPENAI_API_KEY=... # + ANTHROPIC_API_KEY, GOOGLE_API_KEY, PERPLEXITY_API_KEYapify run # or: npm start (with an INPUT.json / apify CLI)
Monetization
Set chargePerPrompt: true only on the published, pay-per-event actor. The event
name is prompt-analyzed (see src/config.js); configure the price in the Apify
monetization settings to match.
Verify before shipping
Model IDs in src/config.js change often — confirm each against current provider docs.