# Append phones and emails to a contact list

**Use case:** 

Enrich a list of names in one run: E.164 phone numbers, verified emails, addresses and a 0-100 match score. Flat output for CSV, Excel and CRM.

## Input

```json
{
  "name": [
    "John Smith; Austin, TX",
    "Jane Doe; Madison, WI",
    "Alex Public; Portland, OR"
  ],
  "max_results": 1,
  "source": "auto",
  "maxRetries": 2,
  "timeout": 25,
  "verifyEmails": true,
  "flatOutput": true,
  "maxConcurrency": 4,
  "useUnblocker": false,
  "unblockerProvider": "scrapedo"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "text"
  },
  "currentAddress": {
    "label": "Current address",
    "format": "text"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "relatives": {
    "label": "Relatives",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Skip Trace | $6.5/1K | People Search, Address & Phone](https://apify.com/apivault_labs/skip-trace-people-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apivault_labs/skip-trace-people-finder) to learn more, explore other use cases, and run it yourself.