# Recruit Recent CMU Tech Graduates (2022-2023)

**Use case:** 

Target recent Computer Science and Engineering graduates from Carnegie Mellon University for junior tech roles. This streamlines the process of finding new tale

## Input

```json
{
  "schoolUrls": [
    "https://www.linkedin.com/school/mit/"
  ],
  "schoolNames": [
    "Carnegie Mellon University"
  ],
  "cookie": "***",
  "maxAlumniPerSchool": 200,
  "fieldOfStudy": "Computer Science OR Software Engineering",
  "graduationYearRange": {
    "start": 2022,
    "end": 2023
  },
  "degree": "",
  "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.