# HeadHunter RU URL | Filters | Enriched Job Data

**Use case:** 

Scrape hh.ru job listings by keyword, filters or URLs with 50+ fields, salary, experience, schedule, employer details, descriptions, skills, contacts and logos.

## Input

```json
{
  "mode": "search",
  "queries": [
    "AI"
  ],
  "areas": [
    "1"
  ],
  "experience": "any",
  "onlyWithSalary": false,
  "orderBy": "relevance",
  "urls": [
    "https://hh.ru/search/vacancy?text=python&area=1&page=0"
  ],
  "vacancyInput": [
    "https://hh.ru/vacancy/123456789",
    "123456790"
  ],
  "maxPages": 5,
  "maxListings": 0,
  "fetchDetails": true,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "vacancyId": {
    "label": "ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Title"
  },
  "publicationDate": {
    "label": "Published"
  },
  "company.name": {
    "label": "Company"
  },
  "company.isAccreditedIT": {
    "label": "IT-accredited"
  },
  "salaryFrom": {
    "label": "Salary from"
  },
  "salaryTo": {
    "label": "Salary to"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "area.name": {
    "label": "City"
  },
  "address.metroStations": {
    "label": "Metro"
  },
  "address.lat": {
    "label": "Lat"
  },
  "address.lng": {
    "label": "Lng"
  },
  "workExperience": {
    "label": "Experience"
  },
  "employmentForm": {
    "label": "Employment"
  },
  "workFormats": {
    "label": "Format"
  },
  "workSchedule": {
    "label": "Schedule"
  },
  "keySkills": {
    "label": "Key skills"
  },
  "responsesCount": {
    "label": "Responses"
  },
  "totalResponsesCount": {
    "label": "Total responses"
  }
}
```

## About this Actor

This example demonstrates how to use [HeadHunter RU $1💰 URL | Filters | Enriched Job Data](https://apify.com/abotapi/hh-ru-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/hh-ru-jobs-scraper) to learn more, explore other use cases, and run it yourself.