amazonScrape: A Function for Scraping Amazon Product Reviews

Description Usage Arguments Examples

View source: R/amazonScrape.R

Description

This function scrapes all Amazon product reviews from the UK and/or US sites for a specified product ID.

Usage

1
amazonScrape(product_id = NULL, country = "UK", delay = 5)

Arguments

product_id

What is the unique, 6 character product ID?

country

Should the function run for UK, US or Both? Defaults to UK.

delay

How long in seconds should the function pause between pages? Defaults to 5.

Examples

1
amazonScrape("B08SQNY4FS", country = "UK")

andrew-pollock/amazonScrapeR documentation built on Jan. 1, 2022, 7:49 a.m.