# Scrape Supplier & Manufacturer Leads - Alibaba

**Use case:** 

Build a B2B supplier lead list from Alibaba with Supplier, Business type, Country, Years, Employees and Lead score. Ready-to-use contact list.

## Input

```json
{
  "searchTerms": [
    "private label cosmetics"
  ],
  "supplierType": "any",
  "minRating": "0",
  "tradeAssuranceOnly": false,
  "country": "US",
  "maxProducts": 100,
  "includeProductDetails": false,
  "outputSupplierLeads": true,
  "deduplicateProducts": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "supplierName": {
    "label": "Supplier",
    "format": "text"
  },
  "supplierUrl": {
    "label": "Minisite",
    "format": "link"
  },
  "businessType": {
    "label": "Business type",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "yearsOnAlibaba": {
    "label": "Years",
    "format": "number"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "responseTime": {
    "label": "Response",
    "format": "text"
  },
  "onTimeDeliveryRate": {
    "label": "On-time %",
    "format": "text"
  },
  "tradeAssurance": {
    "label": "Trade Assurance",
    "format": "text"
  },
  "productsInRun": {
    "label": "Products",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

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