# JD.com Product Sourcing for Dropshipping — Prices

**Use case:** 

Find winning products to dropship from JD.com: keyword search returns prices, sales volume, ratings, and seller info. Export to CSV/JSON, no code.

## Input

```json
{
  "operation": "productSearch",
  "keyword": "蓝牙耳机",
  "itemId": "100256400499",
  "shopId": "1000004259",
  "maxPages": 3
}
```

## Output

```json
{
  "_operation": {
    "label": "Op"
  },
  "status": {
    "label": "Status"
  },
  "itemId": {
    "label": "Item ID"
  },
  "productTitle": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (¥)"
  },
  "priceDisplay": {
    "label": "Price raw"
  },
  "shopName": {
    "label": "Shop"
  },
  "salesText": {
    "label": "Sales"
  },
  "_page": {
    "label": "Page"
  }
}
```

## About this Actor

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