# Home stager review gap vs local competitors

**Use case:** 

Check a home staging company's Google reviews against nearby competitors: who leads, the rating gap, and how far behind the review count is — live data.

## Input

```json
{
  "businessName": "Eye For Design",
  "location": "Cincinnati, OH",
  "businessType": "home staging",
  "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.