# 1688 OEM Supplier Search for Custom Manufacturing

**Use case:** 

Search public 1688 results for suppliers whose profiles may show OEM, ODM, or processing capabilities, with direct company links for source review.

## Input

```json
{
  "marketplace": "consumer",
  "keywords": [
    "OEM 蓝牙耳机厂家"
  ],
  "maxSuppliersPerQuery": 20,
  "marketplaceProgram": "any",
  "supplierQualification": "factory",
  "verificationStatus": "any",
  "locations": [
    "广东",
    "深圳"
  ],
  "sortBy": "relevance"
}
```

## Output

```json
{
  "supplierName": {
    "label": "Supplier name",
    "format": "string"
  },
  "supplierUrl": {
    "label": "Supplier URL",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "companyAddress": {
    "label": "Company address",
    "format": "string"
  },
  "businessRole": {
    "label": "Business role",
    "format": "string"
  },
  "factoryStatus": {
    "label": "Factory status",
    "format": "string"
  },
  "yearsOnPlatform": {
    "label": "Years on platform",
    "format": "integer"
  },
  "platformLevel": {
    "label": "Platform level",
    "format": "string"
  },
  "mainProducts": {
    "label": "Main products",
    "format": "array"
  },
  "processingModes": {
    "label": "Processing modes",
    "format": "array"
  },
  "capabilities": {
    "label": "Manufacturing capabilities",
    "format": "array"
  },
  "verificationLabels": {
    "label": "Verification labels",
    "format": "array"
  },
  "certifications": {
    "label": "Certifications",
    "format": "array"
  },
  "responseRatePercent": {
    "label": "Response rate (%)",
    "format": "number"
  },
  "repeatBuyerRatePercent": {
    "label": "Repeat-buyer rate (%)",
    "format": "number"
  },
  "transactionContext": {
    "label": "Transaction evidence",
    "format": "string"
  },
  "searchMatches": {
    "label": "Search matches",
    "format": "array"
  },
  "offers": {
    "label": "Representative offers",
    "format": "array"
  }
}
```

## About this Actor

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