get_serp
Retrieve real-time SERP data for specific keywords, languages, and locations to analyze search engine rankings and optimize SEO strategies.
Instructions
Get SERP data from SEO Review Tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hl | Yes | The language for the search results. | |
keyword | Yes | The keyword to search for. | |
location | Yes | The location for the search results. |
Input Schema (JSON Schema)
{
"properties": {
"hl": {
"description": "The language for the search results.",
"type": "string"
},
"keyword": {
"description": "The keyword to search for.",
"type": "string"
},
"location": {
"description": "The location for the search results.",
"type": "string"
}
},
"required": [
"keyword",
"hl",
"location"
],
"type": "object"
}