GetWordstatReport
Returns a search query statistics report.
Input data
The input data structure in JSON is shown below.
{
"method": "GetWordstatReport",
"param": (int)
}
The param
parameter is used for specifying the ID of the generated report. You can get the report ID using the GetWordstatReportList method.
Output data
The method returns an array of WordstatReportInfo
objects. Each object contains statistics for search queries for a single keyword. The output data structure in JSON is shown below.
{
"data": [
{ /* WordstatReportInfo */
"Phrase": (string),
"GeoID": [
(int)
...
],
"SearchedWith": [
{ /* WordstatItem */
"Phrase": (string),
"Shows": (int)
}
...
],
"SearchedAlso": [
{ /* WordstatItem */
"Phrase": (string),
"Shows": (int)
}
...
]
}
...
]
}
Parameters are described below.
Parameter |
Description |
WordstatReportInfo object |
|
|
The keyword that statistics are given for (specified when generating the report). |
|
Array with region IDs (specified when generating the report). |
|
Statistics for search queries that match the keyword. |
|
Statistics for other search queries that consumers made when searching for a keyword from the |
WordstatItem object |
|
|
In the In the |
|
Number of search queries over the last month. |