Skip to content

Scrape Gettyimages and iStockphotos preview images using BeautifulSoup and without Selenium.

Notifications You must be signed in to change notification settings

3bood-kr/getty-istock-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Scrape Gettyimages and iStockphotos preview images using BeautifulSoup and without Selenium.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages