# Compare a restaurant's reviews vs competitors

**Use case:** 

Restaurant review-gap check: rating delta, review-volume ratio, and who leads the local pack's inputs.

## Input

```json
{
  "businessName": "Sotto",
  "location": "Cincinnati, OH",
  "businessType": "italian restaurant",
  "address": "332 Ludlow Ave"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "businessType": {
    "label": "Category",
    "format": "text"
  },
  "own": {
    "label": "Own"
  },
  "competitors": {
    "label": "Competitors"
  },
  "gap": {
    "label": "Gap"
  }
}
```

## About this Actor

This example demonstrates how to use [Review Gap Check — Google Reviews vs Competitors for AI & SEO](https://apify.com/moonlings/review-gap-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/moonlings/review-gap-check) to learn more, explore other use cases, and run it yourself.