Client Web Property Search Vol. Report
GET v3/{accountId}/web-properties/{clientWebPropertyId}/rank-sources/{rankSourceId}/tp/CURRENT/search-volumes
Returns a list of all tracked searches for a given web property; the average monthly search volume of the past 12 months for each tracked search; and the monthly search volume for each of the previous 12 months for each tracked search.
For example:
[{
"averageVolume": 1700,
"trackedSearchId": 3665365,
"volumeItems": [{
"volume": 2900,
"month": 7,
"year": 2015
}, {
"volume": 2100,
"month": 6,
"year": 2015
}, {
"volume": 1700,
"month": 5,
"year": 2015
}, {
"volume": 2100,
"month": 4,
"year": 2015
}, {
"volume": 2100,
"month": 3,
"year": 2015
}, {
"volume": 2100,
"month": 2,
"year": 2015
}, {
"volume": 1700,
"month": 1,
"year": 2015
}, {
"volume": 1100,
"month": 12,
"year": 2014
}, {
"volume": 1230,
"month": 11,
"year": 2014
}, {
"volume": 1700,
"month": 10,
"year": 2014
}, {
"volume": 1700,
"month": 9,
"year": 2014
}, {
"volume": 1850,
"month": 8,
"year": 2014
}]
}, {
"averageVolume": 20,
"trackedSearchId": 3665366,
"volumeItems": [{
"volume": 30,
"month": 7,
"year": 2015
}, {
"volume": 20,
"month": 6,
"year": 2015
}, {
"volume": 10,
"month": 5,
"year": 2015
}, {
"volume": 10,
"month": 4,
"year": 2015
}, {
"volume": 20,
"month": 3,
"year": 2015
}, {
"volume": 20,
"month": 2,
"year": 2015
}, {
"volume": 10,
"month": 1,
"year": 2015
}, {
"volume": 30,
"month": 12,
"year": 2014
}, {
"volume": 20,
"month": 11,
"year": 2014
}, {
"volume": 30,
"month": 10,
"year": 2014
}, {
"volume": 20,
"month": 9,
"year": 2014
}, {
"volume": 20,
"month": 8,
"year": 2014
}]
}]
The response is a JSON-encoded array containing objects representing twelve months of search volume and the average search volume for each tracked keyword search. Each has the attributes:
averageVolume | The average number of times people have searched for the tracked search, generally averaged over the last twelve months | ||||||
trackedSearchId | The tracked search’s opaque identifier string, which also appears in the Tracked Search List | ||||||
volumeItems |
An array of objects describing this tracked search's last twelve months of search volume data, each having attributes:
|
Try this endpoint with the interactive documentation.