# Find SaaS Founders and CEOs in United States

**Use case:** 

Identify high-level decision makers in the software industry across the US. Streamline your B2B sales prospecting by extracting verified LinkedIn profiles and e

## Input

```json
{
  "jobTitles": [
    "Founder",
    "CEO",
    "CTO"
  ],
  "locations": [
    "United States"
  ],
  "industries": [
    "SaaS",
    "Software",
    "Technology"
  ],
  "companyNames": [],
  "maxLeads": 200
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lead Finder](https://apify.com/crawlerbros/lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/lead-finder) to learn more, explore other use cases, and run it yourself.