# Website Geo Traffic Share & Regional Audience Analyzer

**Use case:** 

Inspect top countries driving visitors to a domain and evaluate regional audience percentage breakdown across worldwide territories.

## Input

```json
{
  "endpoint": "website-insights",
  "startUrls": [
    {
      "url": "https://twitch.tv"
    },
    {
      "url": "https://bbc.com"
    }
  ]
}
```

## Output

```json
{
  "meta.website": {
    "label": "Website",
    "format": "string"
  },
  "profile.title": {
    "label": "Title",
    "format": "string"
  },
  "similar_sites.title": {
    "label": "Title",
    "format": "string"
  },
  "profile.category": {
    "label": "Category",
    "format": "string"
  },
  "similar_sites.category": {
    "label": "Category",
    "format": "string"
  },
  "rankings.global": {
    "label": "Global",
    "format": "number"
  },
  "similar_sites.visits": {
    "label": "Visits",
    "format": "number"
  },
  "traffic.engagement.pages_per_visit": {
    "label": "Pages per visit",
    "format": "number"
  },
  "traffic.engagement.avg_duration_seconds": {
    "label": "Avg duration seconds",
    "format": "number"
  },
  "traffic.engagement.bounce_rate": {
    "label": "Bounce rate",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "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.