# Track New Tokyo Sushi Restaurant Listings Daily

**Use case:** 

Continuously monitor new sushi restaurant listings in Tokyo to stay ahead of market changes and emerging competitors. This provides real-time market intelligenc

## Input

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