# Benchmark E-commerce Competitor Performance & Keywords

**Use case:** 

Evaluate the traffic performance, top keywords, and audience behavior of key e-commerce competitors. This allows you to identify market trends, optimize your pr

## Input

```json
{
  "domains": [
    "amazon.com",
    "ebay.com",
    "walmart.com",
    "target.com",
    "etsy.com"
  ],
  "maxItems": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "globalRank": {
    "label": "Global Rank",
    "format": "number"
  },
  "totalVisits": {
    "label": "Total Visits",
    "format": "number"
  },
  "bounceRate": {
    "label": "Bounce Rate",
    "format": "number"
  },
  "pagesPerVisit": {
    "label": "Pages/Visit",
    "format": "number"
  },
  "timeOnSite": {
    "label": "Time (sec)",
    "format": "number"
  },
  "trafficSourceDirect": {
    "label": "Direct %",
    "format": "number"
  },
  "trafficSourceSearch": {
    "label": "Search %",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

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