# Locate Missing Property Tenants for Debt Recovery

**Use case:** 

Quickly find current addresses and contact information for past tenants who owe outstanding rent or damages. This helps property managers and landlords efficien

## Input

```json
{
  "fullName": "Sarah Johnson",
  "city": "Austin",
  "state": "TX",
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "age": {
    "label": "Age",
    "format": "integer"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "addresses": {
    "label": "Addresses",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Radaris People Search (SkipTrace Lookup)](https://apify.com/crawlerbros/radaris-people-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/radaris-people-search) to learn more, explore other use cases, and run it yourself.