Skip to content
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.comGET/amazon/autoco…GET/amazon/searchGET/amazon/bestse…{ } JSON

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 com
market
country

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/amazon/autocompleteKeyword SuggestionsSearch1 credit / run
/v1/data/amazon/searchSearch ProductsSearch1 credit / run
/v1/data/amazon/bestsellersBestsellers & ChartsListings1 credit / run
/v1/data/amazon/categoryComing soonBrowse CategoryListings1 credit / run
/v1/data/amazon/dealsToday's DealsListings1 credit / run
/v1/data/amazon/new-releasesNew ReleasesListings1 credit / run
/v1/data/amazon/categoriesList CategoriesReference1 credit / run
/v1/data/amazon/marketsList MarketsReference1 credit / run
/v1/data/amazon/products/{asin}/offersComing soonGet OffersProducts1 credit / run
/v1/data/amazon/products/{asin}Get Product DetailProducts1 credit / run
/v1/data/amazon/products/{asin}/reviewsComing soonGet ReviewsProducts1 credit / run
/v1/data/amazon/sellers/{seller_id}Get SellerSellers1 credit / run
/v1/data/amazon/sellers/{seller_id}/feedbackComing soonSeller FeedbackSellers1 credit / run
/v1/data/amazon/sellers/{seller_id}/productsSeller ProductsSellers1 credit / run