# Recruit AI Engineers: Extract Skills & Experience

**Use case:** 

Identify top AI engineering talent by scraping detailed skills, work history, and education from their LinkedIn profiles. This helps recruiters build targeted c

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/john-doe-ai-engineer",
    "https://www.linkedin.com/in/jane-smith-ml-specialist",
    "https://www.linkedin.com/in/alex-wong-data-scientist"
  ],
  "cookie": "***",
  "includeContactInfo": false,
  "includeRecommendations": false,
  "includeActivity": false,
  "maxSkills": 50,
  "language": "en"
}
```

## Output

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

## About this Actor

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