# Developer Platform Email Check, No Reset Mail

**Use case:** 

Scan developer and code-hosting platforms for accounts on an authorized email without triggering password-reset mail. For red teams scoping approved work.

## Input

```json
{
  "email": "devops@acme-corp.com",
  "onlyUsed": true,
  "noPasswordRecovery": true,
  "timeout": 45,
  "modules": [
    "github",
    "gitlab",
    "bitbucket",
    "docker",
    "npm",
    "gravatar"
  ]
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "date"
  },
  "totalChecked": {
    "label": "Total Checked",
    "format": "number"
  },
  "accountsFound": {
    "label": "Accounts Found",
    "format": "number"
  },
  "rateLimited": {
    "label": "Rate Limited",
    "format": "number"
  },
  "errors": {
    "label": "Errors",
    "format": "number"
  },
  "accountsFoundByCategory": {
    "label": "Accounts by Category",
    "format": "object"
  },
  "results": {
    "label": "Results",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Holehe Email OSINT — Email Finder & Digital Footprint Mapper](https://apify.com/datacach/holehe-email-osint-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/holehe-email-osint-scraper) to learn more, explore other use cases, and run it yourself.