Analyze URL or Site
analyze_urlDiscover keywords for a website domain or a single page and get search volume, CPC, competition, and 12-month trends.
Instructions
Domain/site keyword discovery via /api/v1/websites (requires brand=0|1). Use site for full domain mapping; use url for a single page via /api/v1/keywords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Single page URL (uses /api/v1/keywords). | |
| site | No | Domain for /api/v1/websites discovery. | |
| brand | No | 0=domain keywords, 1=brand keywords (required with site). | |
| language | No | Language ID or code. | |
| location | No | Geo ID or ISO. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Domain metrics, trends, or keyword records. | |
| page | No | Current one-based page. | |
| error | No | Human-readable error when success is false. | |
| total | No | Total matching domain keywords. | |
| domain | No | Normalized domain name. | |
| success | Yes | Whether the request completed successfully. | |
| has_more | No | Whether another page is available. |