Skip to content

A script that scrapes data from Grailed and exports it to a csv file for easy viewing.

Notifications You must be signed in to change notification settings

Jo-Ivan/grailscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grailscrape

Before using

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.

Running locally

Make sure you have these installed:

In grailscrape.py file:

# Change PATH depending on where you have ChromeDriver installed
driver = webdriver.Chrome('./chromedriver')

How to use

python3 grailscrape.py 'undercover jacket'

Don't minimize browser window when program is running.

Todos

  • 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

Feel free to contribute!

About

A script that scrapes data from Grailed and exports it to a csv file for easy viewing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages