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.jsonWhen 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 comparisonreport_format—json,pdf, orcsvaudit_depth—single_pageormulti_pagefocus—seo,performance,accessibility,security, orall
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