Unlock the power of product matching with our developer-friendly API
Generate your API key to start making authenticated requests
Choose your preferred language and copy the example code
<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.productmatcher.com/v1/products/match?title=High-performance%20laptop&async=true&cache=false",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => [
"Authorization: Bearer pk_8oepxy0yevb"
],
]);
$response = curl_exec($curl);
curl_close($curl);
echo $response;Available query parameters for the API endpoint
Upgrade to our Premium plan for unlimited API calls, priority support, and advanced features.