Search Google Places API by URL

Suppose I have a Google Plus / Places URL (e.g. https://plus.google.com/111840715355681175070/about?hl=en-US )

This is actually the URL for the result via the Google Places API ( https://developers.google.com/places/documentation/ ). The sequence of numbers after plus.google.com does not seem to match id, reference or place_id.

Suppose I only knew the URL, one way or another, to map it to an identifier, link, or placeid, to find it through the Places API?

Once the solution seems to unload the URL into a text search for places, but it is expensive (10x multiplier in terms of speed limit) and seems silly.

+4
source share
1 answer
+1
source

All Articles