# Find California CEOs With Verified Emails

**Use case:** 

Find California CEOs with verified emails, company details, job titles, locations, and exportable B2B lead data.

## Input

```json
{
  "max_results": 500,
  "job_titles": [
    "CEO",
    "Chief Executive Officer"
  ],
  "person_location_country": [
    "United States"
  ],
  "person_location_region": [
    "California"
  ],
  "funding_start_date": "2020-01-01",
  "funding_end_date": "2024-12-31",
  "email_status": "verified",
  "include_emails": true,
  "include_phones": false,
  "start_after_id": "john-smith-123456",
  "page": 1,
  "offset": 0
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "job_title": {
    "label": "Title",
    "format": "text"
  },
  "job_company_name": {
    "label": "Company",
    "format": "text"
  },
  "work_email": {
    "label": "Email",
    "format": "email"
  },
  "personal_emails": {
    "label": "Personal emails"
  },
  "mobile_phone": {
    "label": "Phone",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "facebook_url": {
    "label": "Facebook",
    "format": "link"
  },
  "twitter_url": {
    "label": "Twitter",
    "format": "link"
  },
  "github_url": {
    "label": "GitHub",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [💎 Leads Scraper $1/1K With EMAILS | 300M base | Like Apollo](https://apify.com/x_guru/leads-scraper-apollo-zoominfo) with a specific input configuration. Visit the [Actor detail page](https://apify.com/x_guru/leads-scraper-apollo-zoominfo) to learn more, explore other use cases, and run it yourself.