# Check website organic traffic and SEO metrics in bulk

**Use case:** 

Access organic traffic estimates, keyword counts, and top-ranking pages for react-spring.dev. Get insights without an Ahrefs subscription.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://react-spring.dev/"
    }
  ],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "normalized_url": {
    "label": "Normalized URL",
    "format": "text"
  },
  "traffic.trafficMonthlyAvg": {
    "label": "Monthly Avg Traffic",
    "format": "number"
  },
  "traffic.costMontlyAvg": {
    "label": "Monthly Avg Cost ($)",
    "format": "number"
  },
  "top_keywords": {
    "label": "Top Keywords",
    "format": "array"
  },
  "top_pages": {
    "label": "Top Pages",
    "format": "array"
  },
  "top_countries": {
    "label": "Top Countries",
    "format": "array"
  },
  "traffic_history": {
    "label": "Traffic History",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahref Wesite Traffic Checker Unofficial API](https://apify.com/kinaesthetic_millionaire/ahref-traffic) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kinaesthetic_millionaire/ahref-traffic) to learn more, explore other use cases, and run it yourself.