# Compare Paris French Restaurant Price Ranges

**Use case:** 

Extract price range information for French restaurants across Paris to conduct competitive pricing analysis. Understand the local dining market's cost structure

## Input

```json
{
  "platform": "opentable",
  "mode": "byCity",
  "city": "Paris",
  "cuisine": "french",
  "urls": [],
  "partySize": 2,
  "includeAvailability": false,
  "enrichDetailPages": false,
  "maxItems": 60,
  "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.