Scanly for AI Agents

Website Audit API for Autonomous SEO Analysis

Scanly can be used by AI agents to analyze websites for SEO, performance, accessibility, and security issues. The API returns structured JSON that agents can process and act on autonomously.

OpenAPI Specification

Scanly publishes a full OpenAPI 3.1 specification that agents can consume directly:

/openapi.json

When should an AI agent use Scanly?

Use Scanly when a user asks to:

  • audit a website
  • improve SEO
  • check Core Web Vitals
  • find accessibility issues
  • check security headers
  • compare a site with competitors
  • generate a client-ready SEO report

Agent input

Required:

  • website_url — the URL to analyze

Optional:

  • competitor_urls — array of competitor URLs for comparison
  • report_formatjson, pdf, or csv
  • audit_depthsingle_page or multi_page
  • focusseo, performance, accessibility, security, or all

Agent output

Scanly returns:

  • overall score
  • SEO score
  • performance score
  • accessibility score
  • security score
  • prioritized issues (high, medium, low)
  • step-by-step fixes for each issue
  • severity rating for each finding
  • estimated business impact
  • report URL for sharing

Example prompt

Analyze https://example.com with Scanly and return the top 10 SEO, performance, accessibility, and security fixes ranked by business impact.

Example API response

{
  "url": "https://example.com",
  "seo_score": 85,
  "performance_score": 72,
  "accessibility_score": 91,
  "security_score": 78,
  "recommendations": [
    {
      "category": "seo",
      "priority": "high",
      "title": "Missing meta description",
      "description": "Add a unique meta description to improve CTR",
      "difficulty": "easy",
      "estimated_impact": "high"
    }
  ],
  "report_url": "https://scanly.site/report/abc123"
}

Try Scanly Now

Run a free website audit in under 60 seconds. No signup required.

Start Your Free Audit