# Discover New Dish Trends from Paris Restaurants

**Use case:** 

Scrape menus from top-rated restaurants in Paris to identify emerging culinary trends and popular ingredients. This insight empowers chefs and food developers t

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Septime/@48.850785,2.378943,17z/data=!3m1!4b1!4m6!3m5!1s0x47e67204f1345d9f:0x7051419a4e4d5884!8m2!3d48.850785!4d2.378943!16s%2Fg%2F1v00p4f2?hl=en",
  "maxItems": 150,
  "language": "fr"
}
```

## 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.