
Google Maps Search
Pricing
Pay per event

Google Maps Search
Only 1 USD 1000 results. Fast response. Search for places using queries and get the results in JSON format. Works exactly like the Google Maps search bar.
5.0 (1)
Pricing
Pay per event
2
Total users
37
Monthly users
20
Runs succeeded
>99%
Response time
8.9 hours
Last modified
a month ago
Getting errors
Closed
For normal input I am getting errors.

Should be fixed. Thanks for your reports.
https://console.apify.com/view/runs/LSN0XTcjUvuCJtg4e
Let me know if you need any request!
IC-IT-Support
That particular issue was fixed but I am still not getting any results with that input.

If you want to scrape at a location, use mapView
parameter. Using the "countryCode" didn't work. The "queries" should be like restaurant
, hotels
, businesses
...., not the city or location.
You can try this search: https://console.apify.com/view/runs/c4IP6nrOpZECupthm
1{ 2 "csvFriendlyOutput": true, 3 "mapView": "@48.5916232,17.8252764,12z", 4 "maxPagesPerQuery": 1, 5 "queries": [ 6 "Restaurants" 7 ], 8 "languageCode": "" 9}
This is the link on Google Maps: https://www.google.com/maps/place/921+01+Pie%C5%A1%C5%A5any,+Slovakia/@48.5914536,17.8243904,2015m/data=!3m.....
@48.5914536,17.8243904
is your map view data.
let me know if you need help