# Probate & Foreclosure Leads in UT

**Use case:** 

Export probate & foreclosure leads in UT — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract probate & foreclosure leads for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "eventTypes": [],
  "states": [
    "UT"
  ],
  "counties": [],
  "dateFrom": "",
  "dateTo": "",
  "minEstimatedEquity": 0,
  "onlyOwnerOccupied": false,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "event_type": {
    "label": "Event Type",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "property_address": {
    "label": "Property Address",
    "format": "string"
  },
  "sale_date": {
    "label": "Sale Date",
    "format": "string"
  },
  "defendant_name": {
    "label": "Defendant Name",
    "format": "string"
  },
  "plaintiff_name": {
    "label": "Plaintiff Name",
    "format": "string"
  },
  "source_url": {
    "label": "Source Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Probate & Foreclosure Leads Scraper](https://apify.com/jungle_synthesizer/probate-foreclosure-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/probate-foreclosure-leads-scraper) to learn more, explore other use cases, and run it yourself.