← SEO Score API

SEO Report API

Generate shareable, white-label SEO reports and SVG score badges via API. Hand clients a clean report URL instead of a spreadsheet. Free tier, branding on paid plans.

Clients don't want raw JSON — they want a clean page that says what's wrong and how bad it is. The SEO Report API turns any audit into a shareable HTML report and an embeddable SVG score badge, generated programmatically so you never assemble one by hand again.

One call

curl -H "X-API-Key: YOUR_KEY" \
  "https://seoscoreapi.com/audit?url=https://example.com"

Or with the Python SDK (pip install seoscoreapi):

from seoscoreapi import audit

result = audit("https://example.com", api_key="YOUR_KEY")
print(result["score"], result["grade"])

A report URL per domain

Call the API and get a hosted, mobile-friendly report at /report/{domain} — overall score, category breakdown, and prioritized issues in language a non-technical client understands. Send the link; no PDF export step, no formatting.

Badges and white-label branding

Embed a live /badge/{domain} SVG in client dashboards or your own SaaS. Higher tiers unlock custom branding so the report carries your agency's identity, not ours. See the white-label guide below for the full setup.

Related reading

How to White-Label SEO Reports for Your Agency Clients

Generate branded SEO audit reports for clients using shareable report links, embeddable score badges, and the SEO Score API. No PDF generators needed.

How to Automate SEO Reporting for Clients (Developer Guide)

Build automated SEO reports for agency clients using a simple API. Generate branded reports, track scores over time, and set up email alerts.

Build a Live SEO Monitoring Dashboard in 100 Lines of Python

A self-hosted, single-file Flask dashboard that polls the SEO Score API on a schedule, renders score cards with sparklines for every URL, and auto-refreshes in the browser. Live demo + downloadable source.

SEO Audit Checklist for New Client Onboarding

A systematic 28-point SEO audit checklist for agencies onboarding new clients. Automate it with one API call instead of spending hours in manual tools.

Why SEO Agencies Are Switching to API-First Auditing

How digital agencies are using the SEO Score API to audit client sites faster, deliver better reports, and scale their SEO services without adding headcount.

Frequently asked

Can I white-label the SEO reports?

Yes. Every plan generates a shareable report and SVG badge; higher tiers let you apply custom branding so reports carry your identity.

How do clients view the report?

Each domain gets a hosted, mobile-friendly report URL you can send directly — no PDF export or manual formatting.

Can I embed a score badge on a dashboard?

Yes. The SVG badge endpoint returns a live score image you can embed in a client dashboard or your own product.

Is it suitable for an agency with many clients?

Yes — generate reports programmatically per client domain and regenerate on a schedule. See the automate-reporting guide above.

Generate a Client Report Free

Get a Free API Key