# Dishoom Restaurant Booking Gap Analysis

**Use case:** 

Identify booking-channel gaps for Dishoom by analyzing its website. Receive detailed data on observed booking signals and contact methods.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "restaurant-daily-prefill-001",
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "compact",
  "minGapScore": 0,
  "restaurants": [
    {
      "recordId": "restaurant-prefill-001",
      "name": "Dishoom",
      "websiteUrl": "https://www.dishoom.com/",
      "address": null
    }
  ]
}
```

## Output

```json
{
  "dedupeKey": {
    "label": "Key",
    "format": "text"
  },
  "restaurantName": {
    "label": "Restaurant",
    "format": "text"
  },
  "gapScore": {
    "label": "Gap score",
    "format": "number"
  },
  "evidenceCoverage": {
    "label": "Coverage",
    "format": "number"
  },
  "observedPublicPhone": {
    "label": "Phone",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Restaurant Booking Gap Lead Finder](https://apify.com/zinin/restaurant-booking-gap-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/restaurant-booking-gap-lead-finder) to learn more, explore other use cases, and run it yourself.