# Watch Amazon new ranking entrants in a niche

**Use case:** 

Collect Amazon New Releases rankings for one category so you can review recently surfaced products in a niche.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/gp/bestsellers/electronics"
    }
  ],
  "chartType": "new-releases",
  "marketplace": "JP",
  "categorySlug": "books",
  "maxItemsPerCategory": 20,
  "includeSubcategories": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews count",
    "format": "integer"
  },
  "isPrime": {
    "label": "Prime",
    "format": "boolean"
  },
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "categoryName": {
    "label": "Category name",
    "format": "string"
  },
  "chartType": {
    "label": "Chart type",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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