# Influencer Marketing: Scrape Profiles for Partnerships

**Use case:** 

Identify potential brand ambassadors and influencers by analyzing their LinkedIn profiles, including follower counts and recent activity. This helps marketing t

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/garyvee",
    "https://www.linkedin.com/in/brene-brown",
    "https://www.linkedin.com/in/simonsinek"
  ],
  "cookie": "***",
  "includeContactInfo": false,
  "includeRecommendations": false,
  "includeActivity": true,
  "maxSkills": 0,
  "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.