Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google my business - API to update opening hours of places?

I would like to update "Opening hours" for all stores of a company in Google my business, through an automated API (a REST service for example).

My customer has hundreds of stores, and currently this is done manually.

I've read there is NO automated way to do this, a user needs to fill manually every opening hour in the google my business portal.

I can't believe that, and I'm wondering how big companies with a lot of stores take care of that problem, especially for "exceptional closings", etc. I have already search for a long, and didn't found anything.

The only ability supplied by google is to upload a list of stores, through a file, and this file doesn't contain any information regarding opening hours (am I wrong ?). I would like to be able to update store list AND opening hours regularly, through an API (My Business, or Places).

Does google propose a such API, or do you have any suggestion to handle this concern from a programmatical point of view ?

Thank you

like image 521
AFract Avatar asked Sep 03 '15 07:09

AFract


People also ask

How do I change the opening times on Google My Business?

To change your opening hours, sign in to Business Profile on Google, choose 'Info' from the menu and select 'Hours'. Use the drop-down arrows to set the 'Opens at' and 'Closes at' times for each day. To put a break in your opening hours, if you close for lunch, for example, you can create two entries for the same day.

Does Google My Business have an API?

The Google My Business API provides an interface for managing business location information on Google.

Is Google API free for business?

Usage feesThe Google My Business API is available to registered users at no charge. Was this helpful?

How do I get Google Places API?

Go to the Google Maps Platform > Credentials page. On the Credentials page, click Create credentials > API key. The API key created dialog displays your newly created API key. Click Close.


1 Answers

There was no Google API for My Business at the time when I posted my question, but meanwhile Google has released it and also provides samples for many languages : https://developers.google.com/my-business/ Thanks to eton_ceb for the notification.

like image 175
AFract Avatar answered Sep 21 '22 09:09

AFract