# Find AliExpress products by photo for Germany in EUR

**Use case:** 

Search AliExpress by product photo with delivery to Germany: prices in euros, German titles and delivery estimates for German buyers.

## Input

```json
{
  "imageUrls": [
    "https://s.alicdn.com/@sc04/kf/Ha59080c6bc4a4404aa64b46bede54e497.png"
  ],
  "targets": [
    "aliexpress"
  ],
  "maxResultsPerImage": 20,
  "includeProductDetails": true,
  "aliexpressCountry": "DE",
  "aliexpressCurrency": "EUR",
  "aliexpressLanguage": "de_DE"
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "text"
  },
  "imageIndex": {
    "label": "Your image",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "price": {
    "label": "Price from",
    "format": "number"
  },
  "priceMax": {
    "label": "Price to",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceText": {
    "label": "Price as shown",
    "format": "text"
  },
  "shopName": {
    "label": "Seller",
    "format": "text"
  },
  "shopUrl": {
    "label": "Seller link",
    "format": "link"
  },
  "similarity": {
    "label": "Similarity",
    "format": "number"
  },
  "hasDetails": {
    "label": "Full details",
    "format": "boolean"
  },
  "url": {
    "label": "Link",
    "format": "link"
  },
  "resultType": {
    "label": "Result type",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "imageUrl": {
    "label": "Your image link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Product Search by Image - 1688, Alibaba, AliExpress](https://apify.com/zen-studio/product-search-by-image.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/product-search-by-image.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/zen-studio/product-search-by-image.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`).
