Google Maps Extractor avatar
Google Maps Extractor

Pricing

from $4.00 / 1,000 results

Go to Store
Google Maps Extractor

Google Maps Extractor

Developed by

Compass

Compass

Maintained by Apify

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

4.4 (61)

Pricing

from $4.00 / 1,000 results

1103

Total users

51K

Monthly users

4.5K

Runs succeeded

>99%

Issues response

4.3 days

Last modified

a day ago

DG

Hours of operation

Open

dgonynor opened this issue
7 days ago

Their docs say it should return Opening Hours but in my tests, Opening Hours weren’t included.

low_code avatar

Hi, can you please share the run where you didn't find it? Thanks!

HM

hi.mindpal

7 days ago
ondrejklinovsky avatar

Hey,

you'll find the opening hours in openingHours column in the output tab when you click on All fields, see the screenshot

HM

hi.mindpal

5 days ago

Do you guys return them when we use it this actor via MCP? We're using this actor via MCP on MindPal, and here's a sample result: https://share.getmindpal.com/thread/workflow/687e68bdb44fc533527c60a3 - You can check step 4 "Gather competitor data" there is a log of Google Maps Extractor. It looks like not all fields are returned in this result. What should we do?

ondrejklinovsky avatar

Yeah, looks like you're getting only a subset of the fields. Try to update the URL that you use for downloading the results: if you click on Export button on your run's page, you'll see Export dataset dialog, where you can configure what fields to export and then use Copy link button to get the URL that you can use in your tests, e.g.

https://api.apify.com/v2/datasets/<DATASET_ID>/items?clean=true&fields=title,url,openingHours&format=json
HM

hi.mindpal

5 days ago

Can you guys return the dataset ID in the response for an MCP request? Then I can use that dataset ID to check the full result

ondrejklinovsky avatar

I'm not really familiar with MCP, but if the MPC is starting the run, then it should have received the dataset ID in the response - defaultDatasetId field.

HM

hi.mindpal

4 days ago

We didn't receive the dataset ID in the MCP response. We're using the Apify Actor MCP. We only received a subset of the fields returned and that's it. Is there any way you guys can update the Apify Actor MCP so it always returns the dataset ID?