# Market Research: Harvard MBA Alumni by Location

**Use case:** 

Understand the geographic distribution of Harvard MBA alumni to identify key business hubs for networking and market entry. Gain insights into where top busines

## Input

```json
{
  "schoolUrls": [
    "https://www.linkedin.com/school/harvard-business-school/"
  ],
  "schoolNames": [
    "MIT"
  ],
  "cookie": "***",
  "maxAlumniPerSchool": 300,
  "graduationYearRange": {
    "start": 2015,
    "end": 2024
  },
  "degree": "MBA",
  "currentLocation": "New York City Metro Area",
  "language": "en_US",
  "connectionDegree": ""
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "schoolName": {
    "label": "School",
    "format": "text"
  },
  "connectionDegree": {
    "label": "Connection",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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