Skip to content

jamiejann/grailed-scraper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Grailed Scraper

Python scraper to scrape Grailed based on popular designer products.

Prequisites

requirements :

pip install bs4
pip install selenium

chromedriver.exe must exist in same directory as import.py

Usage

Specify which designer to scrape and how many items to scrape.

The resulting csv file will be saved in /data/

> python import.py "designer" [number of items to scrape]

Example:

> python import.py "common projects" 200

The above code will result in something similar to this:

result

About

Python scraper to scrape Grailed based on popular designer products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages