Skip to main content
Docs/Exporting to CSV / JSON

Exporting to CSV / JSON

Download raw audit data for spreadsheet analysis, custom reporting, or integration with your existing tools.

Export Formats

📊 CSV Export

Best for spreadsheet analysis in Excel or Google Sheets. Each row represents one violation with columns for URL, rule, severity, WCAG criterion, element, and description.

Use for: stakeholder reports, tracking remediation progress, pivot tables

🔧 JSON Export

Full structured data including all violation details, element selectors, code snippets, and engine metadata. Ideal for developers and CI/CD integrations.

Use for: custom dashboards, JIRA/GitHub integration, automated pipelines

How to Export

  1. 1

    Open Your Audit Results

    Navigate to any completed audit from your dashboard or scan history.

  2. 2

    Click Export

    Click the Export button in the top-right of the results panel.

  3. 3

    Choose Format

    Select CSV or JSON from the dropdown. You can also choose to export only violations, or include passes and warnings.

  4. 4

    Download

    The file downloads immediately. For large site crawls, the export may take a few seconds to prepare.

CSV Column Reference

ColumnDescription
urlThe page URL where the violation was found
rule_idThe axe-core or Pa11y rule identifier
severityCritical / Serious / Moderate / Minor
wcag_criterionThe WCAG success criterion (e.g., 1.4.3)
wcag_levelA, AA, or AAA
descriptionPlain-English description of the issue
elementCSS selector of the failing element
html_snippetThe raw HTML of the failing element
engineaxe / pa11y / lighthouse
scan_dateISO 8601 timestamp of the scan