Retrieving digital assets...
Scrape Google Images search results including image URLs, thumbnails, source pages, titles, and dimensions
99%
30s
500+
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | String | Yes | "sunset photography" | The image search term to use |
maxItems | Integer | No | 100 | Maximum number of image results to retrieve (1–10000) |
gl | String | No | "us" | Google country code for localized results |
hl | String | No | "en" | UI language code for the results |
proxyConfiguration | Object | No | Apify Residential | Proxy settings for the scraper |
{
"query": "mountain landscape photography",
"maxItems": 200,
"gl": "us",
"hl": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
The scraper outputs structured JSON data for each image result found on Google Images.
| Field | Type | Description |
|---|---|---|
position | Integer | Position of the image in the search results |
title | String | Title or alt text of the image |
sourceUrl | String | URL of the page where the image is hosted |
imageUrl | String | Direct URL to the full-size image |
thumbnailUrl | String | URL of the thumbnail image |
source | String | Source website name |
sourceDomain | String | Domain of the source website |
favicon | String | Favicon URL of the source website |
width | Integer | Image width in pixels |
height | Integer | Image height in pixels |
alt | String | Alternative text for the image |
searchQuery | String | The search query used to find this image |
searchUrl | String | The Google Images search URL |
scrapedAt | String | Timestamp when the data was scraped |
{
"position": 1,
"title": "Beautiful Sunset Over the Mountains",
"sourceUrl": "https://www.nationalgeographic.com/photography/article/sunset",
"imageUrl": "https://i.natgeofe.com/n/12345/sunset-mountains.jpg",
"thumbnailUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR...",
"source": "National Geographic",
"sourceDomain": "nationalgeographic.com",
"favicon": "https://www.nationalgeographic.com/favicon.ico",
"width": 1920,
"height": 1080,
"alt": "Vibrant orange and purple sunset over mountain peaks",
"searchQuery": "sunset photography",
"searchUrl": "https://www.google.com/search?q=sunset+photography&tbm=isch",
"scrapedAt": "2025-01-15T10:30:00.000Z"
}
Explore more automation tools and scrapers to supercharge your data acquisition workflow.