All sites
Data API
Amazon Data API
Products, search, reviews and seller data across every Amazon marketplace.
14endpointsTLS Fingerprint · Rate Limit · Captcha handled for you
Amazon Data API
Extract product listings, search results, offers, reviews, best-sellers and seller storefronts from Amazon as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/amazon/{action}Key Features
Structured JSON
Clean, normalized records for product listings, search results, offers, reviews, best-sellers and seller storefronts. No HTML parsing on your side.
14 endpoints
Across 5 categories, all under one base path.
Anti-bot handled
TLS Fingerprint, Rate Limit, Captcha cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
domaindefault commarketcountryPagination
Page through results with page.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/amazon/search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"query": "wireless earbuds",
"page": 1,
"prime": false,
"free_shipping": false,
"domain": "com"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/amazon/autocompleteKeyword Suggestions | Search | 1 credit / run |
/v1/data/amazon/searchSearch Products | Search | 1 credit / run |
/v1/data/amazon/bestsellersBestsellers & Charts | Listings | 1 credit / run |
/v1/data/amazon/categoryComing soonBrowse Category | Listings | 1 credit / run |
/v1/data/amazon/dealsToday's Deals | Listings | 1 credit / run |
/v1/data/amazon/new-releasesNew Releases | Listings | 1 credit / run |
/v1/data/amazon/categoriesList Categories | Reference | 1 credit / run |
/v1/data/amazon/marketsList Markets | Reference | 1 credit / run |
/v1/data/amazon/products/{asin}/offersComing soonGet Offers | Products | 1 credit / run |
/v1/data/amazon/products/{asin}Get Product Detail | Products | 1 credit / run |
/v1/data/amazon/products/{asin}/reviewsComing soonGet Reviews | Products | 1 credit / run |
/v1/data/amazon/sellers/{seller_id}Get Seller | Sellers | 1 credit / run |
/v1/data/amazon/sellers/{seller_id}/feedbackComing soonSeller Feedback | Sellers | 1 credit / run |
/v1/data/amazon/sellers/{seller_id}/productsSeller Products | Sellers | 1 credit / run |