This Python Script Scraps PREVIEW Images From GettyImages or iStockPhoto Using BeautifulSoup. No Need For Selenium.
Install Prerequisites Using Terminal:
pip install beautifulsoup4
pip install lxml
pip install requests
Using Terminal in the scrapper.py directory, run:
python scraper.py
- Search Term: Keywords to search for.
- Max Images: Max number of images to scrap.
- gettyimages.com or istockphoto.com: Enter
g
to scrap from GettyImages andi
to scrap from iStockphoto.