imageUrl is the real original image on the publisher’s site - not a Google thumbnail. It runs on the same warm, anti-bot-cleared Google sessions as our SERP endpoint, so you get the image grid without touching Google’s hidden internals.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live image grid plus a copy-paste snippet.
Endpoint
Response
A JSON object with aresults array plus counts:
imageUrl and sourceDomain are returned for every result. sourcePageUrl,
title, dimensions and file size are present for essentially all results;
sourceName and thumbnailUrl are best-effort. A given origin host may still
refuse to serve its image to an arbitrary client (hotlink protection) - the
plugin returns the correct URL; whether that host hands the bytes to you is
the host’s own policy.What you can build
- Image sourcing - find real, full-resolution images for a keyword and follow each back to the site that published it.
- Brand / visual monitoring - see which sites rank in Google Images for your brand or product terms.
- Dataset building - collect image URLs plus source attribution for training or research (respecting each source’s rights).
- Reverse-sourcing - map which domains carry imagery for a topic and at what resolution.
Next steps
Open the plugins
Run a Google Images search and grab the JSON.
Get an API key
Free trial available on the pricing page.

