Affiliate.com · Products

by Affiliate.com

POSTBase

$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/products

57

Calls / 30d

8

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x6e9c2ebca537f861fe9242f8f974d99b3df762b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Affiliate.com & similar services