Find keyword ideas based on a seed keyword
Last updated 6 months ago
curl -L \ --request POST \ --url 'https://api.ranklytics.ai/findKeywords' \ --header 'Content-Type: application/json' \ --data '{ "project_id": 1, "keyword": "text" }'
{ "status": "text", "keywords": [ { "keyword": "text", "competition": "text", "competition_index": 1, "search_volume": "text", "difficulty": "text", "in_account": 1 } ] }