HTML Validity Report Generator avatar
HTML Validity Report Generator
Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
HTML Validity Report Generator

HTML Validity Report Generator

Under maintenance

Generate deterministic HTML validity reports with standards-based findings and exact element-level source locations.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Lone

Lone

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Generate a deterministic validity report for HTML with structured findings and source locations (line/column) suitable for CI pipelines, QA checks, and compliance-style audits.

This Actor performs standards-oriented structural and semantic checks and emits a stable, machine-readable report. It is designed for authority and repeatability, not interpretation.


What This Actor Does

  • Parses HTML deterministically and produces a validity report
  • Reports findings with severity and fix guidance
  • Includes location tracking (line/column) when available
  • Supports web and email validation modes
  • Outputs one dataset item per run

Input

  • preset: none | broken-html-v0.1 | clean-html-v0.1
  • html: raw HTML input (required if preset is none)
  • url: optional URL to fetch HTML from (public pages only)
  • mode: web or email
  • maxFindings: cap findings count (default 200)
  • strict: FAIL if any critical findings exist (default true)

Output

The Actor writes a single dataset item containing:

  • verdict: PASS | FAIL
  • score: 0–100 deterministic validity score
  • counts: critical/major/minor totals
  • findings: structured list with ids, messages, fixes, and locations
  • metadata: version, mode, hash, timestamp

All runs are deterministic for a given input.


What This Actor Does NOT Do

  • No LLM enrichment
  • No paywall/login access
  • No dynamic rendering
  • No automatic rewriting of your HTML

  • Processes only provided HTML or publicly accessible URLs
  • No personal data intentionally stored
  • Deterministic and audit-friendly by design

Versioning

  • v0.1 — initial authority-grade rule set + location-aware findings