Google Images Scraper - Image Search Results avatar

Google Images Scraper - Image Search Results

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Google Images Scraper - Image Search Results

Google Images Scraper - Image Search Results

Search Google Images and export ranked image previews, titles, dimensions, source domains and publisher page URLs for visual research, SEO and content workflows.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Ben

Ben

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search Google Images and turn the visible result grid into structured data. The Actor returns ranked Google-hosted preview URLs together with the result title, rendered dimensions, source domain, publisher page, query, and scrape timestamp. Use it for visual research, SEO audits, content discovery, source analysis, brand monitoring, mood-board preparation, or repeatable image-search workflows without maintaining a local browser.

The Actor runs a real Chromium browser because the current Google Images interface renders its result data with JavaScript. It handles the consent dialog, scrolls the results page, removes duplicate images, and stops at the limit you choose. Every output row keeps the publisher URL so you can inspect the original context and verify licensing before reusing an image.

What you can collect

Each result can include:

  • the search query and Google result rank;
  • the visible result title or image alternative text;
  • a high-resolution Google-hosted preview URL;
  • the preview width and height reported by the browser;
  • the publisher domain and source page URL;
  • a stable result identifier when Google exposes one; and
  • the UTC time when the result was collected.

Google Images is a discovery surface, not an image-license database. A result appearing in Google does not grant permission to reproduce it. Always open source_url and confirm the publisher's license, attribution requirements, and intended use. The Actor deliberately preserves that source link in every row.

Common use cases

Visual SEO research

Compare which publishers and image formats appear for commercial or informational search phrases. Export rankings regularly and examine changes in source domains, titles, aspect ratios, or visible image themes. This is useful when researching image SEO opportunities, competitor coverage, and the visual intent behind a search query.

Content and design research

Build a structured reference set for editorial planning, product photography briefs, presentation design, or mood boards. The dataset gives your team a repeatable starting point while the source URL keeps the research traceable. It is safer and more useful than sharing unlabelled screenshots between collaborators.

Brand and asset monitoring

Search for a company, product, executive, event, or campaign name and store the ranked results on a schedule. Compare datasets over time to identify new publishers, unexpected imagery, outdated logos, or changes in the visible search landscape.

Publisher discovery

Find websites that rank visually for a topic. The source_domain and source_url fields can feed outreach research, content-gap analysis, publisher lists, or a manual rights-clearance workflow. The Actor does not contact publishers and does not bypass access controls.

Automation and reporting

Run a saved Apify Task daily or weekly, export results as JSON, CSV, Excel, XML, or RSS, and connect the dataset to Make, Zapier, n8n, Google Sheets, or your own application through the Apify API. Bounded defaults make scheduled runs predictable.

Input

Use the following fields:

FieldTypeDescription
queriesarrayOne or more Google Images search phrases.
maxResultsPerQueryintegerMaximum unique rows returned for each query. Default: 10.
languageCodestringGoogle interface language such as en, de, es, or fr.
countryCodestringTwo-letter localization code such as us, gb, de, or fr.
safeSearchbooleanKeeps Google SafeSearch enabled when true.

Example input:

{
"queries": [
"sustainable office architecture",
"solar roof commercial building"
],
"maxResultsPerQuery": 20,
"languageCode": "en",
"countryCode": "us",
"safeSearch": true
}

For the most predictable runs, begin with 10 to 25 results per query. Larger limits require more scrolling and therefore more browser time. Split unrelated topics into separate saved Tasks when they need different schedules or localization settings.

Output

Example dataset row:

{
"query": "sustainable office architecture",
"rank": 1,
"result_id": "example-result-id",
"title": "Sustainable office building with a green facade",
"image_url": "https://encrypted-tbn0.gstatic.com/images?q=...",
"image_width": 640,
"image_height": 426,
"source_name": "Example Architecture",
"source_domain": "example.com",
"source_url": "https://example.com/sustainable-office-project",
"scraped_at": "2026-07-11T12:00:00+00:00"
}

image_url is the preview delivered by Google Search, not a claim that the file is the publisher's original asset. Use source_url to inspect the original page. Browser-reported dimensions describe the loaded preview and may differ from the source file's native dimensions.

How the Actor works

  1. It validates and deduplicates the supplied queries.
  2. It opens the localized Google Images result page in headless Chromium.
  3. It handles common Google consent dialogs in several languages.
  4. It waits for real image cards instead of treating a successful HTTP status as success.
  5. It extracts the visible preview, source, title, dimensions, and result metadata.
  6. It scrolls until the requested limit or a bounded stale-result threshold is reached.
  7. It removes duplicate preview URLs and writes one dataset item per unique result.
  8. It fails clearly if Google returns no usable rows, allowing scheduled-run monitoring to detect a real problem.

The Actor uses limited Apify permissions and only writes to its default dataset. It does not require a Google account, a Google API key, or user credentials.

Pricing

This Actor uses pay-per-event pricing. There is a small Actor start charge and a flat charge for each unique result written to the default dataset. Duplicate cards and unusable rows are not pushed and therefore do not create result events. Check the current Store pricing panel before a large run and use maxResultsPerQuery to keep spend bounded.

Reliability notes

Google can change result markup, localization, consent behavior, and traffic controls. This Actor checks for actual rendered image cards and raises an error on an empty extraction instead of silently returning a successful empty dataset. If one query has no results, try a broader phrase and verify that the selected country and language are appropriate.

For recurring monitoring, save the input as an Apify Task and enable failure notifications. Google rankings are personalized and dynamic; results can vary by time, language, country, and Google's own ranking experiments. Treat the dataset as a repeatable observation from the selected settings, not as a universal ranking guarantee.

API example

Start a run with the Apify API:

curl -X POST "https://api.apify.com/v2/acts/benthepythondev~google-images-scraper/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"queries":["electric vehicle dashboard"],"maxResultsPerQuery":10,"countryCode":"us","languageCode":"en","safeSearch":true}'

When the run succeeds, read the default dataset through the API or use the Console export menu. Never place an Apify token in client-side code or a public repository.

Frequently asked questions

Does the Actor download image files?

No. It returns structured metadata and the preview URL shown by Google. This keeps runs fast and lets you decide which source pages deserve manual review.

Are the images free to use?

Not necessarily. Google Images indexes many licensing models. Confirm rights and attribution on source_url before downloading, republishing, training on, or commercially using any asset.

Does it return the publisher's original image URL?

It returns the Google-hosted preview visible in search and the publisher page URL. The original file may be loaded or protected differently on the publisher's website, so the Actor does not label the preview as an original download.

Can I search several phrases in one run?

Yes. Add multiple values to queries. Each row includes its originating query and per-query rank.

Can I localize results?

Yes. Set languageCode and countryCode. Google still controls ranking and may use additional infrastructure signals, so localization is a strong hint rather than a legal or geographic guarantee.

Why did a run fail instead of returning zero rows?

An empty result can indicate a markup change, consent page, temporary traffic control, or genuinely empty query. Explicit failure makes automated monitoring safer than a misleading green run with no data.

If this Actor produces useful data for your workflow, leave an honest Apify Store review. For support, include the run ID, a sanitized input example, the expected result, and what happened; do not post API tokens or private credentials.

Keywords: Google Images scraper, image search API, Google image results, visual SEO research, image source finder, image SERP scraper, content research automation, image monitoring, publisher discovery, Apify Google scraper.