# Extract Details for Specific Michelin Restaurants

**Use case:** 

Fetch detailed information for a curated list of specific Michelin-starred restaurants for targeted competitive intelligence or content creation. This enables f

## Input

```json
{
  "mode": "starredRestaurants",
  "country": "",
  "starFilter": "",
  "cuisineFilter": "",
  "startUrls": [
    {
      "url": "https://guide.michelin.com/en/england/london/restaurant/the-fat-duck"
    },
    {
      "url": "https://guide.michelin.com/en/new-york-state/new-york/restaurant/eleven-madison-park"
    },
    {
      "url": "https://guide.michelin.com/en/ile-de-france/paris/restaurant/arpege"
    }
  ],
  "maxItems": 5,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "stars": {
    "label": "Stars"
  },
  "bibGourmand": {
    "label": "Bib gourmand"
  },
  "michelinSelected": {
    "label": "Michelin selected"
  },
  "cuisine": {
    "label": "Cuisine"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "countryCode": {
    "label": "Country code"
  },
  "priceRange": {
    "label": "Price range"
  },
  "hasOnlineBooking": {
    "label": "Has online booking"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Michelin Guide Scraper](https://apify.com/crawlerbros/michelin-guide-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/michelin-guide-scraper) to learn more, explore other use cases, and run it yourself.