Visual Product Matcher — Catalog Image Search
Pricing
$10.00 / 1,000 visual searches
Visual Product Matcher — Catalog Image Search
Match one product image against your own catalog and rank the closest visual matches. Best for same-product and near-duplicate images, with similarity scores and your product metadata returned. No reverse-image-search subscription required.
Pricing
$10.00 / 1,000 visual searches
Rating
0.0
(0)
Developer
Jaroslaw Antolak
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
Match one product image against your own image catalog and rank the closest visual results. The Actor is designed for same-product, near-duplicate, resized, compressed and moderately edited product photography without requiring a paid reverse-image-search service.
Quick start
- Leave Run built-in demo enabled and click Start to see a deterministic example.
- For real data, disable demo mode.
- Provide one query image as a public URL or Base64.
- Paste catalog products with an image plus optional ID, title, product URL and metadata.
- Set the result limit / minimum similarity and run.
Example input
{"queryImageUrl": "https://example.com/query-product.jpg","catalog": [{"id": "SKU-1001","title": "Front brake disc","imageUrl": "https://example.com/catalog/brake-disc.jpg","productUrl": "https://example.com/products/SKU-1001"}],"maxResults": 10,"minSimilarityPct": 45}
What you get
Each returned match contains:
- rank and
similarityPct, - your product ID and title,
- product and image URLs when supplied,
- similarity components,
- your original metadata returned unchanged.
Best use cases
- find the same SKU photographed or resized differently,
- detect near-duplicate product images,
- match customer/uploaded photos against a controlled catalog,
- rank a small-to-medium catalog before a more expensive downstream check.
Accuracy scope
The current matcher combines perceptual image hashing, average-color distance and aspect-ratio similarity. It is strongest for visually similar representations of the same product. It is not intended to infer broad semantic similarity such as “all black shoes” or “all sports cars.”
Catalog size is capped at 500 images per run and each image at 8 MB.
Pricing
$0.01 per completed visual search (Pay per event).
Security and data handling
Public image URLs are validated and private / loopback / link-local / reserved network destinations are rejected. Redirect targets are revalidated. You supply and control the catalog data used for matching.
API & automation
Use the Actor from HTTP API, Python, JavaScript, CLI, OpenAPI or MCP. The API tab provides ready-to-copy integration code.
Support
Open the Issues tab with a minimal reproducible input and run ID if matching behaves unexpectedly. Do not include private URLs that the Actor cannot access or any secrets.
