# Find US SaaS founders and CEOs with emails

**Use case:** 

Build a list of US founders and CEOs at software and SaaS companies. Get work emails, LinkedIn profiles, titles, and company details for outreach.

## Input

```json
{
  "maxLeads": 100,
  "includeEmails": true,
  "verifiedEmailsOnly": false,
  "jobTitles": [
    "CEO",
    "Founder",
    "Co-Founder"
  ],
  "seniority": [
    "Founder",
    "CEO",
    "President"
  ],
  "personCountries": [
    "United States"
  ],
  "companySizes": [
    "11 - 50",
    "51 - 200",
    "201 - 500"
  ],
  "industryKeywords": [
    "SaaS",
    "Software"
  ]
}
```

## Output

```json
{
  "contactName": {
    "label": "Contact name",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "workEmail": {
    "label": "Work email",
    "format": "string"
  },
  "profileUrl": {
    "label": "LinkedIn profile",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "companySize": {
    "label": "Company size",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🔥 Leads Scraper with Emails](https://apify.com/powerai/leads-scraper-ppe) with a specific input configuration. Visit the [Actor detail page](https://apify.com/powerai/leads-scraper-ppe) to learn more, explore other use cases, and run it yourself.