# Scrape Full Menu from Specific Grubhub Restaurant URL

**Use case:** 

Extract the complete menu, including item descriptions and prices, from a particular Grubhub restaurant URL. This is perfect for competitor analysis, menu digit

## Input

```json
{
  "mode": "byUrl",
  "address": "New York, NY",
  "cuisine": "",
  "sortBy": "default",
  "openNow": false,
  "restaurantId": "2879580",
  "url": "https://www.grubhub.com/restaurant/the-cheesecake-factory-100-s-doheny-dr-los-angeles-ca-90211/86173",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "name": {
    "label": "Name"
  },
  "cuisines": {
    "label": "Cuisines"
  },
  "rating": {
    "label": "Rating"
  },
  "deliveryFee": {
    "label": "Delivery fee"
  },
  "deliveryTime": {
    "label": "Delivery time"
  },
  "isOpen": {
    "label": "Is open"
  },
  "city": {
    "label": "City"
  }
}
```

## About this Actor

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