# Compare Alibaba supplier MOQ & pricing

**Use case:** 

Compare Alibaba suppliers for any product by MOQ, price range, verification, and AI risk rank to shortlist the best sourcing option.

## Input

```json
{
  "searchKeywords": [
    "yoga mat"
  ],
  "targetMarket": "US",
  "maxSuppliers": 50,
  "aiAnalysis": true,
  "sortBy": "relevance",
  "shortlistSize": 25,
  "useApifyProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxRetries": 8,
  "debug": false
}
```

## Output

```json
{
  "supplierName": {
    "label": "Supplier",
    "format": "string"
  },
  "ai_supplier_type": {
    "label": "AI: Supplier type",
    "format": "string"
  },
  "ai_risk_rank": {
    "label": "AI: Rank",
    "format": "number"
  },
  "ai_recommendation": {
    "label": "AI: Recommendation",
    "format": "string"
  },
  "ai_price_flag": {
    "label": "AI: Price flag",
    "format": "string"
  },
  "yearsOnPlatform": {
    "label": "Years on Alibaba",
    "format": "number"
  },
  "isVerifiedSupplier": {
    "label": "Verified/Assessed",
    "format": "boolean"
  },
  "priceMin": {
    "label": "Price min",
    "format": "number"
  },
  "moqMin": {
    "label": "Min MOQ",
    "format": "number"
  },
  "supplierUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Alibaba Supplier Scraper — B2B Sourcing AI Intelligence](https://apify.com/webdatalabs/alibaba-b2b-sourcing-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/alibaba-b2b-sourcing-intelligence) to learn more, explore other use cases, and run it yourself.