page_audit_rescan
Rescan a previously audited webpage to generate an updated SEO audit report, tracking changes and progress for ongoing optimization.
Instructions
Rescan existing one-page audit project. Creates new audit report for the page. Returns reportId for the new scan. API COST: 10 credits per rescan. Use page_audit_get_reports_for_page to track progress.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page ID to rescan | |
| name | Yes | Project name (can update if needed) | |
| userAgent | Yes | User agent ID. Recommended: 0 (Chrome) for most use cases. Values: 0=Chrome, 1=Serpstat, 2=Google, 3=Yandex, 4=Firefox, 5=IE | |
| httpAuthLogin | No | Login for Basic HTTP authentication (optional) | |
| httpAuthPass | No | Password for Basic HTTP authentication (optional) |