A python scraper to download large number of images from the larget image database, www.shutterstock.com
Python 3
- pip3 install bs4 selenium urllib
- Install a version of ChromeDriver that is compatible with your Chrome version from https://chromedriver.chromium.org/downloads
- Go to www.shutterstock.com, enter your serch string and the filters that you need to find images to your satisfaction.
- Copy the resulting URL in the line 45 the the variable your_url
- Add the number of pages you wish to scrape according to the number of images you need in the variable below this.\
- Finally run the code: python3 scrape.py
Note: Update for the HTML tag updates by the website.