Does Amazon have a public reviews API?
Amazon does not publish a general-purpose API for pulling review text off its own product pages, and the reviews shown to a logged-out visitor are only a small featured sample. Anyone who wants full, page-by-page review data has to work through the same review pager the website itself uses, which behaves differently for a signed-in shopper than it does for an anonymous one.
Roketfy's Amazon reviews API sits in front of that pager. You send an ASIN or product URL, and the endpoint returns clean, structured JSON — rating, title, text, date, author name and helpful-vote count — instead of a page of HTML you would otherwise have to parse yourself.