# Verify Sales Leads Contact Information

**Use case:** 

Ensure the accuracy of your sales leads' phone numbers and addresses before outreach. Reduce bounce rates and wasted sales efforts by contacting validated prosp

## Input

```json
{
  "searches": [
    {
      "type": "name",
      "name": "Sarah Miller",
      "city": "Chicago",
      "state": "IL"
    },
    {
      "type": "name",
      "name": "David Wilson",
      "city": "Boston",
      "state": "MA"
    }
  ],
  "maxResultsPerSearch": 5,
  "delayBetweenSearchesMs": 3500
}
```

## Output

```json
{
  "inputQuery": {
    "label": "Input Query",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "currentAddress": {
    "label": "Current Address",
    "format": "object"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "relatives": {
    "label": "Relatives",
    "format": "array"
  },
  "associates": {
    "label": "Associates",
    "format": "array"
  },
  "sources": {
    "label": "Data Sources",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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