Can we sync Amazon.com website in RStudio?

Just like the Twitter access code, IS there a way in which we can link Amazon websites in R? I want to do text analytics using customer reviews.

Unless Amazon provides an API that allows you to get reviews from their site, then it won't be possible to use it as easily as Twitter API.

Looking at AWS docs, there is this - https://docs.aws.amazon.com/AWSECommerceService/latest/DG/EX_RetrievingCustomerReviews.html. I think, it's a good starting point, but not sure if there is any R package that allows you to use it.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.