📩📍 Google Maps Email Extractor avatar
📩📍 Google Maps Email Extractor

Pricing

from $7.00 / 1,000 results

Go to Store
📩📍 Google Maps Email Extractor

📩📍 Google Maps Email Extractor

Developed by

Lukáš Křivka

Lukáš Křivka

Maintained by Apify

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

PF

Doesn't work

Closed

prim_flare opened this issue
12 days ago

Added geo parameters and search queries and the crawler came back with nothing.

ondrejklinovsky avatar

Hey,

thanks for reaching out. Could you send us a link to the run? We'll take a look. Thanks.

PF

prim_flare

17 hours ago

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" }

ondrejklinovsky avatar

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.

PF

prim_flare

11 hours ago

That's it. It works just as I expected now. Thank you!