Skip to main content
POST
Get SEO keywords

POST /api/v1/platform/scrapers/seo/keywords

List organic search keywords for a domain.
Returns ranked keywords with volume, position, difficulty, and click estimates. Use searchType to focus on gains, losses, newly ranked terms, or the most valuable keywords.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Body

application/json
domain
string
required

Domain to analyze organic search keywords for.

Example:

"acme.com"

searchType
enum<string>
required
Available options:
GainedClicks,
LostClicks,
GainedRanks,
LostRanks,
MostValuable,
NewlyRanked,
JustMadeIt,
JustFellOff
Example:

"MostValuable"

pageSize
number
default:25
Required range: 1 <= x <= 100
searchVolumeMin
number
Required range: x >= 0
searchVolumeMax
number
Required range: x >= 0
rankMin
number
Required range: x >= 1
rankMax
number
Required range: x >= 1
includeTerms
string

Comma-separated terms that must appear in keywords.

excludeTerms
string

Comma-separated terms to exclude from keywords.

Response

Organic search keywords for a domain.

data
object
required
meta
object
required