# Scrape Skip Trace Property Owner with Structured Data

**Use case:** 

scrape skip trace property owner for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and

## Input

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

## Output

```json
{
  "property_address": {
    "label": "Property address",
    "format": "string"
  },
  "owner_full_name": {
    "label": "Owner full name",
    "format": "string"
  },
  "owner_mailing_address": {
    "label": "Owner mailing address",
    "format": "string"
  },
  "phone_numbers": {
    "label": "Phone numbers",
    "format": "array"
  },
  "email_addresses": {
    "label": "Email addresses",
    "format": "array"
  },
  "owner_since": {
    "label": "Owner since (year)",
    "format": "string"
  },
  "relatives": {
    "label": "Possible relatives",
    "format": "array"
  },
  "lookup_status": {
    "label": "Lookup status",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped timestamp",
    "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.