post_bulk_website_traffic
Submit multiple domain names to retrieve bulk website traffic data, including location and language-specific insights, using the SEO Review Tools API.
Instructions
Post bulk website traffic data to SEO Review Tools API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domains | Yes | An array of domain names to check traffic for. | |
hl | No | The language for the traffic data. | |
location | No | The location for the traffic data. |
Input Schema (JSON Schema)
{
"properties": {
"domains": {
"description": "An array of domain names to check traffic for.",
"items": {
"description": "An array of domain names to check traffic for.",
"type": "string"
},
"type": "array"
},
"hl": {
"description": "The language for the traffic data.",
"type": "string"
},
"location": {
"description": "The location for the traffic data.",
"type": "string"
}
},
"required": [
"domains"
],
"type": "object"
}