# Check Your Google Ranking Position for a Keyword

**Use case:** 

Find exactly where any domain ranks in Google for a keyword and country — including the ranking URL, page title, DR and estimated traffic. Track or audit rivals

## Input

```json
{
  "searchType": "keyword_rank",
  "urls": [
    "ahrefs.com"
  ],
  "mode": "subdomains",
  "keyword": "seo tools",
  "country": "us",
  "searchEngine": "Google",
  "topWebsitesMode": "ranking",
  "topWebsitesCountry": "worldwide",
  "topWebsitesCategory": "all",
  "topWebsitesLimit": 100,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxRetries": 5
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "url": {
    "label": "Ranking URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "domainRating": {
    "label": "DR",
    "format": "number"
  },
  "traffic": {
    "label": "Traffic",
    "format": "integer"
  },
  "lastUpdate": {
    "label": "Updated",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahrefs All-in-One SEO Scraper - DR, Backlinks, Keywords](https://apify.com/pro100chok/ahrefs-seo-tools) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/ahrefs-seo-tools) to learn more, explore other use cases, and run it yourself.