Speedy, lightweight web scrapper for Shutterstock.
ShutterScrape is a web scrapper for bulk downloading images and videos from Shutterstock with speed. ⚡
It implements Selenium for browser automation and Beautiful Soup for parsing.
Configure shutterscrape.py
to your Python version.
Install requirements from Terminal:
pip install beautifulsoup4
pip install selenium
pip install lxml
Install ChromeDriver.
(Optional) Configure environment variables paths for python.exe and chromedriver.exe.
Open terminal in the directory of shutterscrape.py and enter:
python shutterscrape.py
Go grab a cup of coffee while waiting… oh wait, it’s already done!
i
for scraping images and v
for scraping videos .3
.10/1/2020
Updated for new shutterstock page layout as of 10/1/2020.
4/26/2019
Updated for new shutterstock page layout as of 4/26/2019.
10/1/2018
Added GUI for save directory selection.
07/31/2018
More stability fixes.
07/25/2018
Added gettyscrape.py for scraping videos from Getty Images.
07/23/2018
Stability fixes.