# Find New Release Books and Movers & Shakers on Amazon UK

**Use case:** 

Uncover trending new release books and rapidly moving products on Amazon UK. This helps publishers and booksellers identify potential bestsellers early and opti

## Input

```json
{
  "categoryUrls": [
    "https://www.amazon.co.uk/gp/new-releases/books/",
    "https://www.amazon.co.uk/gp/movers-and-shakers/books/"
  ],
  "maxItems": 100,
  "scrapeSubcategories": false,
  "maxSubcategoryDepth": 1,
  "proxyCountry": "GB",
  "rateLimitDelay": 3
}
```

## 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.