Skip to content

Simple scraper to extract all products from shopify sites

License

Notifications You must be signed in to change notification settings

codewranglr/shopify-scraper

This branch is up to date with lagenar/shopify-scraper:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a51527a · Jun 16, 2017

History

8 Commits
Apr 28, 2017
Jun 2, 2017
Jun 16, 2017

Repository files navigation

shopify-scraper

Simple scraper to extract all products from shopify sites

Requirements: Python 3

Usage: python3 shopify.py [site's url]

Listing collections: python3 shopify.py --list-collections [site's url]

Scraping products only in given collections: python3 shopify.py -c col1,col2,col3 [site's url]

Example: python3 shopify.py -c vip,babs-and-bab-lows https://www.greats.com

The products get saved into a file named products.csv in the current directory.

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%