# Scrape USA Traffic Data for Top News Websites

**Use case:** 

Retrieve detailed traffic data and analytics for leading news websites in the USA. Get insights on visitor counts and ranks in one dataset.

## Input

```json
{
  "categories": [
    "news-and-media"
  ],
  "countries": [
    "United States"
  ],
  "global": false,
  "maxResults": 30,
  "domains": [
    "apify.com",
    "nytimes.com",
    "shopify.com"
  ],
  "concurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "rankNum": {
    "label": "Rank",
    "format": "number"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rankChangeNum": {
    "label": "Change",
    "format": "number"
  },
  "avgVisitDurationSec": {
    "label": "Avg Duration (s)",
    "format": "number"
  },
  "pagesPerVisitNum": {
    "label": "Pages / Visit",
    "format": "number"
  },
  "bounceRateNum": {
    "label": "Bounce Rate (%)",
    "format": "number"
  },
  "listCategory": {
    "label": "List Category",
    "format": "text"
  },
  "listCountry": {
    "label": "List Country",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Similarweb Scraper – Website Traffic & Analytics Data](https://apify.com/logiover/similarweb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/similarweb-scraper) to learn more, explore other use cases, and run it yourself.