

> gimages search -q puppies -d /path/ -w 500 -h 500 Programmatic usage from google_images_search import GoogleImagesSearch # you can provide API key and CX using arguments, # or you can set environment variables: GCS_DEVELOPER_KEY, GCS_CX gis = GoogleImagesSearch ( 'your_dev_api_key', 'your_project_cx' ) # define search params # option for commonly used search param are shown below for easy reference. > gimages search -q puppies -d /path/on/your/drive/where/images/should/be/downloaded > export GCS_DEVELOPER_KEY =_your_dev_api_key_ > gimages -k _your_dev_api_key_ -c _your_project_cx_ search -q puppies Install package from : > pip install Google-Images-SearchĬLI usage # without environment variables:

Visit and in the web form where you create/edit your custom search engine enable "Image search" option and for "Sites to search" option select "Search the entire web but emphasize included sites".Īfter setting up your Google developers account and project you should have been provided with developers API key and project CX. Visit and generate API key credentials for your project.

Visit and enable "Custom Search API" for your project. To be able to use this library, you need to enable Google Custom Search API, generate API key credentials and set a project:
