Google Maps Scraper avatar

Google Maps Scraper

Try for free

No credit card required

Go to Store
Google Maps Scraper

Google Maps Scraper

compass/crawler-google-places
Try for free

No credit card required

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

Do you want to learn more about this Actor?

Get a demo
PY

Bayonne Restaurant Extraction

Open

pypweb opened this issue
2 days ago

Hello, I am currently creating a client file that includes all the restaurants, wine cellars, bars, and hotels in departments 64 and 40 in France. I have been doing this manually for two months and am now looking for a more efficient solution. I am having trouble properly setting up the system. Could someone help me configure this system to first extract all the restaurants from Google Maps in the municipality of Bayonne 64100, FRANCE I leave you the information that I need to retrieve to complete my file This is the information I need Name of establishment / City postal code / Address / Telephone number / Email / Website link Thank you in advance for the time you dedicate to my request. I wish you a good day. pypweb

ondrejklinovsky avatar

Hey,

thank you for considering using our actor. This looks like a job for Google Maps Email Extractor - it scrapes places from Google Maps and then from the places' websites it scrapes contact details like emails.

The input for the actor would look like this:

1{
2  "countryCode": "fr",
3  "language": "en",
4  "postalCode": "64100",
5  "searchStringsArray": [
6    "restaurant"
7  ],
8  "skipClosedPlaces": false,
9  "website": "withWebsite",
10  "searchMatching": "all",
11  "placeMinimumStars": ""
12}

I recommend to test it on smaller area with only one search term (e.g. only restaurant). You may also use this web app to test see what location is being scraped. Let us know if you have any questions.

Developer
Maintained by Apify

Actor Metrics

  • 3.4k monthly users

  • 607 stars

  • 98% runs succeeded

  • 5.8 days response time

  • Created in Nov 2018

  • Modified 14 hours ago