Qingbo Liu
Qingbo Liu

Reputation: 11

How to get product count of reviews/rating by python-amazon-sp-api?

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

Answers (1)

Nassuf Mmadi
Nassuf Mmadi

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

Related Questions