# Add contact data to a prospect list

**Use case:** 

Turn a raw username list into an enriched prospect file with public contact info and stats in one run.

## Input

```json
{
  "usernames": [
    "hubspot",
    "salesforce",
    "stripe"
  ],
  "extractEmails": true,
  "extractPhones": false
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "posts": {
    "label": "Posts",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Bulk Profile Enricher - Enrich User Data 2026](https://apify.com/instaprism/instagram-bulk-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-bulk-enricher) to learn more, explore other use cases, and run it yourself.