Find Keywords
Find keyword ideas based on a seed keyword
Authorizations
X-API-KEYstringRequired
API Key for authentication
X-SECRET-KEYstringRequired
Secret Key for authentication
Query parameters
offsetintegerOptionalDefault:
Number of results to skip
0limitinteger · max: 100OptionalDefault:
Maximum number of results to return
100Body
project_idintegerOptional
Project ID
keywordstringOptional
Seed keyword to find variations for
Responses
200
Successful operation
application/json
400
Invalid API Credentials
application/json
429
Rate limit exceeded
application/json
post
/findKeywordsPOST /findKeywords HTTP/1.1
Host: api.ranklytics.ai
X-API-KEY: YOUR_API_KEY
X-SECRET-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"project_id": 1,
"keyword": "text"
}{
"status": "success",
"offset": 1,
"limit": 1,
"keywords": [
{
"keyword": "text",
"competition": "text",
"competition_index": 1,
"search_volume": "text",
"difficulty": "text",
"in_account": 1
}
]
}Last updated