# Extract New Smartwatch Arrivals on Banggood

**Use case:** 

Identify and scrape newly listed smartwatches on Banggood to stay updated on emerging products. Be among the first to discover and potentially stock the latest 

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "phone case",
  "categoryPath": "Wholesale-Smart-Watch-ca-2210.html",
  "productUrls": [],
  "sortBy": "newest",
  "onSaleOnly": false,
  "includeTopReviews": false,
  "maxItems": 50
}
```

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