# Find Former Business Contacts and Colleague Information

**Use case:** 

Reconnect with valuable past business contacts, colleagues, or alumni to expand your professional network or explore new collaborations. This task helps profess

## Input

```json
{
  "fullName": "Michael Chen",
  "state": "CA",
  "maxItems": 2,
  "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.