Checks contact forms, phone numbers, mobile-friendliness, CTA clarity, and load speed — in seconds. No signup required.
Send any URL to our API endpoint
Checks 5 key business signals in seconds
Get contact form, phone, speed, mobile, CTA data
Join agencies and freelancers using SiteAuditAPI to offer website intelligence as a paid service. 5 free audits/month on the starter plan.
Apply for beta access →POST https://site-audit-api.pages.dev/api/audit
Content-Type: application/json
{
"url": "https://example.com"
}
Response:
{
"url": "https://example.com",
"has_contact_form": true,
"has_phone": true,
"mobile_friendly_score": "high",
"page_speed_estimate": "fast",
"cta_clarity": "clear",
"top_issues": ["..."],
"audit_timestamp": "2026-05-04T17:55:00Z"
}