google_maps_photos: GET /
hasdata_google_maps_photos_getMapPhotosRetrieve Google Maps place photos using dataId or placeId. Supports pagination and filtering by category. Use for extracting restaurant menus, conducting venue visual audits, and enriching POI listings with up-to-date imagery.
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. |