# International phone fraud review batch example

**Use case:** 

Normalize a cross-country batch and produce metadata plus public investigation queries for downstream review.

## Input

```json
{
  "phoneNumbers": [
    "+1 650-253-0000",
    "+44 20 7219 3000",
    "+49 30 18 17 0"
  ],
  "authorizedUse": true,
  "includeFootprintQueries": true,
  "footprintCategories": [
    "general",
    "social_media",
    "reputation",
    "disposable_number",
    "documents"
  ],
  "maxItems": 3
}
```

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