# LinkedIn Profile Scraper: Focused research

**Use case:** 

LinkedIn Profile Scraper configured for focused research. The saved input exposes profileUrls, maxProfiles, maxConcurrency, proxyConfiguration, useFallbacks...

## Input

```json
{
  "profileUrls": [
    "https://www.linkedin.com/in/satyanadella/"
  ],
  "maxProfiles": 25,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "useFallbacks": true,
  "preferFullProfile": false,
  "usePremiumFallback": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "about": {
    "label": "About",
    "format": "text"
  },
  "followers_count": {
    "label": "Followers",
    "format": "text"
  },
  "current_companies": {
    "label": "Companies",
    "format": "text"
  },
  "current_titles": {
    "label": "Titles",
    "format": "text"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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