# AnyWho area code extractor

**Use case:** 

Collect AnyWho area-code and phone-prefix data for repeatable telecom enrichment pipelines.

## Input

```json
{
  "searchType": "areaCode",
  "queries": [
    "310"
  ],
  "location": "California",
  "startUrls": [
    {
      "url": "https://www.anywho.com/people/john+smith"
    }
  ],
  "maxItems": 50,
  "maxPages": 1,
  "includeDirectorySuggestions": false
}
```

## Output

```json
{
  "resultType": {
    "label": "Type",
    "format": "text"
  },
  "searchType": {
    "label": "Search",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "currentLocation": {
    "label": "Location",
    "format": "text"
  },
  "maskedPhones": {
    "label": "Masked phones",
    "format": "text"
  },
  "relatives": {
    "label": "Relatives",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "areaCode": {
    "label": "Area code",
    "format": "text"
  },
  "phonePrefix": {
    "label": "Prefix",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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