This project is solely for analyzing data and not for commercial use.
Data scraping is against Grailed's Terms of Service.
Please use at your own discretion.
Make sure you have these installed:
In grailscrape.py file:
# Change PATH depending on where you have ChromeDriver installed
driver = webdriver.Chrome('./chromedriver')
python3 grailscrape.py 'undercover jacket'
Don't minimize browser window when program is running.
- extract image links
- refactor
- data analysis
- extract link of listing
- automatic searching
- export csv
- fix dates (seperate last bumped and listing created)
- close create account modal when it pops up