# 香港手表供应商目录

**Use case:** 

收集香港手表供应商的详细信息和产品列表。

## Input

```json
{
  "maxSuppliers": 50,
  "searchQuery": "手表",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "productName": {
    "label": "Product"
  },
  "imageUrl": {
    "label": "Image"
  },
  "priceText": {
    "label": "Price"
  },
  "minOrder": {
    "label": "MOQ"
  },
  "supplierName": {
    "label": "Supplier"
  },
  "countryAndRegion": {
    "label": "Country/Region"
  },
  "province": {
    "label": "Province"
  },
  "verifiedLevel": {
    "label": "Verified"
  },
  "responseRate": {
    "label": "Response"
  },
  "capabilities": {
    "label": "Capabilities"
  },
  "isExhibitor": {
    "label": "Exhibitor"
  },
  "productUrl": {
    "label": "Product"
  },
  "supplierUrl": {
    "label": "Supplier"
  }
}
```

## About this Actor

This example demonstrates how to use [HKTDC Suppliers & Products Sourcing Directory Scraper](https://apify.com/scrapers_lat/hktdc-suppliers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/hktdc-suppliers-scraper) to learn more, explore other use cases, and run it yourself.