Geo AI Audit Scraper avatar

Geo AI Audit Scraper

Pricing

$5.00/month + usage

Go to Apify Store
Geo AI Audit Scraper

Geo AI Audit Scraper

Analyze website readiness for Generative AI search engines and get instant insights.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

Canadesk Support

Canadesk Support

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

A powerful auditing tool that evaluates your website's readiness for Generative AI search engines (GEO). It scores your content across multiple dimensions and provides actionable insights to dominate AI search results.

ℹ️ This actor fetches a detailed AI assessment directly based on the provided URL, bypassing heavy browser automation.

Features

  • Comprehensive GEO Score: Get an overall readiness score (0-100) and readiness level for AI citation potential.
  • Multi-Dimensional Analysis: In-depth sub-scores mapped across Answer First Content, Citation Authority, AI Comprehension, Competitive Context, Technical Optimization, and Content Freshness.
  • Customizable Section Output: Built-in multiselect option allowing you to filter the heavy detailed_analysis array to exactly the sections you care about.
  • Actionable Findings: Returns specific critical issues, an improved text version snippet, expected citation likelihood, and implementation effort tags.
  • Deep Technical Data: Extracts PageSpeed, accessibility, full Core Web Vitals, Bot Access status, Meta tags, Headings hierarchy, and Schema Markup validation.

Input Parameters

ParameterTypeDescription
urlStringA single website URL to analyze.
sectionsArrayMultiselect to choose which detailed analysis sections to include in your JSON output. All are selected by default.
proxyObjectProxy configuration. Recommended for preventing region blocking.

Output

Data is stored in the default dataset in JSON format containing the audit report.

Example Output

{
"success": true,
"url": "https://www.dummy.com/",
"overall_score": 53,
"analysis_summary": "This page scores 53/100 for GEO optimization. Key areas for improvement: answer-first content, technical optimization. Major optimization required to improve AI citation potential.",
"geo_readiness_level": "Not GEO-Optimized",
"dimension_scores": {
"answer_first_content": 25,
"citation_authority": 65,
"ai_comprehension": 70,
"competitive_context": 75,
"technical_optimization": 52,
"content_freshness": 70
},
"detailed_analysis": {
"answer_first_content": {
"overall_score": 25,
"summary": "The content largely fails to provide direct, clear answers to likely user queries...",
"sub_dimensions": {
"query_intent_matching": {
"score": 20,
"description": "The page does not directly answer user questions..."
}
},
"key_findings": [
{
"finding_id": "af_001",
"element_location": "H1 section",
"current_content": "Understand, simplify, and build your System 2x faster...",
"specific_issue": "This statement is vague...",
"improved_version": "AI Platform transforms systems by automating...",
"assessment": "vague_statement",
"citation_likelihood": 0.2,
"implementation_effort": "low"
}
]
}
},
"technical_data": {
"pageSpeed": {
"performance": 49,
"coreWebVitals": {
"lcp": { "status": "fail", "displayValue": "12.3 s" }
}
},
"botAccess": {
"summary": { "allowedPercentage": 93 }
}
}
}