# LinkedIn Sales Navigator Funded Company Scraper

**Use case:** 

Find recently funded companies on Sales Navigator by industry and revenue: export company name, industry, size, location and website. Free to try.

## 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": "companies",
  "industries": [
    "Software Development"
  ],
  "teamLink": false,
  "changedJobsLast90Days": false,
  "postedLast30Days": false,
  "openToWork": false,
  "newsMentioned": false,
  "annualRevenue": [
    "1-10m",
    "10-50m"
  ],
  "recentlyFunded": true,
  "limit": 100,
  "fetchDetails": false,
  "startPage": 1,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "minDelay": 1,
  "maxDelay": 3,
  "stopOnRateLimit": false
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "companySize": {
    "label": "Size",
    "format": "text"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "companyUrl": {
    "label": "LinkedIn URL",
    "format": "link"
  },
  "salesNavUrl": {
    "label": "Sales Nav URL",
    "format": "link"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  }
}
```

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