# Phone Number OSINT Audit: Own Company Numbers

**Use case:** 

Run an authorized monthly audit of your company's own published phone numbers. Shows internal security teams the public footprint those numbers expose.

## Input

```json
{
  "phoneNumbers": [
    "+18005551212",
    "+18005551213",
    "+442071838750"
  ],
  "maxConcurrency": 3,
  "disabledScanners": []
}
```

## Output

```json
{
  "phoneNumber": {
    "label": "Phone number",
    "format": "text"
  },
  "numberInfo": {
    "label": "Number info",
    "format": "object"
  },
  "numverify": {
    "label": "Numverify",
    "format": "object"
  },
  "ovh": {
    "label": "OVH",
    "format": "object"
  },
  "scannedAt": {
    "label": "Scanned at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [PhoneInfoga — Phone Number OSINT Scanner](https://apify.com/datacach/phoneinfoga-phone-number-osint-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/phoneinfoga-phone-number-osint-scanner) to learn more, explore other use cases, and run it yourself.