google_maps_photos: GET /
hasdata_google_maps_photos_getMapPhotosFetch Google Maps place photos using dataId or placeId, filterable by category and paginated. Get image URLs, thumbnails, and upload details for menu extraction or venue audits.
Instructions
Get Place Photos
Fetches the photo gallery of a Google Maps place by dataId or placeId, paginated with nextPageToken and filterable by categoryId (all, latest, menu, by owner, videos, street view). Returns each photo with image URL, thumbnail, upload date, uploader, and photoId. Use for restaurant-menu extraction, venue/ambience visual audits, building rich place detail pages, and sourcing up-to-date imagery for POI listings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataId | No | Google Maps data ID. Either dataId or placeId should be set. | |
| placeId | No | Unique reference to a place on Google Maps. Either dataId or placeId should be set. | |
| hl | No | The two-letter language code for the language you want to use for the search. | |
| categoryId | No | Filters photos by category. | |
| nextPageToken | No | Token for fetching the next page of photos. |