
Google Images Scraper
Pricing
$3.00 / 1,000 images

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 scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.
4.2 (8)
Pricing
$3.00 / 1,000 images
41
Total users
1.9K
Monthly users
268
Runs succeeded
98%
Issues response
2.9 days
Last modified
22 days ago
How can I limit the amount/number of images returned per query?
Closed
hi there, Im using your scraper to automate getting google images and by default its returning 300 images. how do I limit the amount of images to return to just 10? thanks!
how should the json look in order to limit how many images it returns? this is my current json, very basic:
{ "queries": [ "{{162.result}}" ] }
thanks for your help.
disarming_rutabaga
hello, also, btw, is there any way to specify the bot to get a specific aspect ratio of image? tell it to only return 9:16 or 16:9 maybe? please advise about any controls over specifics related to returning images of a certain kind, including perhaps resolution or other parameters might be nice? thank you!
disarming_rutabaga
never mind
{ "queries": [ "Alfons Mucha" ], "maxResultsPerQuery": 300 }
Hi there, thanks you for reaching out and apologies for the delay in response. Your input configuration is right. As for the second question: no, the Actor doesn't have a built-in feature to filter images by specific aspect ratios. It would have to be done in post process - in the output, you'll find fields for "imageWidth" and "imageHeight" for each image.