# Generate Restaurant Leads for Catering Services

**Use case:** 

Identify potential catering partners by extracting detailed menu information and popular dishes from high-end restaurants in specific regions. This allows cater

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/The+French+Laundry/@38.293751,-122.374028,17z/data=!3m1!4b1!4m6!3m5!1s0x8085023924375b2b:0x5e08819543e41b9e!8m2!3d38.293751!4d-122.374028!16s%2Fg%2F1tj55wkn?hl=en",
  "maxItems": 75,
  "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.