# Identify Industry Influencers by LinkedIn Activity

**Use case:** 

Discover active and influential voices in your target industry by analyzing their recent LinkedIn engagement on key topics. This enables you to identify potenti

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/influencer-a",
    "https://www.linkedin.com/in/thought-leader-b",
    "https://www.linkedin.com/in/expert-c",
    "https://www.linkedin.com/in/industry-voice-d"
  ],
  "cookie": "***",
  "activityType": "all",
  "activityTypes": [
    "posts",
    "comments",
    "reactions",
    "shares"
  ],
  "minDate": "2024-01-01",
  "language": "en",
  "maxActivitiesPerProfile": 50
}
```

## 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.