All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:22:29.405627+00:00",
"engine": "google",
"google_url": "https://lens.google.com/uploadbyurl?url=https%3A%2F%2Fwww.google.com&hl=en"
},
"search_parameters": {
"engine": "google_lens",
"url": "https://www.google.com",
"gl": "us",
"hl": "en"
},
"search_information": {
"query_displayed": "https://www.google.com",
"organic_results_state": "No visual matches"
},
"visual_matches": [
]
}
GET
/v1/data/google/lens/search1 credit / run VerifiedLens Search
Visual search: find visual matches and similar products/pages for an image URL.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Image URL to search by. |
| Advanced filters | |||
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |