Skip to main content
The Google Images plugin turns a Google Images search into structured JSON. Give it a keyword, and it returns the image results Google shows - each with the full-resolution original image URL, the source domain, the source page URL, a title, a thumbnail and the image dimensions. Unlike the old Google Images layout (where the original was hidden behind a click), the current results page carries every result’s origin image URL inline, so 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 a results 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.