# Find Phone Numbers for Specific Addresses

**Use case:** 

Identify current phone numbers for individuals associated with a known address for real estate or service outreach. Connect with property owners or residents fo

## Input

```json
{
  "searches": [
    {
      "type": "address",
      "address": "123 Main St",
      "city": "Houston",
      "state": "TX"
    },
    {
      "type": "address",
      "address": "456 Oak Ave",
      "city": "Miami",
      "state": "FL"
    }
  ],
  "maxResultsPerSearch": 2,
  "delayBetweenSearchesMs": 3000
}
```

## 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.