scan_url
Submit a URL to Crawlinx for an SEO audit. Crawls up to max_pages pages (default 50, max 200), runs the technical-SEO checks, and returns a scan id; poll get_report / get_report_markdown until the crawl finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The absolute http(s) URL to audit. | |
| mode | No | Scan mode: "free" (default, multi-page) or "instant" (single-page quick check). | |
| max_pages | No | How many pages to crawl. Default 50; maximum 200. Ignored for mode=instant. |