POST

List Suggested Keywords


This method requests keyword suggestions for a specified phrase. You provide statistical data about the requested keyword and a list of similar keywords so the user can compare the SEO strength of the suggested keywords.

Wix calls this method when a Wix user requests data about a keyword via the SEO page of the Dashboard.

Endpoint
POST
{DEPLOYMENT-URI}/v1/list-suggested-keywords
Body Params
keywordstringmaxLength 256

Keyword to analyze for SEO strength.


countryCodestringformat COUNTRY

Specific country for analysis.

2-letter country code in ISO-3166 alpha-2 format.

Response Object
dataArray <SuggestedKeywords>

Analysis of the keyword.


quotaQuota

Updated quota after request processed.

List suggested keywords
Request
cURL
Response
JSON
Errors
QuotaLimitReachedobjectstatus code: 429
MissingTokenobjectstatus code: 401
Did this help?