crawler-google-places/README.md
2019-01-08 13:06:09 +01:00

1.3 KiB

Crawler Google Places

Get data from Google Places, which official Google Maps Places API does not provide.

Why?

You can use official Google Maps Places API, it is better way for the most use cases. But API doesn't provide:

  • Popular place times histogram
  • Place reviews (you can get up to 5 reviews from official API)
  • Place photos (you can can up to 10 photos from official API)

INPUT

Follow guide on actor detail page to see how it works.

Example input:

{
  "searchString": "pubs near prague",
  "lat": "50.0860729",
  "lng": "14.4135326",
  "zoom": 10
}

On this input actor searches places on this start url: https://www.google.com/maps/search/pubs+near+prague/@50.0860729,14.4135326,10z

OUTPUT

Once the actor finishes, it outputs results to actor default dataset.