Axe Accessibility Tester
Pricing
Pay per event
Go to Apify Store
Axe Accessibility Tester
Run automated WCAG audits with axe-core on any set of webpages and export structured reports.
0.0 (0)
Pricing
Pay per event
0
1
1
Last modified
14 days ago
Pricing
Pay per event
Run automated WCAG audits with axe-core on any set of webpages and export structured reports.
0.0 (0)
Pricing
Pay per event
0
1
1
Last modified
14 days ago
startUrlsstringRequired
JSON array of request sources (e.g. [{ "url": "https://example.com" }]).
wcagTagsstringOptional
Optional comma or newline separated list, or JSON array, of tags to include (e.g. wcag2a, wcag21aa).
runOnlystringOptional
Optional JSON object passed to axe runOnly (e.g. { "type": "tag", "values": ["wcag2aa"] }).
impactThresholdEnumOptional
Only include violations whose impact is equal to or greater than the selected level.
"minor": string"moderate": string"serious": string"critical": stringmaxConcurrencyintegerOptional
Number of parallel browser pages used during the crawl.
Default value of this property is 2
maxRequestsPerCrawlintegerOptional
Limit the total number of pages to audit in a single run.
navigationTimeoutSecsintegerOptional
How long to wait for each page to load before running axe.
Default value of this property is 45