
📩📍 Google Maps Email Extractor
Pricing
from $7.00 / 1,000 results

📩📍 Google Maps Email Extractor
Extract Google Maps contact details. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.
3.2 (54)
Pricing
from $7.00 / 1,000 results
874
Total users
35K
Monthly users
4.6K
Runs succeeded
93%
Issues response
2.3 days
Last modified
4 hours ago
imageUrl | title | totalScore | reviewsCount | phone | city | website |
---|---|---|---|---|---|---|
https://lh5.googleusercontent.com/p/AF1QipNrgdoicPPrlWK1ZokL0ajfKWduz6YWKx8PQAS1=w408-h306-k-no | **** - Restaurant & Bar | 4.4 | 920 | (718) 347-**** | Queens | https://www.****.com/ |
https://lh5.googleusercontent.com/p/AF1QipMg-qwl_2PZzRbnKXncQxtAqAkTObmzaveWt2om=w408-h342-k-no | ******* Restaurant And Bar | 4.5 | 2069 | (718) 347-**** | Queens | https://*****.com/ |
https://lh5.googleusercontent.com/p/AF1QipPazcnp1negFxNI5ycluKtRPn19VEbvIORrHgx9=w408-h306-k-no | ****** Famous Pizza | 4 | 475 | (718) 347-**** | Queens | https://www.******.com/ |
The data above is synthetic and does not reflect real-world values. View full dataset
Doesn't work
Closed
Added geo parameters and search queries and the crawler came back with nothing.

Ondrej Klinovský (ondrejklinovsky)
Hey,
thanks for reaching out. Could you send us a link to the run? We'll take a look. Thanks.
prim_flare
This was the input JSON
{ "categoryFilterWords": [ "speech pathologist", "psychologist", "child psychologist", "physiotherapist", "occupational therapist" ], "city": "MELBOURNE", "countryCode": "au", "language": "en", "locationQuery": "melbourne, VIC", "maxCrawledPlacesPerSearch": 500, "placeMinimumStars": "four", "searchMatching": "all", "searchStringsArray": [ "restaurant" ], "skipClosedPlaces": true, "state": "VICTORIA", "website": "withWebsite" }

Ondrej Klinovský (ondrejklinovsky)
Thanks. The reason why you don't get any places is because you're searching for "restaurant" (searchStringsArray
) but you're category filter is "speech pathologist", "psychologist", "child psychologist", "physiotherapist", "occupational therapist" (categoryFilterWords
). Depending on whay you wish to scraper, you should either remove the "restaurant" search term or the categories. Hope this helps.
prim_flare
That's it. It works just as I expected now. Thank you!