Question about Nearby Search Request from Google Places API - api

Image from table of pricing Google
About the image, i'm using the NearbySearch, and not found the SKU's corresponding
Result of request Nearby.
Image of result of request
I dont found the same fields in the PlaceDetails with Contact Data.. Atmosphere Data.. anybody can help me? Thanks

Related

How can I pull any kind of geospatial data based on location id from the instagram api?

I'm pretty new to the instagram API so apologies if this is a dumb question. I'm trying to extract some measure of location (ideally latitude and longitude) from a list of ~250 location ids that I pulled from instagram. The closest thing I can find to my question is this converting instagram location id to latitude and longitude so that I can overlay them on Google Map except I don't have the address.
I've read the documentation and I suspect the url request should be structured as below, which I found here: https://developers.facebook.com/docs/graph-api/reference/location/
curl -i -X GET \
"https://graph.facebook.com/{graph-api-version}/{location-id}&access_token={user-access-token}
But I can't seem to return any results. Any help is much appreciated!
I can share a reliable alternative to the official Instagram API with good support.
To get geodata based on location id, you need to create several queries:
POST request to download geodata:
https://api.data365.co/v1.1/instagram/location/{location_id}/update?access_token=YOUR TOKEN
GET request to check the task status:
https://api.data365.co/v1.1/instagram/location/{location_id}/update?access_token=YOUR TOKEN
GET request to get geodata:
https://api.data365.co/v1.1/instagram/location/{location_id}?access_token=YOUR TOKEN
You can see at this link what location data you will receive.
For this service, getting geodata is a part of finding posts by location task.
But if you do not specify any additional parameters in the request, you will receive data only by location as a result.

How can I get more data locations detail?

I tried "/v1/me/locations".
But I did not have the data I want.
I want to get more data of locations.(here data -> https://squareup.com/dashboard/locations/)
example :
address_line_2+ ( billding name, etc... )
I could get only "address_line1".
Twitter
Facebook
website url
url of brand logo image
Please excuse my poor English.
Am I making sense?
Thanks.
That information is not currently available from the Square APIs at this time.

Why Google Places API not showing all photos?

When I do a request like this it show me 1 photo_reference but in the url of this site in Google + there are 12 photos.
How I get all the photos from Google +?
You have to request the "place/details" to get all the details about it.
something like this.
https://maps.googleapis.com/maps/api/place/details/json?reference=Image_ref&key=YourKey
It's probably lat XD, it was asked two years ago.
From the manual here:
Note: The number of photos returned varies by request.
A Find Place, Nearby Search, or Text Search request returns at most one photo element in the array.
A Place Details request returns up to ten photo elements.
It is unclear to me if you can get more than 10 photos.

get +1 date timestamp or for google plus activities/posts

I am trying to get some information about the post people do in google plus. In particular I am interested in the "+1"'s.
Either from the google api or directly from the google plus web site you can get the total count and name of the people who did "+1". But, I would be interested in getting the time or timestamp of the "+1"'s. Does anyone knows if it is possible or how can I do that?
Help is always appreciated
Thanks to all,
As you can see at https://developers.google.com/+/api/latest/activities, the only data we return for a +1 is a list of the +1-ers, as well as the total number of people who +1'ed the item you are looking at.
If you would like to request additional data, please file a feature request in our Issue Tracker: https://code.google.com/p/google-plus-platform/issues/list. It would really help if you could be as detailed as possible in the type of data you would like to see and how you would ideally use that data.
If you're dealing with your own website and only care about +1s for pages on your own domain, you could use Google Analytic's social information to see how +1s change over time. You wouldn't get information about who did the +1ing.

Is there a way to display google+ Zagat score on my website?

I am trying to display the Zagat review score that google displays on my site. is there a way to get that data maybe a service that return JSON with the score... thanks in advance for your help.
This isn't part of the Google Plus API, but you may find what you need as part of the Google Places API: https://developers.google.com/places/documentation/details
I have tried this - the Google Places API provides user rating 0.0 thru 5.0, but no Zagat ratings.
(Bummer!)
It does, however, provide a flag (at the end of the spec) that shows if it is a Zagat-recommended establishment.