# Maximum successful phone-number count example

**Use case:** 

Keep Google Maps outreach and market-research runs bounded with a maximum successful phone-number count across all submitted targets.

## Input

```json
{
  "targets": [
    "plumbers in Austin",
    "dentists in Boston",
    "restaurants in Miami"
  ],
  "country": "United States (+1)",
  "maxPhoneNumbers": 10
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "string"
  },
  "phoneNumber": {
    "label": "Phone number",
    "format": "string"
  },
  "matchedInput": {
    "label": "Matched input",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "dialingCode": {
    "label": "Dialing code",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "businessStatus": {
    "label": "Business status",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "googleMapsId": {
    "label": "Google Maps ID",
    "format": "string"
  },
  "searchPosition": {
    "label": "Search position",
    "format": "integer"
  },
  "openingHours": {
    "label": "Opening hours",
    "format": "array"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Phone Number Scraper](https://apify.com/maximedupre/google-maps-phone-number-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/google-maps-phone-number-scraper) to learn more, explore other use cases, and run it yourself.