# Analyze the Top 10 Google Results for Any Keyword

**Use case:** 

See the top-ranking pages for any keyword with DR, backlinks, referring domains, organic traffic and word count — learn exactly what it takes to rank page one.

## Input

```json
{
  "searchType": "serp_overview",
  "urls": [
    "ahrefs.com"
  ],
  "mode": "subdomains",
  "keyword": "best running shoes",
  "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
{
  "searchType": {
    "label": "Type",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "domainRating": {
    "label": "DR",
    "format": "number"
  },
  "backlinks": {
    "label": "Backlinks",
    "format": "number"
  },
  "refdomains": {
    "label": "Ref. Domains",
    "format": "integer"
  },
  "difficulty": {
    "label": "KD",
    "format": "number"
  },
  "searchVolume": {
    "label": "Volume",
    "format": "integer"
  },
  "searchTraffic": {
    "label": "Traffic",
    "format": "integer"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "traffic": {
    "label": "Traffic",
    "format": "integer"
  }
}
```

## 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.