A

Amazon Product Search · Amazon Search

by Amazon Product Search

POSTBase

$0.006

per call · USD Coin on Base

Amazon product search API. Search live Amazon products by keyword and get normalized ASIN, title, current price/range, currency, rating, review count, bought-past-month purchase signal, product URL, image, rank, Amazon Choice/Best Seller flags and delivery text. For shopping agents, Amazon product research, price lookup and ecommerce product discovery.

Endpoint

POST https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/amazon/search

9

Calls / 30d

4

Unique payers / 30d

Sep 2

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://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/amazon/search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "depth": 40,
    "languageCode": "en_US",
    "locationCode": 2840,
    "query": "noise cancelling headphones"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/amazon/search" \
  -H "Content-Type: application/json" \
  -d '{"depth":40,"languageCode":"en_US","locationCode":2840,"query":"noise cancelling headphones"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "items": [
    {
      "asin": "B0EXAMPLE",
      "boughtPastMonth": 500,
      "currency": "USD",
      "delivery": "FREE delivery tomorrow",
      "imageUrl": "https://example.com/product.jpg",
      "isAmazonChoice": true,
      "isBestSeller": false,
      "price": 49.99,
      "priceTo": null,
      "rank": 1,
      "rating": 4.6,
      "reviews": 1842,
      "title": "Example product",
      "url": "https://www.amazon.com/dp/B0EXAMPLE"
    }
  ],
  "machine": "portfolio",
  "query": "noise cancelling headphones",
  "route": "amazon.search"
}

Payment details

Pay to0xce339395d7f2ea5a5009022ef1c392fb208a989e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Amazon Product Search & similar services