# Amazon Bluetooth Speaker Price & Reviews Scraper

**Use case:** 

Scrape bluetooth speakers from amazon.com with live prices, brands, star ratings and review counts for price monitoring and competitor research.

## Input

```json
{
  "maxItems": 5,
  "withDetails": true,
  "asins": [
    "B0CHWRXH8B"
  ],
  "searchQuery": "bluetooth speaker",
  "domain": "com",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "soldBy": {
    "label": "Sold By",
    "format": "text"
  },
  "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.