public-roadmap
public-roadmap copied to clipboard
[Google Maps Photos API] Support scraping photos using `place_id`
A user requested that we support place_id parameter to extract photos with our Google Maps Photos API.
I was not able to achieve this in the actual Google Maps engine as a request to https://www.google.com/maps/rpc/photo/listentityphotos? that accepts a pb parameter is executed when I open the photos view. This pb parameter seems to be working only with data_id.
REALLY NEED THIS