Visual Product Matcher avatar

Visual Product Matcher

Pricing

from $3.30 / 1,000 visual matches

Go to Apify Store
Visual Product Matcher

Visual Product Matcher

Image in, matching products out — with the source URL behind every match. Per-image error handling: one bad image never kills the batch.

Pricing

from $3.30 / 1,000 visual matches

Rating

0.0

(0)

Developer

omar khandji

omar khandji

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Visual Product Matcher — Image In, Products Out

You paste an image URL. You get matching AliExpress products — title, price, seller, and the link — with the source URL behind every match.

Honest about scope

This niche's entire competitor cluster is broken (measured: 7% to 65% failure across the top results). Reliability is the whole point here, so this Actor ships only what is verified working today: AliExpress visual search. Amazon and eBay are not yet included — every reverse-image-search engine we could chain onto for them failed live testing before publish. We would rather ship a working AliExpress matcher than a broken three-way one.

5 advantages

  1. One bad image never kills your batch. A dead link or unmatched image errors out alone; every other image still delivers.
  2. Never billed on zero matches. No confidence score is invented — match_confidence is null when the source doesn't provide one, never a made-up number.
  3. Real product data, not just a link: title, price, currency, seller.
  4. Honest about marketplace coverage. Ask for Amazon or eBay matches today and you get a clear per-image error, not a silent empty result.
  5. Hard cost cap you control. Set maxTotalChargeUsd and the run can never bill above it.

Output

{
"input_image_url": "https://example.com/product.jpg",
"matches": [
{
"title": "Simple and Fashionable Casual Solid Color PU Bag",
"product_url": "https://imagesearchaliexpress.com/product?token=...",
"marketplace": "aliexpress",
"price": 0.99,
"currency": "CNY",
"seller": "1103840669",
"match_confidence": null,
"match_basis": "visually_similar"
}
],
"status": "ok"
}

Pricing

Pay per event, base FREE-tier prices: $0.006 per match returned, $0.002 per image processed. Paid Store plans pay less on every event — the largest plans reach $0.0011 on the cheapest event; the Pricing tab on this Actor's Store page is always the authority. No event is ever charged on an item that returns an error — a batch of 200 with one bad input bills 199.

Use it from an AI agent (MCP)

https://om-kh--visual-product-matcher.apify.actor/mcp

One tool, visual_product_matcher, same arguments as the Start form.

Support

Found a bug or have a feature request? Use the Issues tab on this Actor's Apify Store page, or message the author (om_kh) directly.