# Scrape Trade Assurance Products - Alibaba

**Use case:** 

Extract Alibaba products from Trade Assurance suppliers with Product, Supplier, Price min, MOQ, Rating and Country. No login required.

## Input

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

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "priceMin": {
    "label": "Price min",
    "format": "number"
  },
  "priceMax": {
    "label": "Price max",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "moq": {
    "label": "MOQ",
    "format": "number"
  },
  "moqUnit": {
    "label": "Unit",
    "format": "text"
  },
  "soldCount": {
    "label": "Sold",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "text"
  },
  "supplierCountry": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## 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.