# Bulk Amazon Price Check by ASIN List

**Use case:** 

Feed a list of ASINs and get current price and star rating for each, a fast bulk price-tracking snapshot for sellers and arbitrage sourcers.

## Input

```json
{
  "asins": [
    "B0BS1PRC4L",
    "B09B8V1LZ3",
    "B0C1J7L9XF",
    "B08N5WRWNW"
  ],
  "searchQueries": [
    "wireless earbuds"
  ],
  "domain": "com",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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