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

1

Monthly active users

12 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


Quick Start

Run with real data

{
"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)

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

Troubleshooting

"API key is required"

  • 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?

Run the actor without a perplexityApiKey, or set "demoMode": true. It returns realistic sample results labeled with demo: true and a _notice field so you can inspect the exact output shape before connecting your own keys. Demo runs make no external API calls and charge no task events.


Built by John Rippy | Actor Arsenal