# Competitor Alumni Analysis: Google Employees from UC Berkele

**Use case:** 

Analyze the educational background of employees at a target competitor, specifically Google, from UC Berkeley. This helps understand talent acquisition patterns

## Input

```json
{
  "schoolUrls": [
    "https://www.linkedin.com/school/university-of-california-berkeley/"
  ],
  "schoolNames": [
    "MIT"
  ],
  "cookie": "***",
  "maxAlumniPerSchool": 100,
  "graduationYearRange": {
    "start": 2015,
    "end": 2024
  },
  "degree": "",
  "currentCompany": "Google",
  "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.