Description Usage Arguments Examples
This function scrapes all Amazon product reviews from the UK and/or US sites for a specified product ID.
1 | amazonScrape(product_id = NULL, country = "UK", delay = 5)
|
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. |
1 | amazonScrape("B08SQNY4FS", country = "UK")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.