Agent Web QA Auditor avatar

Agent Web QA Auditor

Pricing

from $5.00 / 1,000 page auditeds

Go to Apify Store
Agent Web QA Auditor

Agent Web QA Auditor

Acceptance-check up to 25 public web pages before delivery. Get deterministic pass/fail scores, metadata, accessibility basics, and broken-link evidence as structured JSON for CI and AI agents.

Pricing

from $5.00 / 1,000 page auditeds

Rating

0.0

(0)

Developer

Will Zhao

Will Zhao

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Deterministic acceptance QA for up to 25 public web pages, designed for humans, CI pipelines, and AI agents that need structured evidence before accepting web work.

Output

  • HTTP status, final URL, content type, and duration
  • title, meta description, canonical URL, viewport, and H1 checks
  • image alt coverage and form/link counts
  • up to 50 same-origin link checks
  • structured findings and a deterministic 0–100 score
  • configurable pass/fail threshold and a run-level acceptance decision
  • batch input with one billable page-audited event per successful result

Safety boundaries

  • Public HTTP(S) pages only
  • Rejects credentials in URLs, localhost, private/link-local IPs, and private redirects
  • Caps response bodies at 2 MB, redirects at 5, and request timeouts at 30 seconds
  • Does not log in, bypass access controls, submit forms, or perform security testing

Local verification

npm install
npm test
APIFY_LOCAL_STORAGE_DIR=./storage npm start

Example Actor input:

{
"urls": ["https://example.com", "https://example.org"],
"acceptanceThreshold": 85,
"maxLinks": 10,
"timeoutSecs": 15
}