# Analyze Banggood RC Car Competitor Offerings

**Use case:** 

Gather comprehensive data on RC cars offered by competitors, including pricing, discounts, and popular models. Gain insights into competitive pricing strategies

## Input

```json
{
  "mode": "search",
  "searchQuery": "RC car",
  "categoryPath": "Wholesale-Electronics-ca-2001.html",
  "productUrls": [],
  "sortBy": "priceDesc",
  "minPrice": 50,
  "minDiscountPercent": 10,
  "onSaleOnly": false,
  "includeTopReviews": false,
  "maxItems": 200
}
```

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