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

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.3 (62)

Pricing

$6.00 / 1,000 results

914

Total users

39.5k

Monthly users

6.1k

Runs succeeded

86%

Response time

2.9 days

Last modified

16 hours ago

CT

Level of GEOJSON coordinate file

Closed

Candid_Tails opened this issue
a year ago

does it matter for my scraping of f.e belgium veterinarians which level of GeoJson coordinates I use?

On the link send by your customer support I found the following 4 optiosn

GeoJSON: level-0, level1, level2, level3, level4 I want veterinarian of the whole country.

Do I get more complete results with one or the other? It seems like level 0 is just the coordinates of the country and level 4 has a lot more coordinates, also of the ones inside.

The files were found here on thsi link: https://gadm.org/download_country.html#google_vignette

Thank you in advance

ondrejklinovsky avatar

Hi, thanks for your question. I think you should get +- same results with any level, but since you want to scrape whole country, level-0 would be the most reasonable.

Btw, you don't need to set geojson manually, the actor does this for you. All you need to do is enter the location (e.g. Belgium) in actor's input form. We use Nominatim API - there you can see what area will be scraped by the actor.

CT

Candid_Tails

a year ago

I understand that to get ore then 200 results i needed to do this however?

I have watched a video on apify website for this. About 4 ways to scrape.

Kind regards,

--

This email and any attached file, contains confidential information addressed exclusively to its addressee. It’s forbidden its divulgation, copy or distribution to thirds without previous written authorization of CandidTails S.L.. In case of having received this email by mistake, please notify immediately by forwarding it to the electronic address of the sender.

ondrejklinovsky avatar

The following input will get you same results as if you used the GEOJSON (customGeolocation):

1{
2    "searchStringsArray": [ "veterinarians" ],
3    "locationQuery": "Belgium",
4    "deeperCityScrape": true,
5    "language": "en"
6}

Based on locationQuery the actor will get the right geojson.