# Bluetooth Speaker Price Tracker for Shopsy

**Use case:** 

Monitor prices and stock availability for popular Bluetooth speakers on Shopsy. Get detailed product data including discounts and ratings.

## Input

```json
{
  "query": "bluetooth speaker",
  "startUrls": [],
  "sortBy": "popularity",
  "minPrice": 0,
  "maxPrice": 0,
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "rating": {
    "label": "Average Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Ratings Count",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews Count",
    "format": "number"
  },
  "rating_breakup_5_star": {
    "label": "5-Star Count",
    "format": "number"
  },
  "rating_breakup_4_star": {
    "label": "4-Star Count",
    "format": "number"
  },
  "rating_breakup_3_star": {
    "label": "3-Star Count",
    "format": "number"
  },
  "rating_breakup_2_star": {
    "label": "2-Star Count",
    "format": "number"
  },
  "rating_breakup_1_star": {
    "label": "1-Star Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopsy Scraper: Flipkart Value Marketplace Data](https://apify.com/getascraper/shopsy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/shopsy-scraper) to learn more, explore other use cases, and run it yourself.