# DataForSEO Page Ranked Keywords Export

**Use case:** 

Check which Google US keywords a specific DataForSEO statistics page ranks for and export its exact URL, position, volume, intent, and traffic estimates.

## Input

```json
{
  "targets": [
    "https://dataforseo.com/free-seo-stats/top-1000-keywords"
  ],
  "locationCode": "2840",
  "languageCode": "en",
  "maxItems": 10,
  "maxUpstreamCostUsd": 0.02
}
```

## Output

```json
{
  "sourceDomain": {
    "label": "Source domain",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "organicPosition": {
    "label": "Organic position",
    "format": "number"
  },
  "rankingUrl": {
    "label": "Ranking URL",
    "format": "string"
  },
  "searchVolume": {
    "label": "Search volume",
    "format": "number"
  },
  "cpc": {
    "label": "CPC",
    "format": "number"
  },
  "competition": {
    "label": "Competition",
    "format": "number"
  },
  "intent": {
    "label": "Intent",
    "format": "string"
  },
  "estimatedTraffic": {
    "label": "Estimated traffic",
    "format": "number"
  },
  "estimatedTrafficValue": {
    "label": "Traffic value",
    "format": "number"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Competitor Domain Keywords Scraper](https://apify.com/automation-lab/competitor-domain-keywords-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/competitor-domain-keywords-scraper) to learn more, explore other use cases, and run it yourself.