# Amazon Reviews Scraper: Focused research

**Use case:** 

Amazon Reviews Scraper configured for focused research. The saved input exposes productUrlsOrAsins, country, maxReviewsPerProduct, sortBy,...

## Input

```json
{
  "productUrlsOrAsins": [
    "B0D1XD1ZV3"
  ],
  "country": "uk",
  "maxReviewsPerProduct": 10,
  "sortBy": "helpful",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "verified_purchase": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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