
Google Maps Business Scraper
Deprecated
Pricing
$4.00 / 1,000 places

Google Maps Business Scraper
Deprecated
Extract place data from Google Maps fast. Just paste Google place URL or Google place id and get business data including contact details, prices, categories, opening hours, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.
4.8 (4)
Pricing
$4.00 / 1,000 places
95
Total users
2.2K
Monthly users
36
Runs succeeded
98%
Issues response
20 days
Last modified
21 hours ago
JSON output is not valid JSON - unnecessary brackets added
Closed
I run the actor (also tested using API) Google Maps Business Scraper and got correct results. I want the JSON output because I will use the JSON with further systems. But the output is not valid JSON. Can you stop adding the brackets?

Ondrej Klinovský (ondrejklinovsky)
Hey,
the brackets are valid JSON, they represent a list of something. In this case, they represent list of results - scraped places. Even though you're getting only a single place, it still needs to be stored in an array. You can get the item from the array by extracting the first element from it (e.g. results[0]
. Let me know if you have any more questions.