An automated eBay scraper for product information
To open the application, clone or download this repository, then run the "product_scraping.py" file.
To use the application simply select a csv file containing keywords to search for in the first column, similar to "example_input.csv" and select an output folder, then click "Run Scraper".
The scraper is built using the Beautiful Soup python library for web scraping, with the GUI built using PyQt.
Feel free to fork this repository and make improvements or suggest any changes via pull requests.