# Vet Alibaba suppliers for EU compliance & certs

**Use case:** 

Vet Alibaba suppliers for EU compliance — AI-detected required certifications, supplier type, and capability tags per product.

## Input

```json
{
  "searchKeywords": [
    "baby bottle"
  ],
  "targetMarket": "EU",
  "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.