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

3 days ago

SH

cant target greater uptown Houston

Closed

shuki opened this issue
a year ago

I have everything correct but it cannot target the location

milunnn avatar

Hi, you were displayed an error because you put "Greater Uptown" in the City field. Also, unfortunately, the Nominatim geolocation API that we use does not seem to know the term "Greater Uptown". The solution to this would be to set the City field to "Houston" and use the postal code that you are already using to get only the places that match it.

You can place this JSON as the input and it should work (I altered it for you):

{
"city": "Houston",
"countryCode": "us",
"county": "Harris County",
"deeperCityScrape": true,
"language": "en",
"maxCrawledPlacesPerSearch": 100,
"placeMinimumStars": "two",
"postalCode": "77056",
"searchMatching": "all",
"searchStringsArray": [
"Accounting",
"Bookkeeping",
"Accountants",
"CPA (Certified Public Accountant)",
"CPA",
"Tax",
"Financial Services",
"Tax Services"
],
"skipClosedPlaces": true,
"state": "Texas"
}