# Amazon Product Details from an ASIN (Title, Price)

**Use case:** 

Paste an ASIN like B0BS1PRC4L and receive the title, price, star rating, review count, bullet points and hi-res images as clean structured data.

## Input

```json
{
  "asins": [
    "B0BS1PRC4L"
  ],
  "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.