Google Lens Search
Perform a search using Google Lens with a specific image URL. Useful for identifying objects, finding visually similar images, discovering sources, and retrieving information related to the image.
If you already know that you want to use Google Lens Search, this page is the one you should read. It shows the required input, the filters you can apply, how pagination works, and what localization controls are available.
At a Glance
| Field | Value |
|---|---|
| Name | Google Lens Search |
| Scraper | google_lens |
| Engine | google_lens_search |
| Website | |
| Website URL | googlelens.com |
| Output Format | json |
| Version | 1.0.0 |
| Parameter Count | 5 |
| Parameter Groups | Localization (2), Image Input (1), Advanced Parameters (1), Request Controls (1) |
Required Parameters
If you are sending your first request with this engine, start here. Requiredness is based on properties.<field>.must, not the top-level required array.
| Field | Type | Group | Description |
|---|---|---|---|
url | string | Image Input | The image URL used as the input for visual search. |
Available Parameters
The sections below follow the same parameter groups as the backend, but the field descriptions have been rewritten into shorter, user-facing wording so they are easier to scan.
Localization
| Field | Type | Required | Description |
|---|---|---|---|
hl | string | No | Interface language used for the search and returned SERP labels. |
country | string | No | Country code used to localize Google Lens results. |
Additional Constraints
hl:Options: 157 options. Examples:af,ak,sq,ws,amcountry:Options: 157 options. Examples:AE,AF,AG,AI,AL
Image Input
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The image URL used as the input for visual search. |
Advanced Parameters
| Field | Type | Required | Description |
|---|---|---|---|
safe | string | No | Safe-search level that controls adult-content filtering. |
Additional Constraints
safe:Options: 2 options. Examples:active,off
Request Controls
| Field | Type | Required | Description |
|---|---|---|---|
no_cache | boolean | No | Skip cached results and force a fresh fetch. |
Additional Constraints
no_cache:Default:false
