AliExpress Image Search avatar

AliExpress Image Search

Pricing

from $2.00 / 1,000 results

Go to Apify Store
AliExpress Image Search

AliExpress Image Search

Find matching AliExpress products by uploading a product image or providing an image URL. Returns up to 60 results with prices, images, and direct product links.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

군 복

군 복

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

AliExpress Image Search Actor

Search AliExpress for products matching a given image — no API key required. Upload a product photo or supply a public image URL and receive up to 60 matching product listings with prices, images, and direct links.

Features

  • Image input — base64-encoded image or any public image URL
  • Up to 60 results per search
  • USD price column for easy comparison across currencies
  • Configurable locale / country / currency — works worldwide
  • Bot-challenge bypass — handles AliExpress punish redirects automatically

Input

FieldTypeRequiredDefaultDescription
imageUrlstring*Public URL of the product image
imageBase64string*Base64-encoded image (with or without data:image/...;base64, prefix)
countrystringKRISO 3166-1 alpha-2 ship-to country (e.g. US, GB, DE)
currencystringKRWISO 4217 currency code for prices (e.g. USD, EUR)
localestringko_KRLocale for product titles (e.g. en_US, zh_CN)
langstringkoLanguage code matching locale (e.g. en, zh)
pageSizeinteger60Number of results (1–60)

*Either imageUrl or imageBase64 must be provided.

Example input

{
"imageUrl": "https://example.com/shirt.jpg",
"country": "US",
"currency": "USD",
"locale": "en_US",
"lang": "en",
"pageSize": 30
}

Output

Each dataset item represents one AliExpress product:

{
"title": "Men's Casual Cotton Shirt",
"imageUrl": "https://ae01.alicdn.com/kf/...",
"price": 12.99,
"currency": "USD",
"priceUSD": 12.99,
"orders": 3421,
"productUrl": "https://www.aliexpress.com/item/1234567890.html"
}
FieldTypeDescription
titlestringProduct title
imageUrlstringProduct thumbnail URL
pricenumberPrice in the requested currency
currencystringCurrency code of price
priceUSDnumberApproximate USD equivalent
ordersnumberReported sales / order count
productUrlstringDirect AliExpress product page URL

Error handling

Error codeMeaning
SESSION_FAILEDCould not obtain session token — possible IP block
BLOCKEDAliExpress bot detection bypassed failed
SEARCH_FAILEDMTOP API returned an error

On failure the actor throws and logs the error code. Retrying with a different Apify proxy or after a short delay usually resolves transient blocks.

Tips for best results

  • Use a clear, well-lit product photo with the item centred and background minimal
  • Avoid screenshots of product listings (the actor searches by visual similarity)
  • For apparel, a plain-background photo produces significantly more matches
  • The actor resizes images to 800×800 px automatically — no need to pre-process

This actor interacts with AliExpress's public search interface in the same way a browser would. It does not bypass authentication or access non-public data. Use responsibly and in accordance with AliExpress's Terms of Service.