Skip to content

kishaningithub/shopify-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shopify-scraper

Simple scraper to extract all products from shopify sites

Requirements

Python 3

Usage

Saving result as csv

python3 shopify.py [site's url] > products.csv

Saving result as json

python3 shopify.py --output-format json [site's url] > products.json

Listing collections:

python3 shopify.py --list-collections [site's url] > products.csv

Scraping products only in given collections

python3 shopify.py -c col1,col2,col3 [site's url] > products.csv
python3 shopify.py -c vip,babs-and-bab-lows https://www.greats.com > products.csv

About

Simple scraper to extract all products from shopify sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%