Google Maps Extractor avatar
Google Maps Extractor
Try for free

Pay $12.00 for 1,000 results

View all Actors
Google Maps Extractor

Google Maps Extractor

compass/google-maps-extractor
Try for free

Pay $12.00 for 1,000 results

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.

Do you want to learn more about this Actor?

Get a demo
SH

cant target greater uptown Houston

Closed

shuki opened this issue
3 months 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):

1{
2  "city": "Houston",
3  "countryCode": "us",
4  "county": "Harris County",
5  "deeperCityScrape": true,
6  "language": "en",
7  "maxCrawledPlacesPerSearch": 100,
8  "placeMinimumStars": "two",
9  "postalCode": "77056",
10  "searchMatching": "all",
11  "searchStringsArray": [
12    "Accounting",
13    "Bookkeeping",
14    "Accountants",
15    "CPA (Certified Public Accountant)",
16    "CPA",
17    "Tax",
18    "Financial Services",
19    "Tax Services"
20  ],
21  "skipClosedPlaces": true,
22  "state": "Texas"
23}
Developer
Maintained by Apify
Actor metrics
  • 4.1k monthly users
  • 130 stars
  • 94.6% runs succeeded
  • 3.7 days response time
  • Created in Feb 2024
  • Modified 2 days ago