# Find property owner phone numbers

**Use case:** 

Turn a list of property addresses into owner names and phone numbers for calling and follow-up research with source metadata.

## Input

```json
{
  "addresses": [
    "123 Main St, Dallas, TX 75201"
  ],
  "includePhone": true,
  "includeEmail": false,
  "maxResults": 10,
  "debugMode": false
}
```

## Output

```json
{
  "property_address": {
    "label": "Property address",
    "format": "string"
  },
  "owner_full_name": {
    "label": "Owner full name",
    "format": "string"
  },
  "phone_numbers": {
    "label": "Phone numbers",
    "format": "array"
  },
  "email_addresses": {
    "label": "Email addresses",
    "format": "array"
  },
  "lookup_status": {
    "label": "Lookup status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skip Trace Property Owner — Phone, Email & Address Finder](https://apify.com/khadinakbar/skip-trace-property-owner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/skip-trace-property-owner) to learn more, explore other use cases, and run it yourself.