Skip to main content
Ranked keywords

Keywords a domain ranks for in Google

View Markdown

Returns the keywords a domain currently ranks for in Google organic search, each with its position, search volume, CPC, difficulty, estimated traffic value, and the ranking URL. Costs 10 credits.

POST/v1/ranked-keywords/

Authorization

accessKey
x-access-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/ranked-keywords/" \  -H "Content-Type: application/json" \  -d '{    "domain": "string"  }'
{
  "success": true,
  "credits": {
    "charged": 0,
    "remaining": 0
  },
  "data": {
    "domain": "string",
    "location": "string",
    "total": null,
    "keywords": [
      {
        "keyword": "string",
        "position": null,
        "search_volume": null,
        "cpc": null,
        "difficulty": null,
        "etv": null,
        "url": null
      }
    ]
  }
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}