# Domain SEO Checker — Traffic & Keywords

**Use case:** 

Get instant SEO metrics for any domain: organic traffic, ranking keywords, and top-10 count. Clean JSON output for AI agents. ~$0.05 per lookup.

## Input

```json
{
  "domain": "apple.com",
  "location_code": 2840,
  "language_code": "en"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "estimated_organic_traffic_monthly": {
    "label": "Organic ETV / month",
    "format": "number"
  },
  "estimated_paid_traffic_monthly": {
    "label": "Paid ETV / month",
    "format": "number"
  },
  "total_ranking_keywords": {
    "label": "Ranking keywords",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEO Domain Overview (DataForSEO)](https://apify.com/precocious_clouds/seo-domain-overview) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precocious_clouds/seo-domain-overview) to learn more, explore other use cases, and run it yourself.