A python based app that uses the selenium automation framework to convert comments from any Amazon product page into a CSV file (compatible with Shopify!).
- To install necessary dependencies, run this command:
pip3 install beautifulsoup4, selenium, tqdm
- Open up your Command Prompt or Terminal inside the "AmazonCommentScraper" folder and run this command:
python3 Main.py
- Go to Amazon and locate your desired product and copy the product link. Example:
https://www.amazon.com/Scotch-Brand-Applications-Engineered-810K6/dp/B00006IF67/ref=cm_cr_arp_d_product_top?ie=UTF8
- (Optional) If you are using Shopify make sure this name matches EXACTLY what your product name is at the end of the product link! Example:
https://modernbeyond.com/products/magic-scrubber-electric-brush
Use only themagic-scrubber-electric-brush
part of your product link! - Choose the minimum rating that you would like to gather. Example: choosing 3 stars collects reviews that are 3 stars and above.
- Choose the amount of comments that you would like the program to search for before terminating. Input 0 to search through all of them.
- Input any words that you would like to exclude from the comments. All reviews containing these words will be ignored.