# Find the property owner behind an address

**Use case:** 

Turn a street address into the people tied to it: names, phones, verified emails and relatives, with source attribution. For wholesalers and process servers.

## Input

```json
{
  "name": [
    "John Smith"
  ],
  "street_citystatezip": [
    "123 Main St; Springfield, IL 62704"
  ],
  "max_results": 5,
  "source": "merge",
  "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.