Google Images Scraper avatar
Google Images Scraper

Pricing

Pay per event

Go to Store
Google Images Scraper

Google Images Scraper

Developed by

Scrape It

Scrape It

Maintained by Community

Only 0.8 USD for 1000 results. Scrape rich image information. Allow filters images like Google Images search. No other actors offer this feature.

0.0 (0)

Pricing

Pay per event

1

Total users

34

Monthly users

17

Runs succeeded

>99%

Issue response

14 hours

Last modified

a month ago

IN

What if I want only 1 serach result to be scraped for my input query , like only the 1st image that comes in that page

Open

insaneengineer6 opened this issue
a month ago

I have a research oriented task for which I am planning to use ur scraper , and trust me i'm really impressed . But One thing , I want only the 1st image that comes after searching , rather than 100 . Please let me know what parameter will allow me to do that and also , the network proxy and google blockers won't be an issue or not ? . Would be great if I can get an answer asap . Thanks team , great product.

dan.scraper avatar

the network proxy and google blockers won't be the issue. You don't need to worry about this.

If you only want 1st image, we can add 1 more parameter. Will let you know when we released new version.

dan.scraper avatar

You can input 1 to Max Results Per Page: "maxResultsPerPage": 1. Let me know if you need more customization

IN

insaneengineer6

a month ago
"queries": ["Organic Drumpstick"],
"maxPagesPerQuery": 1,
"maxResultsPerPage": 1,
"countryCode": "in",
"languageCode": "",
"googleDomain": "",
}```
Okay suppose with this query , I am getting the result
```{
"Organic Drumpstick": [
{
"googleImages": [
{
"rank": 1,
"thumbnail": "data:l5KRRQcIvlHMHgC9RFM6EREAREQBERAEREAREQBERAEREAREQBERAEREAREQBERAEREAREQBERAEREAREQBERAEREAREQBERAf/2Q==",
"origin": "GreenDNA · In stock",
"originLogo": "data:image/png;base64,iVBORw0KGnPrRsbFAl+dK2j4wuYZiyfiBiCrYh7dByD4oLRAzw+0H32ndFVptRX3wELdQOklg6TQQAAAABJRU5ErkJggg==",
"name": "Organic Drumstick / Nuggekayi ...",
"contentUrl": "https://www.greendna.in/products/drumstick-nuggekayi",
"imageUrl": "https://www.greendna.in/cdn/shop/products/Drumstick_55e90c00-b31e-4270-8792-a14c16e72c2d.jpg?v=1704527497",
"imageWidth": 800,
"imageHeight": 800,
"inStock": true
}
],
"googleSuggestions": [
{
"name": "Logo",
"contentUrl": "https://www.google.com/search?sca_esv=aictx=0",
"uds": "ABqPDvztZD_Nu18FR6tNPw2cK_RR1Y2B-6v0nEZ_RNXr7jcQfG6PcUSlMKFYLiOrzBzWGplXwmj7BcanzSbHXJwdKRv5R6hWgnVYtk2n1IEypvgwOGgKHxZD6CqvUQh_S5dACQVnapmZ0UrswdyWX8Dw7pqdN1YRhm5eSeSEJSHey_sQGFte-Yk",
"keyword": "logo Organic Drumstick",
"thumbnail": "data:imagggg=="
} ///////////// 19 more records in it
],
"googlePeopleAlsoSearchFor": [
{
"contentUrl": "https://www.google.com/search?sca_esv=ad6a799fb083f8c4&gl=in&hl=en&udm=2&QAA",
"query": "drumstick vegetable",
"thumbnail": "data=="
} //////// 9 records like this
]
}
]
}```
Whereas I don't want "googleSuggestions" and "googlePeopleAlsoSearchFor" . And with current setup what will be chrage for the image ? 0.8/1000 ?
dan.scraper avatar

You can use csvFriendlyOutput to get only googleImages results. We charge per page/event, not results. So it will cost you 0.08(per page) * 1000(results, only 1 image per page) = 80 USD