Affiliate.com · Convert Barcode TO Asin

by Affiliate.com

POSTBase

$0.02

per call · USD Coin on Base

Convert barcodes to Amazon ASINs. Provide numeric barcode strings, and each barcode maps to an array of ASIN results with their marketplace locale.

Endpoint

POST https://zeroclick.affiliate.com/v1/tools/convert/barcode-to-asin

7

Calls / 30d

1

Unique payers / 30d

Sep 10

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/tools/convert/barcode-to-asin", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "data": [
      "8806095074122",
      "0887276760049"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://zeroclick.affiliate.com/v1/tools/convert/barcode-to-asin" \
  -H "Content-Type: application/json" \
  -d '{"data":["8806095074122","0887276760049"]}' \
  -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