Scrape information about places from Google Maps. Gives you extra information that you can't get using the Google Places API. Récupérez des informations sur des lieux à partir de Google Maps. Vous obtenez ainsi des informations supplémentaires que vous ne pouvez pas obtenir à l'aide de l'API Google Places. Acteur Apify qui semble être celui utilisé par Compass. https://www.apify.com/drobnikj/crawler-google-places https://apify.com/compass/crawler-google-places
Go to file
2018-11-20 18:46:13 +01:00
src Fixed typo 2018-11-20 18:46:13 +01:00
.eslintrc ESLinting 2018-11-20 15:41:20 +01:00
.gitignore init repository 2018-11-19 11:43:36 +01:00
apify.json init repository 2018-11-19 11:43:36 +01:00
Dockerfile Reverted headless mode, it didn't work with that 2018-11-20 15:15:53 +01:00
INPUT_SCHEMA.json Changed how we add place details to queue 2018-11-20 16:21:22 +01:00
package-lock.json Set up input schema 2018-11-20 15:29:46 +01:00
package.json Version 0.1 2018-11-19 17:56:19 +01:00
README.md Updated readme 2018-11-20 17:55:15 +01:00

Crawler Google Places

Crawler searches input on google maps and returns all information about found places.

How to use through API

How to use Actor from Apify UI see actor detail page.

Example input:

{
  "searchString": "ČSOB",
  "lat": "50.0860729",
  "lng": "14.4135326",
  "zoom": 10
}

On this input actor searches places on this start url: https://www.google.com/maps/search/%C4%8Dsob/@50.0860729,14.4135326,10z