# Verify B2B Lead Contact Details and Addresses

**Use case:** 

Enhance the accuracy of your sales leads by verifying names, addresses, and potential phone numbers for key decision-makers. Improve outreach effectiveness and 

## Input

```json
{
  "fullName": "Jennifer Williams",
  "city": "Chicago",
  "state": "IL",
  "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.