# Batch Email OSINT Audit

**Use case:** 

Audit authorized email addresses across public account signals for fraud, security, and trust-and-safety workflows.

## Input

```json
{
  "emails": [
    "security@automation-lab.ai",
    "privacy@automation-lab.ai"
  ],
  "onlyFound": false,
  "includeServices": [
    "amazon",
    "github",
    "spotify"
  ],
  "excludeServices": [
    "pornhub",
    "redtube",
    "xvideos",
    "xnxx"
  ],
  "includeCategories": [],
  "includePasswordRecovery": false,
  "serviceTimeoutSecs": 10,
  "maxConcurrency": 20
}
```

## Output

```json
{
  "email": {
    "label": "Email"
  },
  "service": {
    "label": "Service"
  },
  "domain": {
    "label": "Domain"
  },
  "category": {
    "label": "Category"
  },
  "method": {
    "label": "Method"
  },
  "exists": {
    "label": "Exists"
  },
  "rateLimit": {
    "label": "Rate limited"
  },
  "status": {
    "label": "Status"
  },
  "emailRecovery": {
    "label": "Recovery email"
  },
  "phoneNumber": {
    "label": "Phone"
  },
  "otherHints": {
    "label": "Other hints"
  },
  "errorMessage": {
    "label": "Error"
  },
  "checkedAt": {
    "label": "Checked at"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Account Footprint Scanner – Authorized OSINT](https://apify.com/automation-lab/email-account-footprint-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/email-account-footprint-scanner) to learn more, explore other use cases, and run it yourself.