# Вакансии Python-разработчика в Москве

**Use case:** 

Ищет на hh.ru вакансии `python developer` в Москве с опытом 1–3 года, до 100 вакансий. По каждой: название, компания, город, зарплата, опыт, график, тип занятости, описание, ключевые навыки и ссылка. Измените `text`, `area` (1 = Москва, 2 = СПб, 113 = вся Россия) или фильтры опыта и графика.

## Input

```json
{
  "startUrl": "",
  "text": "python developer",
  "area": "1",
  "experience": "between1And3",
  "schedule": "",
  "employment": "",
  "results_wanted": 100,
  "max_pages": 20,
  "api_only": true,
  "include_raw_data": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "schedule": {
    "label": "Schedule",
    "format": "text"
  },
  "work_format": {
    "label": "Work format",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Vacancy URL",
    "format": "link"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/parsebird/hh-ru-jobs-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
