Searches the Google Images vertical and delivers each result with its title, thumbnail URL, the page hosting it and that page's host. Served by the HTTP tier (no browser), so it stays cheap at dataset volume. Full-size image URLs are returned only when Google exposes them.
$0.0003 per delivered image, up to 100 images per run. Nothing delivered means nothing charged.
Inputs
query (string, required) — What to search, e.g. "proxy server diagram".
country (string) — ISO 3166-1 alpha-2 code — proxy exit geo and Google locale (gl). Omit for the default pool.
lang (string) — Interface language (hl), e.g. en, it, de.
max_results (integer) — How many images to deliver at most (1–100). You pay only for delivered images.
What one image looks like
rank (integer) — 1-based position.
title (string, nullable) — Image title as shown.
thumbnail (string, nullable) — Thumbnail URL (always present in the grid).
image (string, nullable) — Full-size image URL when Google exposes it.
source (string, nullable) — Host of the page showing the image.
source_url (string, nullable) — URL of the page showing the image.
FAQ
What does the Image search API return?
Searches the Google Images vertical and delivers each result with its title, thumbnail URL, the page hosting it and that page's host. Served by the HTTP tier (no browser), so it stays cheap at dataset volume. Full-size image URLs are returned only when Google exposes them. Each row carries 6 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: query are required. One run returns up to 100 images.
How much does the Image search API cost?
$0.0003 per delivered image. A run that delivers nothing is not billed, and the
monthly free credit covers about 3,333 images here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.