Amazon
Product details, prices, ratings and reviews.
/amazon/v1/product/detail2 creditsfull product page (title/price/currency/rating/count/brand/features/images/categories/variations) + top-8 inline reviews, by ASIN
| Parameter | Required |
|---|---|
| asin | required |
| marketplace | optional |
/amazon/v1/product/reviews1 creditinline reviews (~13/marketplace) + total + completenessPct; pass marketplaces:[com,co.uk,de] for cross-marketplace merge+dedup (~32, the depth wedge)
| Parameter | Required |
|---|---|
| asin | required |
| marketplace | optional |
| marketplaces | optional |
/amazon/v1/product/offers2 creditspinned buybox + all-offers (AOD aodAjaxMain): price/seller/condition/ships_from/delivery/prime, by ASIN
| Parameter | Required |
|---|---|
| asin | required |
| marketplace | optional |
/amazon/v1/search1 creditproduct search → results[]{asin,title,price,currency,rating,count,image,sponsored}
| Parameter | Required |
|---|---|
| query | required |
| marketplace | optional |
| page | optional |
| sort | optional |
/amazon/v1/bestsellers1 creditbest-sellers ranking (optionally by category)
| Parameter | Required |
|---|---|
| category | optional |
| marketplace | optional |
/amazon/v1/new-releases1 creditnew-releases ranking (optionally by category)
| Parameter | Required |
|---|---|
| category | optional |
| marketplace | optional |
/amazon/v1/seller/profile1 creditseller profile (name, feedback %, lifetime ratings, rating)
| Parameter | Required |
|---|---|
| seller_id | required |
| marketplace | optional |
/amazon/v1/autocompletefreesearch autocomplete suggestions
| Parameter | Required |
|---|---|
| query | required |
| marketplace | optional |
/amazon/v1/seller/products1 credita seller's catalog/storefront by seller_id (paginated)
| Parameter | Required |
|---|---|
| seller_id | required |
| marketplace | optional |
| page | optional |
/amazon/v1/seller/reviews1 creditseller FEEDBACK reviews (rating/text/rater/date) by seller_id (paginated)
| Parameter | Required |
|---|---|
| seller_id | required |
| marketplace | optional |
| page | optional |
/amazon/v1/deals1 creditAmazon deal-products (today's deals / goldbox): asin/title/price/image
| Parameter | Required |
|---|---|
| marketplace | optional |
curl -X POST https://api.reefapi.com/amazon/v1/product/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"asin":"0735211299"}'{
"ok": true,
"data": { /* the result */ },
"meta": {
"latency_ms": 240,
"record_count": 12,
"completeness_pct": 100
},
"error": null
}