VOOZH about

URL: https://apify.com/openfrontier_ai/web-accessibility-wcag-auditor

โ‡ฑ Web Accessibility WCAG Auditor ($0.25/run) ยท Apify


๐Ÿ‘ Web Accessibility WCAG Auditor ($0.25/run) avatar

Web Accessibility WCAG Auditor ($0.25/run)

Pricing

from $250.00 / 1,000 basic audit per pages

Go to Apify Store

Web Accessibility WCAG Auditor ($0.25/run)

A11yBot automates WCAG 2.2 audits by "seeing" your site like a human. While standard tools only scan code, our visual AI catches barriers like poor contrast and missing focus, that HTML scanners miss. Its "Triple-Check" trait cross-references the DOM, ARIA tree, and screenshots for total precision.

Pricing

from $250.00 / 1,000 basic audit per pages

Rating

5.0

(1)

Developer

๐Ÿ‘ OpenFrontier AI

OpenFrontier AI

Maintained by Community

Actor stats

4

Bookmarked

13

Total users

0

Monthly active users

5 months ago

Last modified

Share

๐Ÿ•ต๏ธโ€โ™‚๏ธ AI Web Accessibility Auditor (WCAG 2.2)

Automate manual accessibility testing with Vision AI. While traditional scanners only read code, this Agent looks at your website to find visual contrast issues, keyboard focus barriers, and layout shifts that code-only tools miss.

๐Ÿš€ Why Use This Auditor?

  • Beyond the Code: Detects issues like missing focus indicators and poor color contrast by "seeing" the page.
  • WCAG 2.2 Compliance: Audits against the latest standards, including Target Size (2.5.5) and Focus Visible (2.4.7).
  • Multi-Modal Analysis: Combines the HTML DOM, ARIA Snapshot, and Visual Screenshots for a high-precision audit.
  • Developer Ready: Outputs structured JSON designed to be plugged directly into Jira, GitHub, or custom dashboards.

๐Ÿ›  How It Works

The Auditor performs a Triple-Check on every URL:

  1. Semantic Check: Analyzes the HTML for proper heading hierarchies and landmarks.
  2. ARIA Inspection: Evaluates the accessibility tree to ensure screen reader compatibility.
  3. Visual Verification: Uses AI Vision to verify that what the user sees matches the accessibility intent in the code.

๐Ÿ“ฅ Input

The Agent is easy to configure via the Apify Console:

FieldTypeDescription
Audit Page URLsArrayA list of URLs you want to audit.
Visual Verification LevelEnumnone โ€” Code-only audit.
basic โ€” Standard AI Vision analysis.
enhanced โ€” High-precision audit (Premium feature).

๐Ÿ“ค Output Example

Every run generates a detailed dataset. Each issue includes a visual_confirmation which explains exactly what the AI saw in the screenshot.

{
"url":"https://example.com/",
"title":"Example Page",
"auditReport":[
{
"severity":"Critical",
"issue":"Keyboard focus indicator is not visible.",
"element":"<button>Try Again</button>",
"wcag_rule":"2.4.7 Focus Visible",
"recommendation":"Ensure a visible focus style is applied on interactive elements when focused.",
"visual_confirmation":"In the screenshot, the button lacks a visible outline during the tab-sequence."
},
{
"severity":"Moderate",
"issue":"Text contrast does not meet standards.",
"element":"Main layout text",
"wcag_rule":"1.4.3 Contrast (Minimum)",
"recommendation":"Ensure text color contrasts at least 4.5:1 against the background.",
"visual_confirmation":"Text appears low contrast against the cyan background in the image."
}
],
"scrapedAt":"2026-01-01T12:00:00.000Z"
}

๐Ÿ’ก Usage Tips

  • Start Small: Use basic vision mode for broad crawls and enhanced for deep-dives into critical conversion pages (Checkout, Sign-up).
  • Token Efficiency: The Agent automatically strips unnecessary tags (scripts, styles) to keep your AI costs low while maintaining full context for the audit.
  • Local Testing: Running this on your local machine? Ensure your local image server is running to allow the AI to fetch screenshots for analysis.

You might also like

Axe Accessibility Tester

hanamira/axe-accessibility-tester

Test any website for WCAG accessibility issues using axe-core. Scan single pages or crawl entire sites. Get detailed reports with violation severity, affected elements, and remediation guidance. Supports WCAG 2.0, 2.1, and 2.2 at A, AA, and AAA levels.

Color Contrast Checker (WCAG)

automation-lab/color-contrast-checker

Check color pairs against WCAG 2.1 AA and AAA contrast ratio standards. Supports hex, RGB, and named CSS colors. Get contrast ratios, pass/fail for normal text, large text, and UI components.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Web Accessibility Checker

louisdeconinck/web-accessibility-checker

Audit your entire website for WCAG 2.1 & 2.2 compliance using the industry-standard axe-core engine. Automatically crawl pages, detect accessibility violations, and generate detailed actionable reports to ensure legal compliance and improve SEO.

๐Ÿ‘ User avatar

Louis Deconinck

13

Free web accessibility checker (EAA and WCAG compliance)

katzino/actor-web-a11y-audit

This web accessibility checker crawls a site and reviews it for adherence to the Web Content Accessibility Guidelines (WCAG). Results can be accessed via Apify Console or downloaded in JSON, CSV, XML, or Excel formats.

WCAG Accessibility Auditor โ€” Score & Fix 30 Rules

ryanclinton/wcag-accessibility-auditor

Crawl any website and audit it against WCAG 2.1 accessibility standards. Checks 30 rules across four severity levels, scores each site 0โ€“100 with letter grades A through F, and provides element-level violations with CSS selectors and fix recommendations.

Web Accessibility Scanner

accessibility_team/a11y-scanner-public

Looking for an Accessibility Checker API for WCAG compliance? Our tool scans per the latest guidelines, offering bypass login screens, detailed error reports, and automated scanning. Ideal for inclusive design, and accessibility testing. Ensure your site meets accessibility standards.

140

5.0

Website Accessibility Checker

taroyamada/wcag-accessibility-checker

Automate UI testing by crawling URLs to scrape WCAG 2.1 violations. Pinpoint exact DOM elements failing ADA standards and output clear remediation steps.

Related articles

How to parse HTML in JavaScript
Read more
I tested the 9 best brand monitoring tools in 2026 (free + paid)
Read more
10 web scraping challenges (+ solutions) in 2025
Read more