From 5bcd8b5b910f96369b35cc5a78208bab380070ed Mon Sep 17 00:00:00 2001 From: itch Date: Tue, 18 Jan 2022 18:45:38 +0800 Subject: [PATCH 1/3] PS-261 add rankings "with-keyword-volume" param to api doc --- source/includes/_rankings.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/includes/_rankings.md b/source/includes/_rankings.md index 43a32574aab..9481febb5da 100644 --- a/source/includes/_rankings.md +++ b/source/includes/_rankings.md @@ -193,7 +193,8 @@ Console.WriteLine(response); "website address" ], "matched_url": "www.thecenternyc.com", - "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png" + "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png", + "keyword-volume": 1234 }, { "url": "http://thecenternyc.com/back-pain-nyc/", @@ -208,7 +209,8 @@ Console.WriteLine(response); "website address" ], "matched_url": "www.thecenternyc.com", - "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png" + "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png", + "keyword-volume": 2345 } ], "result-types": [ @@ -377,6 +379,7 @@ telephone | A valid telephone number. include-secondary-matches | Determines whether or not to include results matched by name, telephone and/or ZIP/postal code. One of yes or no. This should be used in conjunction with the postal and telephone parameters. listings | Include details of all SERPs returned, not just the matches. Defaults to "no". Accepts "yes" or "no". The default is "no". screenshots | Determines whether or not to generate SERP screenshots and include the links to those screenshots in the response. Accepts "yes" or "no". The default is "no". +with-keyword-volume | Include keyword volume value. Defaults to "no". Accepts "yes" or "no". The default is "no".