amzn_get_reviews: Get Amazon Reviews

View source: R/amzn_get_reviews.R

amzn_get_reviewsR Documentation

Get Amazon Reviews

Description

Convenience wrapper around functions that scrape Amazon reviews. Provide a product link and this will determine the number of pages to crawl over and will return a clean data frame of reviews.

Usage

amzn_get_reviews(link, get_images = c("false", "true"))

Arguments

link

A link to an Amazon product

get_images

Whether to download UGC images included with reviews

Value

Data frame with date, stars, headline, review text, and the paginated link.

Examples

## Not run: 
url <- "copy_paste_url"
data <- amzn_get_reviews(url)
## End(Not run)

taylorgrant/GSPtext documentation built on April 15, 2023, 10:56 p.m.