# Aggregate Restaurant Menus for Food Blog Content Ideas

**Use case:** 

Gather a rich dataset of unique menu items, descriptions, and restaurant details to fuel creative content for food blogs, recipe sites, and culinary review plat

## Input

```json
{
  "storeUrls": [
    "https://www.doordash.com/store/the-boulevard-bar-and-grille-dallas-2339659/",
    "https://www.doordash.com/store/sweetgreen-los-angeles-193496/",
    "https://www.doordash.com/store/taco-bell-chicago-236528/",
    "https://www.doordash.com/store/p-f-chang's-boston-226871/",
    "https://www.doordash.com/store/sushi-tei-san-diego-230198/"
  ],
  "maxItems": 75
}
```

## Output

```json
{
  "storeName": {
    "label": "Restaurant",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "menuItemCount": {
    "label": "Menu Items",
    "format": "integer"
  },
  "menuSectionCount": {
    "label": "Sections",
    "format": "integer"
  },
  "storeUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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