
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
1105
Total users
51K
Monthly users
4.5K
Runs succeeded
>99%
Issues response
4.3 days
Last modified
9 hours ago
INVALID INPUT
Closed
I have input like this
[ { "city": "KAB. BANGKALAN", "countryCode": "Indonesia", "county": "Jawa Timur", "customGeolocation": { "type": "circle", "center": [ 112.9333, -7.05 ], "radius": 10000 }, "language": "id", "searchStringsArray": "TOKO", "skipClosedPlaces": true, "state": "Jawa Timur" } ]
but why i get INVALID INPUT ?

Ondrej Klinovský (ondrejklinovsky)
Hey,
thanks for reaching out. Your customGeolocation
is invalid. Try to replace it with the following
"customGeolocation": {"type": "Point","coordinates": [112.9333, -7.05],"radiusKm": 10000}
Note that customGeolocation
takes precedence over other geolocation parameters (city
, countryCode
, country
, state
) so if you use customGeolocation
, those other parameters won't be used.