# WhatsApp Profile Data Extractor for Specific Numbers

**Use case:** 

Retrieve detailed WhatsApp profile information from provided phone numbers. Access data like display name, business info, and account type.

## Input

```json
{
  "numbers": [
    "+15558681494",
    "+353830648858"
  ]
}
```

## Output

```json
{
  "number": {
    "label": "Number",
    "format": "string"
  },
  "hasWhatsApp": {
    "label": "Has WhatsApp",
    "format": "boolean"
  },
  "accountType": {
    "label": "Type",
    "format": "string"
  },
  "business.displayName": {
    "label": "Name",
    "format": "string"
  },
  "profile.about": {
    "label": "About",
    "format": "string"
  },
  "profile.picUrl": {
    "label": "Profile picture",
    "format": "string"
  },
  "identity.countryCode": {
    "label": "Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WhatsApp Profile Scraper - Picture, About, Business Data](https://apify.com/vero-api/whatsapp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vero-api/whatsapp-scraper) to learn more, explore other use cases, and run it yourself.