# Find SaaS Sales Leads in US

**Use case:** 

Generate a targeted list of sales leads for SaaS companies in the United States. This helps sales teams identify potential clients quickly and efficiently, stre

## Input

```json
{
  "searchQuery": "VP Sales OR Head of Sales",
  "cookie": "***",
  "location": "United States",
  "connectionDegree": "",
  "industry": "Software Development",
  "seniorityLevel": "Executive",
  "yearsOfExperience": "",
  "jobFunction": "SALES",
  "maxResults": 25
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "connectionDegree": {
    "label": "Connection",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn People Search Scraper](https://apify.com/crawlerbros/linkedin-people-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/linkedin-people-search-scraper) to learn more, explore other use cases, and run it yourself.