# Monitor Restaurant Food & Drink Photos for Trends

**Use case:** 

Regularly scrape 'food_and_drink' photos from popular restaurants to track menu presentation trends and dish popularity. This data assists culinary teams and ma

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Per+Se/@40.768784,-73.983057,17z/data=!4m6!3m5!1s0x89c258f4a13d3957:0x5140e74f17849e7a!8m2!3d40.768784!4d-73.9804821!16s%2Fg%2F1tdk4c6z?entry=ttu",
  "maxPhotos": 300,
  "photoCategory": "food_and_drink",
  "enrichDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "photoId": {
    "label": "Photo ID",
    "format": "text"
  },
  "photoUrl": {
    "label": "Photo URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "contributorName": {
    "label": "Contributor",
    "format": "text"
  },
  "contributorUrl": {
    "label": "Contributor URL",
    "format": "link"
  },
  "uploadDate": {
    "label": "Uploaded (ISO)",
    "format": "datetime"
  },
  "uploadDateOriginal": {
    "label": "Uploaded (Raw)",
    "format": "text"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "aspectRatio": {
    "label": "Aspect Ratio",
    "format": "number"
  },
  "orientation": {
    "label": "Orientation",
    "format": "text"
  },
  "isVideo": {
    "label": "Is Video",
    "format": "boolean"
  },
  "videoDuration": {
    "label": "Video Duration",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Photos Scraper](https://apify.com/crawlerbros/google-maps-photos) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-photos) to learn more, explore other use cases, and run it yourself.