# Quickstart: Email Finder & Reverse Phone Lookup — Contact Enric

**Use case:** 

Email finder and reverse phone lookup in one run: give emails, phones, domains or usernames and get public accounts, phone carrier and line type, company domain profile, company emails, breach signals and a person summary with a confidence score. Batch input, pay per result.

## Input

```json
{
  "identifiers": [
    "support@github.com",
    "+14155552671",
    "apify.com",
    "torvalds"
  ],
  "layers": [
    "accounts",
    "phone",
    "domain",
    "companyEmails",
    "breaches",
    "summary"
  ],
  "includeProfileFields": false,
  "defaultCountry": "US",
  "timeoutPerIdentifier": 60
}
```

## Output

```json
{
  "rowType": {
    "label": "Row type",
    "format": "text"
  },
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "identifierType": {
    "label": "Identifier type",
    "format": "text"
  },
  "normalized": {
    "label": "Normalized",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "verdict": {
    "label": "Check verdict",
    "format": "text"
  },
  "site": {
    "label": "Site",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "e164": {
    "label": "Phone (E.164)",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "carrier": {
    "label": "Carrier",
    "format": "text"
  },
  "lineType": {
    "label": "Line type",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "registrar": {
    "label": "Registrar",
    "format": "text"
  },
  "registeredAt": {
    "label": "Registered at",
    "format": "date"
  },
  "mailProvider": {
    "label": "Mail provider",
    "format": "text"
  },
  "pageTitle": {
    "label": "Homepage title",
    "format": "text"
  },
  "email": {
    "label": "Company email",
    "format": "text"
  },
  "foundOn": {
    "label": "Found on",
    "format": "link"
  },
  "breachName": {
    "label": "Breach",
    "format": "text"
  },
  "breachDate": {
    "label": "Breach date",
    "format": "text"
  },
  "dataClasses": {
    "label": "Exposed data",
    "format": "array"
  },
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "accountsFound": {
    "label": "Accounts found",
    "format": "number"
  },
  "breachCount": {
    "label": "Breaches",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence (0-100)",
    "format": "number"
  },
  "statusCode": {
    "label": "HTTP status",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "noticeCode": {
    "label": "Notice code",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "date"
  },
  "responsibility": {
    "label": "Responsibility",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Finder & Reverse Phone Lookup — Contact Enrichment](https://apify.com/ntriqpro/contact-enrichment-osint.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ntriqpro/contact-enrichment-osint.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/ntriqpro/contact-enrichment-osint.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
