# Gain Recruitment Candidate LinkedIn Insights

**Use case:** 

Gather detailed insights into potential candidates' professional interests and industry engagement through their LinkedIn activity. This helps recruiters assess

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/candidate-john-doe",
    "https://www.linkedin.com/in/applicant-jane-smith"
  ],
  "cookie": "***",
  "activityType": "all",
  "activityTypes": [
    "posts",
    "comments"
  ],
  "minDate": "2023-11-01",
  "language": "",
  "maxActivitiesPerProfile": 25
}
```

## Output

```json
{
  "activityType": {
    "label": "Activity Type",
    "format": "text"
  },
  "reactedAt": {
    "label": "Reacted At",
    "format": "datetime"
  },
  "originalAuthorName": {
    "label": "Original Author",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "originalPostUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "inputProfileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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