# Analyze Competitor Restaurant Menus in NYC

**Use case:** 

Extract detailed menu items, popular dishes, and pricing from key competitors in the New York City restaurant scene. This data helps restaurateurs refine their 

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Carbone/@40.730302,-73.999088,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259837a77e923:0xa98c474020a169b5!8m2!3d40.730302!4d-73.999088!16s%2Fg%2F1tfk751b?hl=en",
  "maxItems": 200,
  "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.