# Monitor Banggood Phone Prices & Discounts

**Use case:** 

Track real-time pricing and discount changes for popular smartphone models on Banggood. Stay competitive by quickly reacting to competitor price drops and promo

## Input

```json
{
  "mode": "productDetail",
  "searchQuery": "phone case",
  "categoryPath": "Wholesale-Electronics-ca-2001.html",
  "productUrls": [
    "https://www.banggood.com/Xiaomi-Redmi-Note-12-Pro-Speed-Edition-Global-Version-8GB-256GB-Snapdragon-778G+-6_67-inch-120Hz-AMOLED-108MP-Triple-Camera-5000mAh-67W-Fast-Charging-NFC-Smartphone-p-1970258.html",
    "https://www.banggood.com/DOOGEE-V30T-Global-Bands-NFC-IP68-IP69K-8GB-RAM-256GB-ROM-Dimensity-1080-Octa-Core-6_58-inch-120Hz-FHD+-Rugged-Smartphone-p-1980839.html",
    "https://www.banggood.com/POCO-F5-Global-Version-8GB-256GB-Snapdragon-7+-Gen-2-6_67-inch-120Hz-AMOLED-64MP-Triple-Camera-5000mAh-67W-Fast-Charging-NFC-Smartphone-p-1994627.html"
  ],
  "sortBy": "popular",
  "onSaleOnly": true,
  "includeTopReviews": false,
  "maxItems": 60
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "listPrice": {
    "label": "List price"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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