# Cheap Eats ($) in Miami - DoorDash

**Use case:** 

Find budget ($) restaurants in Miami on DoorDash with Restaurant, Cuisine, Price, Rating, Reviews and City. Export to JSON, CSV or Excel.

## Input

```json
{
  "cities": [
    "Miami, FL"
  ],
  "maxResults": 100,
  "includeStoreDetails": false,
  "includeReviews": true,
  "maxReviewsPerStore": 10,
  "priceTiers": [
    "1"
  ],
  "minRating": 0,
  "minReviews": 0,
  "withMenuOnly": false,
  "deduplicateStores": true,
  "monitorMode": false,
  "monitorStoreName": "doordash-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "countryCode": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Restaurant"
  },
  "primaryCuisine": {
    "label": "Cuisine"
  },
  "priceRange": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "menuItemCount": {
    "label": "Menu items"
  },
  "leadScore": {
    "label": "Score"
  },
  "url": {
    "label": "DoorDash URL"
  }
}
```

## About this Actor

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