actors/google-images-scraper
datacortex/google-images-scraper
Google Images Scraper
Search Google Images and export image URL, source page, title, and domain.
When to use it
Use this when you need image URLs and the page they came from — visual research, product moodboards, or a crawl seed — not web links.
Versus the sibling Actors
Different row shape from Google Search Scraper. Do not use Images to collect organic blue links.
Example input
{
"queries": [
"red running shoes"
],
"maxResults": 10
}Example output
{
"query": "red running shoes",
"title": "Example product image",
"imageUrl": "https://example.com/shoe.jpg",
"sourceUrl": "https://example.com/product"
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/google-images-scraper"
}
}
}Pricing
$0.50 per 1,000 results + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Does not download binary files into the dataset — it writes URLs.
- Licensing and reuse of the image is your problem, not the Actor’s.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Open to senior AI IC roles — Bengaluru or remote. Get in touch.