# Find HR Executives in New York Tech

**Use case:** 

Locate Human Resources executives in the New York technology sector for networking and partnership opportunities. This helps business development and HR solutio

## Input

```json
{
  "searchQuery": "VP Human Resources OR Chief People Officer",
  "cookie": "***",
  "location": "New York, New York, United States",
  "connectionDegree": "",
  "industry": "Software Development",
  "seniorityLevel": "Executive",
  "yearsOfExperience": "",
  "jobFunction": "HUMAN_RESOURCES",
  "maxResults": 25
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "connectionDegree": {
    "label": "Connection",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn People Search Scraper](https://apify.com/crawlerbros/linkedin-people-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/linkedin-people-search-scraper) to learn more, explore other use cases, and run it yourself.