Google Reverse Image API

Discover results by leveraging the power of Google's Reverse Image Search through our specialized scraping API.

To harness this unique feature, incorporate the engine=google_reverse_image parameter in your request.

Our API is meticulously crafted to interact with Google's Reverse Image search functionality, delivering a structured JSON object encompassing all the pertinent results. Beyond the requisite api_key and engine parameters, you can further tailor the Google Reverse Image Scraping API's output by integrating specific parameters, ensuring a comprehensive and precise data extraction.

Google Reverse Image API Integration Examples

We will use following URL as an example for this request:

https://serp.shifter.io/v1?engine=google_reverse_image&api_key=<YOUR_API_KEY>&image_url=https%3A%2F%2Fencrypted-tbn1.gstatic.com%2Fimages%3Fq%3Dtbn%3AANd9GcRjlJi4t9H9nOiAAv_nRGq8arI_Ed9ILW1lY9lKWa63q8AL_UwI

Ready to Use Google Reverse Image API Scraping Scripts

curl --request GET --url "https://serp.shifter.io/v1?engine=google_reverse_image&api_key=YOUR_API_KEY&image_url=https%3A%2F%2Fencrypted-tbn1.gstatic.com%2Fimages%3Fq%3Dtbn%3AANd9GcRjlJi4t9H9nOiAAv_nRGq8arI_Ed9ILW1lY9lKWa63q8AL_UwI"

Google Reverse Image API Parameters

#1: Query Parameter

Parameter
Type
Description

image_url Required

string

The URL of the image you want to use to perform your search.

#2: Request Customisation Parameters

Parameter
Type
Description

device

string

The device used for your search. Can be set to desktop, mobile or tablet.

#3: Localisation Parameters

Parameter
Type
Description

google_domain

string

The Google domain that you want to use for your search.

location

string

Defines where you want the search to originate from. A list of all the geotargeting locations can be found here.

uule

string

The google encoded location that you want to use for your search.

hl

string

The language you want to use for your Google search. List of supported languages

gl

string

The country you want to use for your Google search. List of supported countries

lr

string

One or multiple languages to limit your search to. Values are formatted as lang_{2 letter code of the country} You can find all the available languages here.

Response Example

Last updated

Was this helpful?