
AI Product Matcher
Pricing
Pay per usage

AI Product Matcher
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.
0.0 (0)
Pricing
Pay per usage
13
Monthly users
26
Runs succeeded
72%
Response time
54 days
Last modified
2 months ago
You can access the AI Product Matcher programmatically from your own applications by using the Apify API. You can also 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:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.