Google Maps Scraper avatar
Google Maps Scraper

Pricing

Pay per event

Go to Store
Google Maps Scraper

Google Maps Scraper

Developed by

Compass

Compass

Maintained by Apify

Extract data from thousands of Google Maps locations and businesses. Get Google Maps data including reviews, reviewer details, images, contact info, opening hours, location, prices & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

4.2 (89)

Pricing

Pay per event

1445

Total users

117K

Monthly users

17K

Runs succeeded

98%

Issues response

3.8 days

Last modified

4 days ago

CS

Only getting 1 imageUrls?

Open

cohesive_spike opened this issue
a day ago

I am only getting just one image per places for some reason. Whatever value I set the maxImages, it doesnt change? Run: https://console.apify.com/view/runs/bOapVPKxorWe0nwLS

{ "allPlacesNoSearchAction": "all_places_no_search_mouse", "customGeolocation": { "type": "MultiPolygon", "coordinates": [ [ [ [ 32.42, 37.93 ], [ 32.42, 37.82 ], [ 32.53, 37.82 ], [ 32.53, 37.93 ], [ 32.42, 37.93 ] ] ], [ [ [ 32.53, 37.93 ], [ 32.53, 37.82 ], [ 32.64, 37.82 ], [ 32.64, 37.93 ], [ 32.53, 37.93 ] ] ], [ [ [ 32.42, 37.82 ], [ 32.42, 37.71 ], [ 32.53, 37.71 ], [ 32.53, 37.82 ], [ 32.42, 37.82 ] ] ], [ [ [ 32.53, 37.82 ], [ 32.53, 37.71 ], [ 32.64, 37.71 ], [ 32.64, 37.82 ], [ 32.53, 37.82 ] ] ], [ [ [ 32.31, 37.93 ], [ 32.31, 37.82 ], [ 32.42, 37.82 ], [ 32.42, 37.93 ], [ 32.31, 37.93 ] ] ], [ [ [ 32.31, 37.82 ], [ 32.31, 37.71 ], [ 32.42, 37.71 ], [ 32.42, 37.82 ], [ 32.31, 37.82 ] ] ] ] }, "includeWebResults": true, "language": "en", "maxCrawledPlacesPerSearch": 50, "maxImages": 5, "maximumLeadsEnrichmentRecords": 0, "placeMinimumStars": "two", "scrapeContacts": true, "scrapeDirectories": false, "scrapeImageAuthors": false, "scrapePlaceDetailPage": true, "scrapeReviewsPersonalData": false, "scrapeTableReservationProvider": false, "searchMatching": "all", "skipClosedPlaces": false }

low_code avatar

Hi! I can see that you have set the max_images to 5. I can also see that you are actually getting for a lot of the places the maximum 5 images you have set. You need to look at the "imageUrls" column. Hope that helps!