# Enrich Alumni Network Data for University Engagement

**Use case:** 

Automatically gather updated career information and professional milestones for your university's alumni. This facilitates better engagement strategies, fundrai

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/alumnus1-university/",
    "https://www.linkedin.com/in/alumnus2-university/"
  ],
  "cookie": "***",
  "maxSkills": 25,
  "language": "en",
  "includeContactInfo": false,
  "includeRecommendations": false,
  "includeOrganizations": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Profile Scraper Pro](https://apify.com/crawlerbros/linkedin-profile-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/linkedin-profile-scraper-pro) to learn more, explore other use cases, and run it yourself.