# Find a person by name and city

**Use case:** 

Look up anyone in the US by name plus city and state: current address, phone numbers, verified emails, relatives and a match-confidence score. No API key.

## Input

```json
{
  "name": [
    "John Smith; Springfield, IL 62704"
  ],
  "max_results": 3,
  "source": "auto",
  "maxRetries": 2,
  "timeout": 25,
  "verifyEmails": true,
  "flatOutput": false,
  "maxConcurrency": 4,
  "useUnblocker": false,
  "unblockerProvider": "scrapedo"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "text"
  },
  "currentAddress": {
    "label": "Current address",
    "format": "text"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "relatives": {
    "label": "Relatives",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Skip Trace | $6.5/1K | People Search, Address & Phone](https://apify.com/apivault_labs/skip-trace-people-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apivault_labs/skip-trace-people-finder) to learn more, explore other use cases, and run it yourself.