# Extract HR Managers at Top Tech Companies

**Use case:** 

Target Human Resources and Talent Acquisition leaders at specific tech giants. Use this data to pitch recruitment software or corporate wellness programs direct

## Input

```json
{
  "jobTitles": [
    "HR Manager",
    "Head of Talent",
    "Recruitment Director"
  ],
  "locations": [
    "San Francisco",
    "Austin",
    "Seattle"
  ],
  "industries": [],
  "companyNames": [
    "Google",
    "Meta",
    "Amazon",
    "Netflix",
    "Apple"
  ],
  "maxLeads": 100
}
```

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