# Google review gap for a dentist

**Use case:** 

How far behind (or ahead) is a dental practice on Google reviews vs competing practices? Live comparison.

## Input

```json
{
  "businessName": "Batavia Family Dental",
  "location": "Batavia, OH",
  "businessType": "dentist",
  "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.