# Validate Food Delivery Service Menus

**Use case:** 

Verify the accuracy and completeness of menu listings for your restaurant on various food delivery platforms by comparing them against the official Google Maps 

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Shake+Shack+Upper+East+Side/@40.771236,-73.957531,17z/data=!3m1!4b1!4m6!3m5!1s0x89c258eb4fb95c73:0x1b9071df9862b3a9!8m2!3d40.771236!4d-73.957531!16s%2Fg%2F1tdm210j?hl=en",
  "maxItems": 100,
  "language": "en"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "itemName": {
    "label": "Item",
    "format": "text"
  },
  "isPopular": {
    "label": "Popular",
    "format": "boolean"
  },
  "itemImage": {
    "label": "Photo",
    "format": "image"
  },
  "menuUrl": {
    "label": "Menu URL",
    "format": "link"
  },
  "menuCategories": {
    "label": "Categories",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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