Skip to content

Google-Reverse-Image-Search

Python

Python library for reverse image search.

A Python library for leveraging Google's search by image capabilities programmatically. Verify image sources, find higher resolutions, or identify content and context.

python google images search

[features]

Reverse Search

Find image sources and context

Higher Resolution

Find better quality versions

Customizable

Query options, delays, result limits

Parsed Results

Formatted titles and links

[install]

git clone https://github.com/RMNCLDYO/Google-Reverse-Image-Search.git
cd Google-Reverse-Image-Search
pip install -r requirements.txt

[usage]

from reverse_image_search import GoogleReverseImageSearch

search = GoogleReverseImageSearch()
results = search.response(
    query="Example Query",
    image_url="https://example.com/image.jpg",
    max_results=5
)

[license]

This project is licensed under the MIT license.

[links]