# Extract Sushi Restaurant Details & Menus in LA

**Use case:** 

Scrape detailed information, including menus and ratings, for sushi restaurants across Los Angeles. This data is invaluable for content creation, local SEO, or 

## Input

```json
{
  "mode": "search",
  "address": "Los Angeles, CA",
  "cuisine": "Sushi",
  "sortBy": "default",
  "openNow": false,
  "restaurantId": "2879580",
  "url": "https://www.grubhub.com/restaurant/plum-vietnamese-restaurant-210-w-94th-st-new-york/2879580",
  "maxItems": 15,
  "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.