page_audit_get_report_by_categories
Retrieve website audit results categorized by error type (meta tags, headings, content, etc.) and compare changes between reports to track SEO improvements.
Instructions
Get audit results by categories for a specific report. Returns categories array with errors grouped by type (meta_tags, headings, content, multimedia, https, etc), page data, and report info. Use compareReportId to see changes between reports (countNew shows errors added since compareReportId, countFixed shows errors resolved since compareReportId). Does not consume API credits.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Report ID to get audit results for | |
| compareReportId | No | Report ID to compare with (optional). When provided, countNew and countFixed will show differences between the two reports. |