Kapow Robot - Extract business Operating hours from Google Search Results

300 Views Asked by At

Is it possible to create a Kapow Robot that can search Google for the Operating hours of the Businesses from our list/database and update the timings if changes are made?

Please share if there are any other more efficient ways than the KAPOW robot that can be implemented with minimal effort and cost-effectiveness.

1

There are 1 best solutions below

0
Wolfgang Radl On

That's what the Google Places API is there for. While you could in theory just open Google Maps in a Load Page action, enter the query string and then parse the results, I would advise against it. Here's why:

  • The API will be faster, returning results in a structured manner (JSON)
  • Kapow has actions for calling RESTful services and parsing/modifying JSON
  • Google does not like robots parsing their pages, and most likely will lock you out (i.e. present you with Captchas sooner or later)

If you decide to go for the API, here's what you should do: