get_site_audit_pages_spec_errors
Identify pages or images with specific SEO errors in site audits, providing URLs and unique IDs for detailed analysis of issues like missing alt text.
Instructions
DRILL-DOWN STEP 1: Get list of elements (pages/images) with specific error. Returns: url (problematic page or image URL), urlCrc/imageCrc (unique numeric ID for drill-down), count (occurrences). The CRC is used with get_site_audit_elements_with_issues for deeper analysis. Mode parameter: 'all' (all errors), 'new' (new vs compareReportId), 'solved' (fixed vs compareReportId). Example flow: get pages with 'image_no_alt' error → get imageCrc → use with get_site_audit_elements_with_issues to see which pages use that image. Does not consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The unique identifier for an audit report | |
| compareReportId | Yes | Another unique identifier for an audit report from the same project to compare | |
| projectId | Yes | The unique identifier for an audit site project | |
| errorName | Yes | Error name to filter by | |
| mode | No | Error display mode: all (all errors), new (new errors), solved (fixed errors) | all |
| limit | No | Count of returned items in response | |
| offset | No | Batch number required for pagination |