Apify Store
AS
Apify Store
/hooli/google-images-scraper

Google Images Scraper

Scrape image details from images.google.com. Add your query and number of images and extract image details such as image URL, image source, description, image dimensions, thumbnail, and more. Export s

liveasyncunknown~30s typical
seo toolsgoogleimages
$0.0044
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0035 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /hooli/google-images-scraper for me.

Input

FieldTypeDescription
queriesarrayThe search queries to scrape image results for.
maxResultsPerQueryintegerThe maximum number of image results to return per query. default 300

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/hooli/google-images-scraper","input":{"queries":["apify"],"maxResultsPerQuery":3},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /hooli/google-images-scraper -i '{"queries":["apify"],"maxResultsPerQuery":3}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/hooli/google-images-scraper", input: {"queries":["apify"],"maxResultsPerQuery":3}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.