cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/google_map_place_photos \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "business_id": "<string>", "country": "<string>", "lang": "<string>", "cursor": "<string>", "place_id": "<string>" }'
Retrieve photos for a specific place on Google Maps using its business ID, country, language, cursor for pagination, and place ID.
Scrapeasap Api Key
Successful response with place photos.