Reputation: 11
I try to get Amazon products reviews and rating information from python-amazon-sp-api. The methods I have found in endpoints Products(get_item_offers) and Catalog (get_item) don't response reviews related information.
Am I not finding the right method?
I didn't find related method in this api documentation.
Upvotes: 1
Views: 1521
Reputation: 11
Unfortunately there is no way today to get those data through SP-API. You either have to scrap it or use an external API like rainforest that does so.
Upvotes: 1