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, 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 (90)

Pricing

Pay per event

1538

Total users

122K

Monthly users

17K

Runs succeeded

97%

Issues response

3.3 days

Last modified

14 hours ago

PY

Bayonne Restaurant Extraction

Closed

pypweb opened this issue
7 months 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:

{
"countryCode": "fr",
"language": "en",
"postalCode": "64100",
"searchStringsArray": [
"restaurant"
],
"skipClosedPlaces": false,
"website": "withWebsite",
"searchMatching": "all",
"placeMinimumStars": ""
}

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.