Google Maps Extractor avatar
Google Maps Extractor

Pricing

$6.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 (60)

Pricing

$6.00 / 1,000 results

1030

Total users

48K

Monthly users

4.3K

Runs succeeded

98%

Issues response

4.5 days

Last modified

10 hours ago

UI

Unable to download output in CSV

Closed

Uday-Irasha opened this issue
4 months ago

Hi,

After successful run, I can see data but when I try to download data, out is just "true' or 'flase' as per attached CSV file.

Please advice.

Regards

aja_bar avatar

Hi there, thank you for reporting. We're looking into it and I will get back to you.

ondrejklinovsky avatar

Hey,

all the run's data is in your CSV file, you just need to scroll (to the right) to see them. What happened is that because CSV format doesn't support nested objects, the platform had to flatten the data - meaning that the following JSON structure:

"additionalInfo": {
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
]
}

got transformed into the following columns:

  • additionalInfo/Accessibility/0/Wheelchair accessible entrance
  • additionalInfo/Accessibility/0/Wheelchair accessible parking lot

Since additionalInfo object contains many other values, there are more then 50 columns like this. The easiest way to solve this would be to exclude the additionalInfo object from exporting - see the attachment.