# 1688 Industrial Bearings Supplier Sourcing Data

**Use case:** 

Extract industrial bearing listings on 1688 inside a target price band. Procurement teams and import buyers get a supplier comparison sheet in one run.

## Input

```json
{
  "keywords": [
    "深沟球轴承",
    "轴承"
  ],
  "maxItemsPerKeyword": 100,
  "searchType": "pcindustry",
  "minPrice": 1,
  "maxPrice": 500,
  "minOrderQuantity": 50,
  "sortBy": "relevance",
  "sortDescending": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "offerId": {
    "label": "Offer ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceInfo": {
    "label": "Price Info",
    "format": "object"
  },
  "priceTiers": {
    "label": "Price Tiers",
    "format": "array"
  },
  "bookedCount": {
    "label": "Booked Count",
    "format": "text"
  },
  "salesText": {
    "label": "Sales",
    "format": "text"
  },
  "repurchaseRate": {
    "label": "Repurchase Rate",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerMemberId": {
    "label": "Seller Member ID",
    "format": "text"
  },
  "sellerUrl": {
    "label": "Seller URL",
    "format": "link"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "isAd": {
    "label": "Is Ad",
    "format": "boolean"
  },
  "isFactory": {
    "label": "Is Factory",
    "format": "boolean"
  },
  "isVerified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "businessInspection": {
    "label": "Business Inspection",
    "format": "boolean"
  },
  "factoryInspection": {
    "label": "Factory Inspection",
    "format": "boolean"
  },
  "serviceTags": {
    "label": "Service Tags",
    "format": "array"
  },
  "page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

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