# Reverse phone lookup: get the owner's name and address

**Use case:** 

Paste a US phone number and get the likely owner: full name, current and past addresses, other phone numbers and verified emails. Empty lookups aren't charged.

## Input

```json
{
  "name": [
    "John Smith"
  ],
  "phone_number": [
    "(202) 555-0182"
  ],
  "max_results": 3,
  "source": "auto",
  "maxRetries": 2,
  "timeout": 25,
  "verifyEmails": true,
  "flatOutput": false,
  "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.