2,500 free credits — no credit card required. Start building
Collect Amazon product reviews and low-rating complaints by ASIN for product research and feedback analysis.
2 endpoints · Amazon product reviews · unified schema
curl "https://sensecollect.com/v1/amazon/reviews?asin=B09G9FPHY6&limit=25" \ -H "x-api-key: $SENSECOLLECT_KEY"/v1/amazon/reviewsfrom 70 creditsReviews for one or more ASINs in the unified record shape.
/v1/amazon/complaintsfrom 175 creditsThe same run, filtered server-side to 1- and 2-star reviews so you get the complaints without paging the rest.
Use the reviews endpoint for a product feedback sample or the complaints endpoint for one- and two-star reviews. Supply one ASIN or a comma-separated list, then inspect the output before scaling. The current configured maximum is 100 reviews per product; source availability can produce fewer rows.
Keep ASINs, collection dates, and available review identifiers attached to your analysis. Retain original text when assigning themes such as fit, assembly, packaging, and durability. A negative-only sample helps identify complaints but does not measure the share of all customers experiencing them.
Amazon's Customer Feedback API provides supported feedback insights within its Selling Partner API. It serves a different need from collecting individual review records. Compare required fields and access conditions before choosing a route.
| Your goal | Starting point |
|---|---|
| Read and categorize product review text | Reviews endpoint |
| Investigate low-rating complaints | Complaints endpoint |
| Obtain official feedback insights | Amazon Customer Feedback API |
| Track a product's keyword position | A dedicated Amazon SERP data provider |
Deduplicate review records, preserve missing values, and compare like-for-like samples. Explain the sample size, collection window, and selection method when reporting findings. A count of complaints in collected reviews is not an estimate of all customers affected.
The Amazon reviews API guide walks through requests and analysis. If you need search visibility rather than reviews, read Amazon SERP data explained. SenseCollect's Amazon endpoints do not currently collect keyword rankings or seller feedback.
Amazon offers a Customer Feedback API within its Selling Partner API for supported feedback insights. That is different from collecting individual review records. SenseCollect's /v1/amazon/reviews endpoint collects product reviews by ASIN for text and rating analysis; compare the fields and access requirements for your project.
Pass the ASIN — the identifier in every Amazon product URL after /dp/ — to GET /v1/amazon/reviews. Several ASINs separated by commas work in one call, which is how you cover a product line without writing a loop.
The endpoint's configured maximum is 100 reviews per ASIN. This is a SenseCollect collection limit, not a universal Amazon limit or a guarantee of complete coverage. Source availability can produce fewer records. Preserve available review identifiers and collection timestamps to deduplicate repeated runs.
Yes. GET /v1/amazon/complaints runs the same collection and filters to 1- and 2-star reviews server-side, so you are not billed for paging past the praise to reach the complaints.
No. This source covers product reviews for a public ASIN. Seller feedback, search result pages and autocomplete are different surfaces and are not part of it — the catalog at /v1/sources is the authoritative list of what exists.