# Extract Domain Top Organic Keywords & SERP Positions

**Use case:** 

Extract top organic search keywords driving traffic to any domain, including search volume, estimated traffic value, and keyword metrics.

## Input

```json
{
  "endpoint": "website-insights",
  "startUrls": [
    {
      "url": "https://techcrunch.com"
    },
    {
      "url": "https://medium.com"
    }
  ]
}
```

## Output

```json
{
  "meta.website": {
    "label": "Website",
    "format": "string"
  },
  "seo.top_keywords.keyword": {
    "label": "Keyword"
  },
  "seo.top_keywords.search_volume": {
    "label": "Search volume"
  },
  "seo.top_keywords.cpc_usd": {
    "label": "Cpc usd"
  },
  "seo.top_keywords.estimated_value_usd": {
    "label": "Estimated value usd"
  },
  "error_message": {
    "label": "Error message",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Traffic & SEO Insights API - (Similarweb Alternative)](https://apify.com/thedataloom/website-traffic-seo-insights-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thedataloom/website-traffic-seo-insights-api) to learn more, explore other use cases, and run it yourself.