# Export Amazon Electronics Best Sellers

**Use case:** 

Export Amazon Electronics Best Sellers rankings with ASINs, prices, ratings, review counts, product URLs, and rank positions for market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics"
    }
  ],
  "maxItems": 20,
  "subcategoryDepth": 0,
  "includeNextPage": false,
  "proxyCountryCode": "US"
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "listType": {
    "label": "List type",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "string"
  },
  "errorCode": {
    "label": "Error code",
    "format": "string"
  }
}
```

## About this Actor

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