# Collect public finance analyst vacancies

**Use case:** 

Gather recent finance analyst vacancies into a source-linked dataset for employer, salary, and skills benchmarking.

## Input

```json
{
  "searchQuery": "finance analyst OR financial analyst",
  "areaIds": [
    "1"
  ],
  "experience": "between1And3",
  "employmentType": "full",
  "scheduleType": "remote",
  "onlyWithSalary": true,
  "publishedWithinDays": 30,
  "sortOrder": "relevance",
  "vacancyUrls": [
    "https://hh.ru/vacancy/123456"
  ],
  "maxResults": 20,
  "includeJobDetails": true,
  "responseFormat": "concise"
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "schedule": {
    "label": "Schedule",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary minimum",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary maximum",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HH.RU Jobs Scraper — Russian Hiring Intelligence](https://apify.com/khadinakbar/hh-ru-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/hh-ru-jobs-scraper) to learn more, explore other use cases, and run it yourself.