Google Maps Extractor avatar
Google Maps Extractor

Pricing

from $4.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

from $4.00 / 1,000 results

1061

Total users

49K

Monthly users

4.1K

Runs succeeded

98%

Issues response

4.4 days

Last modified

2 days ago

RF

location correct but result is not found

Closed

rubaasri_fx opened this issue
a year ago

When checked in google maps result comes, but here there is no result

ondrejklinovsky avatar

Hey,

locationQuery must be something that Nominatim API (we use Nominatim to get map coordinates from the query) can recognize. Your query is not recognized.

What you can do is to paste locationQuery's content to searchStringsArray instead and you should get the result:

{
"deeperCityScrape": true,
"language": "en",
"maxCrawledPlacesPerSearch": 50,
"searchStringsArray": [
"460 TOTTEN POND RD,WALTHAM,MA,024511921, USA"
],
"skipClosedPlaces": false,
"searchMatching": "all",
"placeMinimumStars": ""
}