run_seo_audit
Crawl websites to extract SEO data, identify technical issues, and analyze site structure for comprehensive SEO auditing.
Instructions
Crawl a website and extract comprehensive SEO data using Crawlee HttpCrawler. Returns crawl ID and output path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL to crawl (must include http:// or https://) | |
| maxPages | No | Maximum number of pages to crawl (1-10000). Default: 1000 | |
| depth | No | Maximum crawl depth (1-10). Default: 3 | |
| userAgent | No | User agent to identify as: "chrome" (default, Chrome browser) or "googlebot" (Googlebot crawler). Default: chrome |