# Where to Open a Business — Underserved Market Finder

**Use case:** 

Find underserved areas to open a business: sub-areas ranked by opportunity, with competitor density and demand for any category and city.

## Input

```json
{
  "searchTerms": [
    "coffee shop"
  ],
  "location": "Denver, CO",
  "mode": "market",
  "rankBy": "opportunity",
  "outputProfile": "signals",
  "grid": {
    "size": 5,
    "spacingMeters": 800,
    "rankDepth": 20
  },
  "area": {},
  "filters": {},
  "alerts": {},
  "enableMarketMemory": true,
  "limits": {},
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "lat": {
    "label": "Latitude",
    "format": "number"
  },
  "lng": {
    "label": "Longitude",
    "format": "number"
  },
  "opportunityScore": {
    "label": "Opportunity score",
    "format": "number"
  },
  "line": {
    "label": "Line",
    "format": "string"
  },
  "message": {
    "label": "Message",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper — Rank Tracking & Market Intelligence](https://apify.com/ryanclinton/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/google-maps-scraper) to learn more, explore other use cases, and run it yourself.