Extract Google Images details — URL, source, description, dimensions, and thumbnail — by providing a query and image count
Sample
Here's a sample run for the search 'LeBron James', showing the exact schema and results you can expect.
| # | Search Query | Title | Image URL | Source Page URL | Source Domain | Image Width | Image Height | Orientation | Megapixels | Image Type | Thumbnail URL |
|---|---|---|---|---|---|---|---|---|---|---|---|
1 | mechanical keyboard | The 6 Best Mechanical Keyboards of 2026 | Reviews by Wirecutter | www.nytimes.com | 2,048 | 1,365 | Landscape | 2.8 | JPG | |||
2 | Serena Williams | Qui est le plus \303\242g\303\251 entre Jet Lee et Jackie Chan ? - Fenix - NollyMove | fenix.nollymove.com | 1,018 | 630 | Landscape | 0.64 | PNG | |||
3 | Coca-Cola logo | Coca-Cola Script Logo Cut Out Decal 1910s Style Officially Licensed by Coca-Cola | www.ebay.com | 1,200 | 1,200 | Square | 1.44 | JPG | |||
4 | Santorini sunset landscape | A view of Santorini at sunset. Whitewashed buildings with blue domes perched on the cliffs🌊✨ | www.facebook.com | 945 | 1,409 | Portrait | 1.33 | ||||
5 | 東京タワー 夜景 | 魅力を余すことなく満喫できる!東京タワー完全ガイド | GOOD LUCK TRIP | www.gltjp.com | 1,920 | 1,279 | Landscape | 2.46 | WEBP | |||
6 | ताज महल | ताजमहल - विकिपीडिया | hi.wikipedia.org | 3,840 | 2,525 | Landscape | 9.7 | JPG | |||
7 | abstract watercolor painting | Atmospheric Abstract Watercolour Painting Ideas | www.youtube.com | 1,280 | 720 | Landscape | 0.92 | JPG | |||
8 | Nike Air Jordan 1 sneaker | Air Jordan 1 2022 "Lost and Found" Chicago: The Inspiration Behind the Design. Nike.com | www.nike.com | 1,824 | 1,216 | Landscape | 2.22 | JPG |
Playground
curl -X POST https://api.mindcase.co/api/v1/agents/google/images/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"queries": [],
"maxResults": 10000
}
}'Overview
Google Images retrieves visual data from search results based on specific queries. Each query returns the full first page of results — roughly 300 images. It returns the direct image URL, source page URL, image title, source domain, and dimensions for both the original file and the thumbnail.
Machine learning engineers use Google Images to compile datasets for training image recognition models. Marketing analysts use it to monitor how product photography is distributed across different retail websites.
Cost
$1.00 per 1,000 images. Each image returned counts as one billable row, and every query returns the full first page of around 300 images. The total grows with the number of queries you run. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put Google Images to work — copy a prompt below to try it yourself.
Track how a brand's visual assets appear across different domains.
Gather high quality images with metadata for model training. Each query returns the full first page, around 300 images.
Analyze how specific products are represented in search results.
Find high resolution imagery for editorial or design inspiration.
Get started
Sign up to run live queries against Google Images via chat, form, or API.
FAQ
Related
Scrape Google Search results — organic links, snippets, titles — with country/language filters and search operators
Search Google Flights for one-way, round-trip, and multi-city flights, including prices, stops, airlines, and passenger counts
Extract Google Shopping product listings and details by keyword, country, language, count, and date range
Extract Google Play reviews, including reviewer name, rating, publish date, and full text
Get Google News articles for any search query — headline, publisher, published date, link, and thumbnail — with region/language and date-range filters
Track how much a keyword is searched on Google over time, by region and city, plus the related searches and topics rising around it