Skip to content

A simple scraper with a simple GUI that extracts some data about a specific product from the original Amazon website.

Notifications You must be signed in to change notification settings

rem2718/AmazonScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMAZON SCRAPER

A simple scraper with a simple GUI that extracts some data about a specific product from the original Amazon website.

HOW TO RUN IT:

1.Download AmazonScraper.zip file

2.Install all the requirements

 pip install -r requirements.txt

3.Download FireFox if you don't have it

4.Disable the cookies for Amazon on your Firefox

5.Go to file GUI.py and run it.

NOTES:

  • This scraper work with Windows 10 or 11, if you face any problem, copy the header of your Amazon request on firefox and paste it on AmazonScraper.py instead of the existing header.

  • When you search make sure you write a specific name for a product.

    • Do: 'Uno Arduino', 'Micro HDMI', 'Wireless mouse'

    • Don't: 'Baby shoes', 'T-shirts', 'Phone cases'

  • The results will show you two lists of products:

    • sorted by the lowest price.

    • sorted by the highest rate, reviews number.

  • The product info: Name, Price, Rate, Reviews number(click on the row to open the link)

  • If you wanna seaerch for a new product you need to click on clear first.

  • If Amazon change anything in their DOM, this code might not work, it's need to be maintained.

THANK YOU!

Hope you enjoy this scraper :)

If you face any problems please contact me

Made by: @rem2718

For any suggestions/comments/questions email me at: rem.e2.718@gmail.com

About

A simple scraper with a simple GUI that extracts some data about a specific product from the original Amazon website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages