SocialCrawl

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

EndpointPathCredit Tier
Search Amazon products by keyword/v1/amazon/product-searchstandard (1cr)
Get an Amazon product by ASIN/v1/amazon/productadvanced (5cr)
Get Amazon product reviews/v1/amazon/reviewsadvanced (5cr)
Get Amazon sellers and offers for a product/v1/amazon/sellersstandard (1cr)
Get Amazon shop page/v1/amazon/shopstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
  • product and reviews take an asin and 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, default US) to select the Amazon marketplace: US, GB, CA, DE, FR, IT, ES, JP, IN, MX, BR, AU, NL
  • product-search accepts an optional depth (max 700) to control how many products are returned at the same flat credit cost
Amazon | Socialcrawl