GEO Citation Analyzer - AI Citation Source Finder avatar

GEO Citation Analyzer - AI Citation Source Finder

Pricing

from $0.01 / 1,000 results

Go to Apify Store
GEO Citation Analyzer - AI Citation Source Finder

GEO Citation Analyzer - AI Citation Source Finder

Discover which sources get cited by AI systems (ChatGPT, Perplexity, Gemini) & understand what content structure patterns get referenced. Essential for Generative Engine Optimization (GEO). Unlike traditional SEO targets Google rankings, GEO focuses on making your content the source for AI systems

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

3

Monthly active users

18 days ago

Last modified

Share

Discover which sources get cited by AI systems (ChatGPT, Perplexity, Gemini). Analyze content structure of cited sources: word count, tables vs paragraphs, BLUF format, FAQ sections. Optimize your content for Generative Engine Optimization (GEO).

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Perplexity API key for live queries. Get one at https://perplexity.ai

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"query": "best project management software for startups"
}

Run with real data

{
"demoMode": false,
"query": "best project management software for startups",
"aiEngine": "perplexity",
"analyzeContent": true,
"maxCitations": 10,
"perplexityApiKey": "YOUR_API_KEY_HERE",
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"webhookPlatform": "custom"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
querystring-NoThe topic/question to analyze (e.g., 'best CRM software for small business')
aiEnginestring"perplexity"NoWhich AI system to query for citations
analyzeContentbooleantrueNoScrape and analyze the structure of cited pages (word count, tables, FAQ sections, etc.)
maxCitationsinteger10NoMaximum number of cited sources to scrape and analyze (1-20)
perplexityApiKeystring-Yes*Your Perplexity API key for live queries. Get one at https://perplexity.ai
firecrawlApiKeystring-Yes*Your Firecrawl API key for content scraping. Get one at https://firecrawl.dev
webhookUrlstring-NoSend results to a webhook URL (Zapier, Make, n8n, or custom)
webhookPlatformstring"custom"NoPlatform receiving the webhook (affects payload format)
demoModebooleantrueNoRun with sample data to test without API keys. Returns realistic sample citation analysis instantly.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Citation AnalysisEach AI citation query analyzed via Perplexity API$0.05
Content Structure AnalysisEach cited source scraped and analyzed for content structure$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal