# Amazon UK Books Top 25 Best Sellers for Affiliate Lists

**Use case:** 

Returns the top 25 ranked titles from the Amazon.co.uk Books Best Sellers chart with author by-line, format, GBP price, rating, review count and image URL,...

## Input

```json
{
  "categories": [
    "books"
  ],
  "listType": "bestSellers",
  "country": "uk",
  "maxResults": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "category_slug": {
    "label": "Category",
    "format": "text"
  },
  "list_type": {
    "label": "List",
    "format": "text"
  },
  "country": {
    "label": "Marketplace",
    "format": "text"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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