# Identify Potential Heirs and Beneficiaries for Estate Planni

**Use case:** 

Assist legal professionals and genealogists in tracing potential heirs or beneficiaries by cross-referencing names and locations. Streamline estate planning and

## Input

```json
{
  "fullName": "Robert Davis",
  "state": "FL",
  "maxItems": 3,
  "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.