# Monitor Dietary Restriction Compliance in London

**Use case:** 

Extract menu item descriptions and ingredients from London restaurants to assess their compliance with common dietary restrictions like gluten-free or vegetaria

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Dishoom+Covent+Garden/@51.513565,-0.124696,17z/data=!3m1!4b1!4m6!3m5!1s0x487604d2e85a214d:0xc92427a1309e30a!8m2!3d51.513565!4d-0.124696!16s%2Fg%2F1tdr_79j?hl=en",
  "maxItems": 250,
  "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.