Home > OS >  Retrieve Amazon Reviews user emails through API
Retrieve Amazon Reviews user emails through API

Time:12-22

I can't find a API service to

  1. retrieve amazon reviews data
  2. get specifically the user emails (in order to not duplicate further survey emails)

Can I achieve this without using an external scraper?

CodePudding user response:

This isn't possible, unfortunately. The Product Advertising API is probably as close as you will get. The user emails are not exposed.

  • Related