# Scrape San Francisco Vegan Restaurant Reviews

**Use case:** 

Gather comprehensive data, including reviews, for vegan restaurants in San Francisco to understand customer sentiment and market demand. This data is invaluable

## Input

```json
{
  "platform": "opentable",
  "mode": "byCity",
  "city": "San Francisco",
  "cuisine": "vegan",
  "urls": [],
  "partySize": 2,
  "includeAvailability": false,
  "enrichDetailPages": true,
  "maxItems": 40,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "entityId": {
    "label": "Entity id"
  },
  "name": {
    "label": "Name"
  },
  "primaryCuisine": {
    "label": "Primary cuisine"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "priceLabel": {
    "label": "Price label"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "totalReviews": {
    "label": "Total reviews"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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