Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the business "description" via Google Places API?

In Google Places, when editing my business, I am able to add a "description" under "Basic Information". By the way, to do such an edit go to http://www.google.com/local/add/businessCenter and click "Edit" under the business listing.

When I query the Places API for details of my business, I don't see this "description":

url = "https://maps.googleapis.com/maps/api/place/details/json?key=#{key}&sensor=#{sensor}&reference=#{reference}"

I looked at Place Details Results, and also don't see a "description" field there.

So how can I get the Place/business description field via a Google API query?

like image 837
user664833 Avatar asked Jan 19 '26 10:01

user664833


1 Answers

Assuming you own/manage said businesses, that information is available via Business Profile APIs.

https://developers.google.com/my-business/reference/rest/v4/accounts.locations#Location.Profile

You'll want to use the profile object.

Describes your business in your own voice and shares with users the unique story of your business and offerings.

like image 138
DeFeNdog Avatar answered Jan 23 '26 02:01

DeFeNdog



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!