scraper | R Documentation |
Function to pull Amazon reviews. Given a standard product link, it proprerly formats a paginated url, determines the number of pages to crawl, and then returns the reviews as a list
scraper(link)
link |
String url for Amazon product |
List of tibbles with date of review, star rating, headline, text, and link to review
## Not run:
url <- "https://www.amazon.com/Fashion-Focus-Sweaters-Chihuahua-Clothing/product-reviews/B07L1LYTPX"
scraper(url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.