zeroclick.affiliate.com publishes 7 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.02 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/merchants | GET | $0.02 | 402 |
| /v1/products | POST | $0.02 | 402 |
| /v1/tools/convert/asin-to-barcode | POST | $0.02 | 402 |
| /v1/tools/convert/barcode-to-asin | POST | $0.02 | 402 |
| /v1/tools/convert/barcode-to-sku | POST | $0.02 | 402 |
| /v1/tools/convert/sku-to-barcode | POST | $0.02 | 402 |
| /v1/tools/convert/url-to-barcode | POST | $0.02 | 402 |
List the merchants behind the catalog. Filter by name or domain search, by country, or by product count, and page through the results.
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 carr…
Convert Amazon ASINs to barcodes. Provide up to 10 ASINs and the Amazon marketplace locale, and each ASIN maps to an array of barcodes, empty when none were found.
Convert barcodes to Amazon ASINs. Provide numeric barcode strings, and each barcode maps to an array of ASIN results with their marketplace locale.
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.
Convert merchant SKUs to barcodes. Provide the SKUs and the merchant they belong to, and each SKU maps to its barcode or to null when no match exists.
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.