$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/search9
Calls / 30d
4
Unique payers / 30d
Sep 2
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://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 -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
0xce339395d7f2ea5a5009022ef1c392fb208a989eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Amazon Product Search & similar services
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
Exa · Search
api.exa.ai
Exa /search endpoint