Search By Image Aliexpress avatar
Search By Image Aliexpress

Pricing

$30.00/month + usage

Go to Store
Search By Image Aliexpress

Search By Image Aliexpress

Developed by

Camp8 fr0

Camp8 fr0

Maintained by Community

The Reverse Image Search is an AliExpress Search By Image API that allows you to locate products by image URL alone. Skip the keywords and get immediate matches, pricing, and seller data using cutting-edge image search technology.

0.0 (0)

Pricing

$30.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

AliExpress Search by Image

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

  1. Provide an input JSON containing the imageUrl parameter.

  2. The Actor sends a request to the AliExpress image search API.

  3. The response is transformed into a custom format including:

    • Product title, price, images, vendor, price history, ratings, shipping details, and more.

Input

The input must be a JSON object with the following property:

PropertyTypeRequiredDescription
imageUrlstringYesURL 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)
  • productImage
  • price
  • productTitle
  • rating
  • orderCount
  • description
  • and more.