# Skip Trace Pro: Search by Name for Phones & Emails

**Use case:** 

Use Skip Trace Pro's Search By Name task to instantly uncover verified phone numbers and emails for any person. Boost your lead generation and close more deals.

## Input

```json
{
  "maxResultsPerQuery": 100,
  "searchState": "NC",
  "names": [
    "COLLINS ARSHANDIA",
    "URRUTIA MARIA ROSARIO",
    "CRANDALL MAGALE L",
    "MOORE WILFRED",
    "JENKINS ANDREW SR"
  ],
  "verifyEmails": true,
  "classifyPhones": true,
  "verifyPhoneLiveness": true,
  "checkBreachExposure": true,
  "demoMode": false
}
```

## Output

```json
{
  "fullName": {
    "label": "Name"
  },
  "matchConfidence": {
    "label": "Confidence"
  },
  "mostLikely": {
    "label": "Top Match"
  },
  "age": {
    "label": "Age"
  },
  "currentAddress": {
    "label": "Address"
  },
  "employer": {
    "label": "Employer"
  },
  "occupation": {
    "label": "Occupation"
  },
  "voterStatus": {
    "label": "Voter Status"
  },
  "bestPhone": {
    "label": "Best Phone"
  },
  "bestPhoneType": {
    "label": "Type"
  },
  "bestEmail": {
    "label": "Best Email"
  },
  "bestEmailVerified": {
    "label": "Email OK"
  },
  "phones/0/number": {
    "label": "Phones/0/number"
  },
  "phones/0/type": {
    "label": "Phones/0/type"
  },
  "phones/1/number": {
    "label": "Phones/1/number"
  },
  "phones/1/type": {
    "label": "Phones/1/type"
  },
  "phones/2/number": {
    "label": "Phones/2/number"
  },
  "phones/2/type": {
    "label": "Phones/2/type"
  },
  "phones/3/number": {
    "label": "Phones/3/number"
  },
  "phones/3/type": {
    "label": "Phones/3/type"
  }
}
```

## About this Actor

This example demonstrates how to use [Skip Trace PRO](https://apify.com/intelscrape/skip-trace-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/skip-trace-pro) to learn more, explore other use cases, and run it yourself.