AliExpress Search By Image (deprecated)
Pricing
$15.00 / 1,000 results
AliExpress Search By Image (deprecated)
AliExpress Search By Image API lets you find AliExpress products using images instead of keywords. Instantly get matching products, prices, and seller info with powerful image recognition.
Pricing
$15.00 / 1,000 results
Rating
5.0
(1)
Developer
Camp8 fr0
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
a month ago
Last modified
Categories
Share
AliExpress Search by Image Actor
This Actor allows you to search for products on AliExpress by providing an image URL. It calls a third-party AliExpress search-by-image API, processes the response, and returns product details with encrypted product links.
How it works
-
Provide an input JSON containing the
imageUrlparameter. -
The Actor sends a request to the AliExpress image search API.
-
The response is transformed into a custom format including:
- Product title, price, images, vendor, ratings, shipping details, and more.
- Each product link is encrypted for security.
Input
The input must be a JSON object with the following property:
| Property | Type | Required | Description |
|---|---|---|---|
| imageUrl | string | Yes | URL of the image to search. |
Example input (input.json):
{"imageUrl": "https://example.com/image.jpg"}
Output
The output is saved to the default Apify Dataset and contains an array of product objects with fields such as:
productLink(encrypted URL to the product)productImagepriceproductTitleratingorderCountdescription- and more.