# Top Books on Amazon CA

**Use case:** 

Discover top-selling books on Amazon CA with prices and reviews.

## Input

```json
{
  "maxProducts": 10,
  "withDetails": true,
  "asins": [],
  "productUrls": [],
  "searchQuery": "best selling books",
  "domain": "ca"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "priceDrop": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isPrime": {
    "label": "Prime",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "soldBy": {
    "label": "Sold By",
    "format": "text"
  },
  "buyBoxSeller": {
    "label": "Buy Box Seller",
    "format": "text"
  },
  "shipsFrom": {
    "label": "Ships From",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "bestSellerRank": {
    "label": "Best Seller Rank",
    "format": "text"
  },
  "bulletFeatures": {
    "label": "Features",
    "format": "array"
  },
  "variations": {
    "label": "Variations",
    "format": "array"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "productDescription": {
    "label": "Product Description",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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