# Authorized Pentest Phone Number OSINT Recon

**Use case:** 

Run phone number OSINT on numbers inside an authorized penetration test scope. Helps security consultants document client attack surface with consent.

## Input

```json
{
  "phoneNumbers": [
    "+33679368229",
    "+33612345678"
  ],
  "maxConcurrency": 2,
  "disabledScanners": [
    "numverify"
  ]
}
```

## 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.