# 1688 supplier scraper API workflow example

**Use case:** 

Run a 1688 supplier scraper API preset for spreadsheet, sourcing dashboard, CRM enrichment, or repeat monitoring workflows.

## Input

```json
{
  "queries": [
    "phone case factory"
  ],
  "maxSuppliersPerQuery": 40
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "string"
  },
  "supplierId": {
    "label": "Supplier ID",
    "format": "string"
  },
  "matchedQueries": {
    "label": "Matched queries",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "factory": {
    "label": "Factory evidence",
    "format": "object"
  },
  "mainCategory": {
    "label": "Main category",
    "format": "string"
  },
  "manufacturingCapabilities": {
    "label": "Manufacturing capabilities",
    "format": "array"
  },
  "trust": {
    "label": "Trust metrics",
    "format": "object"
  },
  "offerCount": {
    "label": "Offer count",
    "format": "integer"
  },
  "offers": {
    "label": "Representative offers",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [1688.com 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.