# Naukri Full-Time HR Jobs in Hyderabad

**Use case:** 

Gather all full-time Human Resources job openings in Hyderabad from Naukri. This supports HR professionals in their job search and provides recruitment agencies

## Input

```json
{
  "searchUrl": "https://www.naukri.com/python-developer-jobs-in-bangalore",
  "maxItems": 70,
  "keyword": "HR",
  "location": "hyderabad",
  "jobAge": "15",
  "jobType": "full-time",
  "sortBy": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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