# LinkedIn Sales Navigator Decision Maker Scraper

**Use case:** 

Target decision makers on Sales Navigator by seniority and function: export C-level, VP and director contacts with title, company and location.

## Input

```json
{
  "cookies": [
    {}
  ],
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
  "searchType": "people",
  "seniorityLevels": [
    "cxo",
    "vp"
  ],
  "jobFunctions": [
    "finance",
    "operations"
  ],
  "teamLink": false,
  "changedJobsLast90Days": false,
  "postedLast30Days": false,
  "openToWork": false,
  "newsMentioned": false,
  "recentlyFunded": false,
  "limit": 100,
  "fetchDetails": false,
  "startPage": 1,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "minDelay": 1,
  "maxDelay": 3,
  "stopOnRateLimit": false
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "currentPosition": {
    "label": "Position",
    "format": "text"
  },
  "currentCompany": {
    "label": "Company",
    "format": "text"
  },
  "firstCompany": {
    "label": "First Company",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "LinkedIn URL",
    "format": "link"
  },
  "salesNavUrl": {
    "label": "Sales Nav URL",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  }
}
```

## About this Actor

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