Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.39 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.39 KB

AmazonCommentScraper - Mac OS & Windows!

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!).

Instructions:

  1. To install necessary dependencies, run this command: pip3 install beautifulsoup4, selenium, tqdm
  2. Open up your Command Prompt or Terminal inside the "AmazonCommentScraper" folder and run this command:
    python3 Main.py

  3. 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

  4. (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 the magic-scrubber-electric-brush part of your product link!

  5. Choose the minimum rating that you would like to gather. Example: choosing 3 stars collects reviews that are 3 stars and above.

  6. Choose the amount of comments that you would like the program to search for before terminating. Input 0 to search through all of them.

  7. Input any words that you would like to exclude from the comments. All reviews containing these words will be ignored.

That's it, Enjoy :)