
Google Maps Extractor
Pricing
from $4.00 / 1,000 results

Google Maps Extractor
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
Hours of operation
Open
Their docs say it should return Opening Hours but in my tests, Opening Hours weren’t included.

Hi, can you please share the run where you didn't find it? Thanks!
hi.mindpal
This is an example: https://console.apify.com/actors/runs/k6OrkYnpqfp3aniI9#output

Ondrej Klinovský (ondrejklinovsky)
Hey,
you'll find the opening hours in openingHours
column in the output tab when you click on All fields
, see the screenshot
hi.mindpal
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?

Ondrej Klinovský (ondrejklinovsky)
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
hi.mindpal
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

Ondrej Klinovský (ondrejklinovsky)
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.
hi.mindpal
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?