labs_google_domain_rank_overview
Analyze domain ranking performance in Google search results by providing domain visibility metrics, top ranking keywords, and competitor comparison data for SEO strategy optimization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language_code | No | The language code for the search | |
| limit | No | Maximum number of results to return | |
| location_code | No | The location code for the search | |
| offset | No | Offset for pagination | |
| target | Yes | Target domain name |
Input Schema (JSON Schema)
{
"properties": {
"language_code": {
"description": "The language code for the search",
"type": "string"
},
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"location_code": {
"description": "The location code for the search",
"type": "number"
},
"offset": {
"description": "Offset for pagination",
"type": "number"
},
"target": {
"description": "Target domain name",
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}