Amazon
Amazon
Extract Amazon shop, product, review, and seller data
Amazon
Search Amazon and pull real product, review, and seller data — plus influencer storefronts — behind the unified SocialCrawl schema. 5 endpoints available.
Base URL: /v1/amazon/...
Getting Started
Make your first request to any endpoint below. The product, review, and seller endpoints are powered by real-time DataForSEO data and return the first-class canonical Product / Review / Seller objects (shared with other commerce platforms), so a row from Amazon has the same shape as a row from any other commerce source.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Search Amazon products by keyword | /v1/amazon/product-search | standard (1cr) |
| Get an Amazon product by ASIN | /v1/amazon/product | advanced (5cr) |
| Get Amazon product reviews | /v1/amazon/reviews | advanced (5cr) |
| Get Amazon sellers and offers for a product | /v1/amazon/sellers | standard (1cr) |
| Get Amazon shop page | /v1/amazon/shop | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
productandreviewstake anasinand share one upstream call — fetch the product, then its reviews come warm from cache (or vice-versa)- The product / review / seller endpoints accept an optional
country(ISO 3166-1 alpha-2, defaultUS) to select the Amazon marketplace:US,GB,CA,DE,FR,IT,ES,JP,IN,MX,BR,AU,NL product-searchaccepts an optionaldepth(max 700) to control how many products are returned at the same flat credit cost
