Web scraper that scrapes all products and their price, description, colors, sizes, stock levels, and more from supremenewyork.com (Supreme New York). It then exports the extracted product information into two Excel files: one file with one sheet with all products, a second file with all products separated by categories into multiple sheets, and one CSV file containing all products. The scraper works for the North America, Europe, and Japan store.
Here is an example of the CSV file outputted by the scraper.
Excel File with products separated into multiple sheets by category
Excel File with all products in one sheet
Clone this repository, cd into it, and install dependencies:
git clone https://github.com/huyszn/supreme-products-scraper.git
cd supreme-products-scraper
pip install -r requirements.txt
This will most likely scrape the NA site.
python3 supreme-scraper.py -p
or
python3 supreme-scraper.py --proxy
Scraped Supreme products with a proxy
If you get a proxy error, then rerun the script or try to run the script without a proxy.
Proxy is banned from Supreme
Error connecting to the proxy
Error connecting to the proxy while scraping products
This is not recommended unless you either:
- Want to scrape products from the EU or JP site with your own IP
- Have a proxy that can access the EU or JP site
- Found that none of the free proxies are working
python3 supreme-scraper.py
Scraped Supreme products without a proxy
If you get a message saying you are banned, then rerun the script on a different IP or run the script with the -p
or --proxy
argument.
Your IP is banned from Supreme
- Add desktop links to products and their colors to the Excel/CSV files
This project is licensed under the GPL 3.0 License - see the LICENSE file for details.