# Look Up Event Attendees for Targeted Follow-ups

**Use case:** 

Gather additional public details for key attendees from conferences or networking events to personalize follow-up communications. Enhance post-event engagement 

## Input

```json
{
  "fullName": "Emily White",
  "city": "New York",
  "state": "NY",
  "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.