# Monitor Top Selling Electronics Products on Amazon US

**Use case:** 

Gain competitive intelligence by tracking the top-selling electronics products on Amazon US. Identify emerging trends and high-demand items to inform your produ

## Input

```json
{
  "categoryUrls": [
    "https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics/",
    "https://www.amazon.com/Best-Sellers-Computers-Accessories/zgbs/pc/"
  ],
  "maxItems": 50,
  "scrapeSubcategories": true,
  "maxSubcategoryDepth": 1,
  "proxyCountry": "US",
  "rateLimitDelay": 2
}
```

## Output

```json
{
  "position": {
    "label": "Rank",
    "format": "number"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "thumbnail": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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