# Phone reputation footprint check example

**Use case:** 

Generate focused public reputation and disposable-number search links for an authorized phone investigation.

## Input

```json
{
  "phoneNumbers": [
    "+44 20 7219 3000"
  ],
  "authorizedUse": true,
  "includeFootprintQueries": true,
  "footprintCategories": [
    "reputation",
    "disposable_number"
  ],
  "maxItems": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "isValid": {
    "label": "Valid",
    "format": "boolean"
  },
  "e164": {
    "label": "E.164",
    "format": "string"
  },
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "carrier": {
    "label": "Carrier",
    "format": "string"
  },
  "lineType": {
    "label": "Line type",
    "format": "string"
  },
  "timeZones": {
    "label": "Time zones",
    "format": "array"
  },
  "footprintQueryCount": {
    "label": "Footprint queries",
    "format": "integer"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "scannedAt": {
    "label": "Scanned at",
    "format": "string"
  }
}
```

## About this Actor

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