Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 602 Bytes

GettyImages/iStockPhoto Scraper

This Python Script Scraps PREVIEW Images From GettyImages or iStockPhoto Using BeautifulSoup. No Need For Selenium.


Set Up

Install Prerequisites Using Terminal:

pip install beautifulsoup4
pip install lxml
pip install requests

Usage

Using Terminal in the scrapper.py directory, run:

python scraper.py

Definitions

  • 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 and i to scrap from iStockphoto.