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

992

Total users

46K

Monthly users

6K

Runs succeeded

97%

Issues response

4 days

Last modified

2 days ago

RF

location correct but result is not found

Closed

rubaasri_fx opened this issue
10 months 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": ""
}