# Find California marketing managers with emails

**Use case:** 

Target marketing managers and heads of marketing in California. Get emails, LinkedIn URLs, and company details for regional outbound.

## Input

```json
{
  "maxLeads": 100,
  "includeEmails": true,
  "verifiedEmailsOnly": false,
  "jobTitles": [
    "Marketing Manager",
    "Head of Marketing",
    "Growth Manager"
  ],
  "seniority": [
    "Manager",
    "Head",
    "Senior"
  ],
  "departments": [
    "Marketing",
    "Digital"
  ],
  "personCountries": [
    "United States"
  ],
  "personStates": [
    "California"
  ]
}
```

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