[
{
"id": 123,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"@type": "@hh_vacancy",
"description_text": "<string>",
"salary": {
"@type": "@hh_salary",
"salary_from": 123,
"salary_to": 123,
"currency": "<string>",
"is_gross": true,
"mode": "<string>",
"mode_label": "<string>",
"frequency": "<string>",
"frequency_label": "<string>"
},
"employer": {
"@type": "@hh_vacancy_employer",
"id": 123,
"name": "<string>",
"alias": "<string>",
"image": "<string>",
"web_url": "<string>",
"is_accredited_it": true,
"is_trusted": true
},
"address": {
"@type": "@hh_vacancy_address",
"city": "<string>",
"street": "<string>",
"building": "<string>",
"display_name": "<string>",
"district": "<string>",
"lat": 123,
"lng": 123,
"metro_stations": []
},
"area_id": 123,
"area_name": "<string>",
"experience": "<string>",
"experience_label": "<string>",
"employment_form": "<string>",
"employment_form_label": "<string>",
"work_formats": [],
"work_format_labels": [],
"work_schedule_by_days": [],
"work_schedule_by_days_labels": [],
"working_hours": [],
"working_hours_labels": [],
"night_shifts": true,
"internship": true,
"accept_handicapped": true,
"accept_labor_contract": true,
"key_skills": [],
"driver_license_types": [],
"professional_role_ids": [],
"platforms": [],
"published_at": "<string>",
"valid_through_at": "<string>",
"is_archived": true,
"is_premium": true,
"contacts_hidden": true
}
]