Google place_id

Hi all
Is there any way to have the scraper bring back the complete Google place_id?
Example:
Currently the scraper shows - ChIJ1XCzlqzjuocRAY5Ve4mpJFw

Can it be formatted to return the full URL?
Example:

https://www.google.com/maps/place/?q=place_id:ChIJ1XCzlqzjuocRAY5Ve4mpJFw

Thanks,
Frank

Hello @Frank_Sur,
Thank you for your request!

The scraper does return the complete place ID. If you want to create a URL based on it, it’s something that you should probably do on your end, as there might be different parameters (e.g. different domains google.com, google.de, etc.).

I hope it makes sense.