# Scrape Full-Time HR Jobs in New York

**Use case:** 

Gather comprehensive listings for full-time Human Resources roles in New York City and state to assist HR professionals and recruiters. This provides a targeted

## Input

```json
{
  "keywords": "human resources",
  "location": "New York",
  "maxItems": 250,
  "scrapeJobDetails": true,
  "timePosted": "",
  "experienceLevel": "",
  "jobType": "F",
  "workType": "",
  "easyApply": false,
  "industry": "",
  "function": "",
  "salaryMin": 0,
  "under10Applicants": false,
  "inYourNetwork": false,
  "language": ""
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "applicantCount": {
    "label": "Applicants",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "postedDateText": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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