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.
| # | Title | Image URL | Source Page URL | Source Domain | Image Width | Image Height | Orientation | Megapixels | Image Type | Thumbnail URL |
|---|---|---|---|---|---|---|---|---|---|---|
1 | Nostos Marketing SL (Salamanca): Info, Rankings & Votes | Billionhands | billionhands.com | 1,280 | 720 | Landscape | 0.92 | JPG | |||
2 | Retailtainment Trend 2025: Merging Shopping with Immersive Experiences | www.accio.com | 1,200 | 630 | Landscape | 0.76 | PNG | |||
3 | Image problem : r/ChatGPT | www.reddit.com | 140 | 75 | Landscape | 0.01 | JPG | |||
4 | Nostos Marketing SL (Salamanca): Info, Rankings & Votes | Billionhands | billionhands.com | 1,018 | 630 | Landscape | 0.64 | PNG | |||
5 | Google Pixel 10 Pro Fold Price Drops $350 | www.findarticles.com | 615 | 410 | Landscape | 0.25 | PNG | |||
6 | Issue in Grok\342\200\231s feature of Images in Response It linked an Image from a completely useless and irrelevant website \342\200\246 | x.com | 150 | 150 | Square | 0.02 | JPG | |||
7 | 2025 Dog Grooming Trends: Eco-Friendly Tech & Mobile Services Revealed | www.accio.com | 1,200 | 630 | Landscape | 0.76 | PNG | |||
8 | Eliza Bush on Foter | foter.com | 330 | 220 | Landscape | 0.07 | JPG | |||
9 | Head Positioner Donut Devon\342\204\242 8 W X 9 L X 4 H Inch Foam Freestanding – BeHope | behope.com | 1,018 | 630 | Landscape | 0.64 | PNG | |||
10 | Technology News - Page 54 of 158 - FindArticles | www.findarticles.com | 615 | 410 | Landscape | 0.25 | PNG |
Playground
Fill in the fields below or .
curl -X POST https://api.mindcase.co/v1/data/google/images/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"queries": ""
}
}'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.
Examples
A few common ways teams put Google Images API 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 API via chat, form, or API.
FAQ
Related
Scrape Google Search results — organic links, snippets, titles — with country/language filters and search operators
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