# Scrape Details for Noma Copenhagen

**Use case:** 

Retrieve detailed information for a specific renowned Michelin-starred restaurant like Noma to analyze its offerings and unique selling points. This is perfect 

## Input

```json
{
  "mode": "starredRestaurants",
  "searchQuery": "Noma Copenhagen",
  "country": "",
  "starFilter": "",
  "cuisineFilter": "",
  "startUrls": [],
  "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.