Accessibility Audit — Whole Site avatar

Accessibility Audit — Whole Site

Pricing

from $12.00 / 1,000 page scanneds

Go to Apify Store
Accessibility Audit — Whole Site

Accessibility Audit — Whole Site

Crawl an entire website and check every page against WCAG 2.1 A and AA. Get a per-page accessibility score, the failing elements with fix guidance, and a site-wide ranking of which rules break the most pages, so you fix one template and clear dozens of pages.

Pricing

from $12.00 / 1,000 page scanneds

Rating

0.0

(0)

Developer

Aleksandr Jelohhin

Aleksandr Jelohhin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Accessibility Audit — Whole Site, WCAG 2.1 AA

Crawl an entire website and check every page for accessibility problems against WCAG 2.1 level A and AA. For each page you get a score, the specific violations with the elements that fail and how to fix them, and — the part that saves you the most time — a site-wide ranking of which rules break the most pages, so you fix one component or template and clear the issue everywhere.

Runs on demand, on a schedule, or from the API. No setup, no API keys.

What you get

Per page (dataset row):

{
"url": "https://example.com/pricing",
"score": 76,
"hasViolations": true,
"counts": { "critical": 0, "serious": 3, "moderate": 7, "minor": 2 },
"passes": 84,
"violations": [
{ "id": "color-contrast", "impact": "serious",
"help": "Elements must meet minimum contrast ratio thresholds",
"helpUrl": "https://...", "wcagTags": ["wcag2aa", "wcag143"],
"targets": ["main > .card:nth-child(2) > a"] }
]
}

Whole site (SUMMARY in the key-value store):

{
"pagesScanned": 54,
"pagesWithViolations": 21,
"criticalViolations": 2,
"seriousViolations": 28,
"mostCommonRules": [
{ "rule": "color-contrast", "affectedPages": 14 },
{ "rule": "link-name", "affectedPages": 9 }
]
}

Input

{ "startUrls": [{ "url": "https://example.com" }], "crawl": true, "maxPages": 100 }

Optionally restrict to specific WCAG rule tags, cap the crawl, or exclude URL patterns.

Use it for

  • A full-site accessibility audit before a compliance deadline (EAA, ADA, Section 508)
  • Prioritising remediation work by impact and reach
  • Regression testing in CI — fail the build if new critical issues appear
  • Auditing many client sites from the API

How it works

Each page is opened in a real browser and evaluated with an industry-standard rules engine, so dynamic content, ARIA state and computed styles are all checked — not just the raw HTML.

Pricing

Pay per page scanned. Unreachable pages are not charged.