# JD.com Price and Review Monitor

**Use case:** 

Monitor a JD.com product watchlist to compare current prices, discounts, ratings, review counts, shops, and brands over time.

## Input

```json
{
  "keywords": [],
  "categoryUrls": [],
  "productUrls": [
    "https://item.jd.com/100027004748.html",
    "https://item.jd.com/100038004153.html"
  ],
  "maxResultsPerSearch": 10,
  "cookies": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "productId": {
    "label": "ID",
    "format": "text"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [JD.com Scraper](https://apify.com/automation-lab/jd-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/jd-scraper) to learn more, explore other use cases, and run it yourself.