# Recruitment Sourcing: Scrape LinkedIn Profiles for Top Talen

**Use case:** 

Streamline your candidate sourcing process by extracting detailed professional profiles of potential hires. This helps recruiters build robust talent pipelines 

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/jane-doe-software-engineer-b123c4/",
    "https://www.linkedin.com/in/john-smith-data-scientist-d567f8/"
  ],
  "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.