Scrape Google Lens with Python
What will be scraped
Using Google Lens API from SerpApi
If you don't need an explanation, have a look at the full code example in the online IDE.
from serpapi import GoogleSearch
import json
params = {
'api_key': '...',
'engine': 'google_le...