GET

List Keyword Research Items


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves the keyword research behind the site's current content plan.

Returns the research produced by the last completed generation. Research from a generation that's still running, or that failed, isn't readable. Poll Get Content Plan Flow until its status is SUCCESS, then call this method.

The result is scoped to the site rather than to a flow. This method always returns the site's most recent research and can't target an earlier one. If another generation finishes between your trigger and this read, you receive the newer research instead. Compare keywordResearchId across reads to detect that the research was replaced.

Omit paging to return every item in a single response. When paging is present, limit accepts 1 to 100 and defaults to 50.

A site with no keyword research returns a not found error rather than an empty list.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
View SEO Settings
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/seo-content-plan-service/v1/content-plan-keyword-research-items

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?