Find keyword ideas based on a seed keyword
Last updated 4 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/findKeywords', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "status": "text", "keywords": [ { "keyword": "text", "competition": "text", "competition_index": 0, "search_volume": "text", "difficulty": "text", "in_account": 0 } ] }