page_audit_start_scan
Initiate a JavaScript-rendered webpage scan to analyze SEO performance, returning IDs for tracking progress and retrieving comprehensive audit results.
Instructions
Scan a single webpage with JavaScript rendering. Returns pageId and reportId for tracking. Use page_audit_get_reports_for_page to check progress via status and progress fields. API COST: 10 credits per scan. Wait for progress=100 before retrieving results with page_audit_get_results_report.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the audit project | |
| url | Yes | Page URL to scan | |
| 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) |