# Batch Match 10 1688 SKUs to AliExpress

**Use case:** 

Match 10 1688 products to AliExpress equivalents in one run. Each gets an AI-verified result or a confirmed no-match. Pay only for delivered.

## Input

```json
{
  "products": [
    {
      "sourceSkuId": "1688-541368916646",
      "title": "Bakery Baking Tools Pineapple Printing/Pineapple Bread Mould Engraving Mould West Point Printing Mould Wholesale",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01m7BY4E1N0FdgZ5Pws_!!2711711507-0-cib.jpg",
      "searchQuery": "baking tools",
      "leafCategory": "baking-tools"
    },
    {
      "sourceSkuId": "1688-1020976331084",
      "title": "Steel Wire Ball Wholesale Household Products Stainless Steel Household Rust Resistant Rigid Wire Ball Kitchen Supplies Cleaning Ball Manufacturer",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01Mk75TI1W8LX1STZMr_!!2221859452743-0-cib.jpg_270x270xzq60.jpg",
      "searchQuery": "kitchen cleaning tool",
      "leafCategory": "cleaning-tools"
    },
    {
      "sourceSkuId": "1688-709276635248",
      "title": "Kitchen Supplies Silicone Pan Spatula Multi Size Multi Style Nonstick Pan for Rice Spoon Rice Spatula Spatula Kitchen Accessories",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01H5FkHD1HazryLPYJ2_!!2614710775-0-cib.jpg_270x270xzq60.jpg",
      "searchQuery": "cooking utensil",
      "leafCategory": "cooking-utensils"
    },
    {
      "sourceSkuId": "1688-971064807812",
      "title": "Kitchen Stainless Steel Vegetable Fruit Slicer Cucumber Salad Banana Slicing Knife Kitchen Tools Scallion Slicer Vegetable Slicer",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01idsFUQ1uH5ngw3VGA_!!2214864476011-0-cib.jpg_270x270xzq60.jpg",
      "searchQuery": "kitchen cutting tool",
      "leafCategory": "cutting-tools"
    },
    {
      "sourceSkuId": "1688-996890122243",
      "title": "Drain Cloth Rack Kitchen Supplies Storage Rack Household Countertop Storage Artifact Dishwashing Cloth Sponge Towel Hanger",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01GDB3nn1hjrjc9dGkA_!!2221123134314-0-cib.jpg_270x270xzq60.jpg",
      "searchQuery": "kitchen organizer",
      "leafCategory": "kitchen-organizers"
    },
    {
      "sourceSkuId": "1688-824206987491",
      "title": "Cutting Knife Home PP Flour Scraper Nougat Cutter Baking Hand Cutting Knife Kitchen Tools Cream Scraper",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01MDX35p2CSgyTWOj6y_!!2216152588473-0-cib.jpg",
      "searchQuery": "baking tools",
      "leafCategory": "baking-tools"
    },
    {
      "sourceSkuId": "1688-737933405506",
      "title": "Movable trolley Kitchen rack Floor to floor Multi-layer vegetable basket Supplies Household large full storage rack",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01rHgXl91virFqBWdLg_!!948086207-0-cib.jpg_270x270xzq60.jpg",
      "searchQuery": "kitchen organizer",
      "leafCategory": "kitchen-organizers"
    },
    {
      "sourceSkuId": "1688-974333356844",
      "title": "Silicone Scraper Integrated Spatula Spatula Food Grade Baking Tools Cake Cutter Cream Scraper Home Shovel",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01FLMKAx25xePqKFZFQ_!!2218359047593-0-cib.jpg",
      "searchQuery": "baking tools",
      "leafCategory": "baking-tools"
    },
    {
      "sourceSkuId": "1688-983524919103",
      "title": "Baby Supplemental Food Making Laminated Flower Bag Food Grade Flower Squeeze Bag Disposable Baking Tools Household Full Set Milk Flower",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01BAcmZF2LXZj4j92z2_!!2212017419702-0-cib.jpg",
      "searchQuery": "baking tools",
      "leafCategory": "baking-tools"
    },
    {
      "sourceSkuId": "1688-726223150353",
      "title": "Home Food Grade Silicone Mini Baking Tool Set Large Full Heat Resistant Scraper Oil Brush Egg Beater Food Clip",
      "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01Q6cyc021jDP4WROiH_!!2211033127020-0-cib.jpg",
      "searchQuery": "baking tools",
      "leafCategory": "baking-tools"
    }
  ],
  "maxTotalCostUsd": 10
}
```

## Output

```json
{
  "sourceSkuId": {
    "label": "Source sku id",
    "format": "string"
  },
  "retrievalOutcome": {
    "label": "Retrieval outcome",
    "format": "string"
  },
  "selectedCandidate": {
    "label": "Selected candidate",
    "format": "object"
  },
  "complete": {
    "label": "Complete",
    "format": "boolean"
  },
  "stopReason": {
    "label": "Stop reason",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [1688 → AliExpress AI Product Matcher (Vision + LLM Verified)](https://apify.com/crawleast/1688-aliexpress-product-matcher.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawleast/1688-aliexpress-product-matcher.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/crawleast/1688-aliexpress-product-matcher.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
