Google Images Scraper avatar

Google Images Scraper

Pricing

from $0.20 / 1,000 results

Go to Apify Store
Google Images Scraper

Google Images Scraper

Search Google Images with Scrappa. Extract image thumbnails, original image URLs, source pages, dimensions, titles, product flags, filters, and localization metadata.

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

3

Monthly active users

12 days ago

Last modified

Share

Search Google Images and export dataset-ready image metadata for product research, visual SEO, brand monitoring, content sourcing, and machine learning dataset collection. The actor wraps Scrappa's /api/images endpoint.

What you get

  • Image result title, source website, source page URL, thumbnail URL, and original image URL
  • Original image width and height when Google exposes dimensions
  • Filters for size, type, color, aspect ratio, safe search, language, country, and time-based tbs
  • Batch input for up to 50 deduplicated searches in one Actor run
  • Full Scrappa response saved to key-value store record OUTPUT

Input

{
"queries": [
"coffee product photography",
"tea product photography"
],
"page": 1,
"hl": "en",
"gl": "us",
"imgsz": "large",
"imgtype": "photo",
"imgcolor": "white",
"imgar": "wide",
"safe": "active"
}

Use queries for normal and higher-volume usage so Actor startup and storage overhead are shared by all searches in the batch. The legacy q field remains supported for existing integrations that submit one query per run.

Output

Each dataset item is one Google Images result:

{
"position": 1,
"thumbnail_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:...",
"image_url": "https://example.com/images/coffee.jpg",
"title": "Coffee product photo",
"source": "Example Store",
"source_url": "https://example.com/coffee",
"width": 1920,
"height": 1280,
"is_product": false,
"request_q": "coffee product photography",
"request_gl": "us",
"request_hl": "en",
"request_imgsz": "large"
}

Notes

For higher-volume Google Images collection or direct API access, use Scrappa's Google Images API at https://scrappa.co/api/images.