AI Product Matcher avatar

AI Product Matcher

Try for free

No credit card required

View all Actors
AI Product Matcher

AI Product Matcher

equidem/ai-product-matcher
Try for free

No credit card required

Match products across multiple e-commerce websites. Use this AI product matching Actor whenever you need to find matching pairs of products from different online shops for dynamic pricing, competitor analysis or market research.

Do you want to learn more about this Actor?

Get a demo

You can access the AI Product Matcher programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "dataset1_ids": [
3    "GYVCj4hEeqnX3dJyu"
4  ],
5  "dataset2_ids": [
6    "OmzHV4VEByO4KohMF"
7  ],
8  "input_mapping": {
9    "eshop1": {
10      "id": "url",
11      "name": "name",
12      "price": "price",
13      "short_description": "shortDescription",
14      "long_description": "longDescription",
15      "specification": "specification",
16      "code": [
17        "sku",
18        "productModel"
19      ]
20    },
21    "eshop2": {
22      "id": "url",
23      "name": "name",
24      "price": "price",
25      "short_description": "shortDescription",
26      "long_description": "longDescription",
27      "specification": "specification",
28      "code": [
29        "sku",
30        "productModel"
31      ]
32    }
33  }
34}' |
35apify call equidem/ai-product-matcher --silent --output-dataset

🎯 Match products with AI API through CLI

The Apify CLI is the official tool that allows you to use AI Product Matcher locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Apify
Actor metrics
  • 22 monthly users
  • 8 stars
  • 85.0% runs succeeded
  • 26 days response time
  • Created in Apr 2023
  • Modified 4 months ago