# Find Discounted Home & Garden Products Banggood

**Use case:** 

Locate heavily discounted home and garden products to identify clearance opportunities or promotional deals. Optimize your inventory by acquiring products at lo

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "phone case",
  "categoryPath": "Wholesale-Home,Garden-and-Furniture-ca-12001.html",
  "productUrls": [],
  "sortBy": "popular",
  "minDiscountPercent": 25,
  "onSaleOnly": true,
  "includeTopReviews": false,
  "maxItems": 150
}
```

## 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.