$0.02
per call · USD Coin on Base
Search more than one billion affiliate products refreshed daily. Pass a plain search string or an array of field filters, or use the structured query rule builder for compound conditions. Results carry pricing, availability, commission URLs, and network and merchant attribution, with support for field selection, pagination, sorting, facets, and per network affiliate link configuration.
Endpoint
POST https://zeroclick.affiliate.com/v1/products57
Calls / 30d
8
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://zeroclick.affiliate.com/v1/products", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"search": "wireless headphones"
}),
});
const data = await res.json();curl -X POST \
"https://zeroclick.affiliate.com/v1/products" \
-H "Content-Type: application/json" \
-d '{"search":"wireless headphones"}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x6e9c2ebca537f861fe9242f8f974d99b3df762b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Affiliate.com & similar services
Affiliate.com · Merchants
zeroclick.affiliate.com
List the merchants behind the catalog. Filter by name or domain search, by country, or by product count, and page through the results.
Affiliate.com · Convert URL TO Barcode
zeroclick.affiliate.com
Convert retailer product page URLs to barcodes. Provide full URL strings, and each URL maps to an array of barcodes, empty when none were found.
Affiliate.com · Convert Barcode TO SKU
zeroclick.affiliate.com
Convert barcodes to merchant SKUs. Provide numeric barcode strings and the merchant to resolve against, and each barcode maps to its SKU or to null when no match exists.