Skip to main content
POST
/
api
/
habrcareer
/
salaries
/
dynamics
/habrcareer/salaries/dynamics
curl --request POST \
  --url https://api.anysite.io/api/habrcareer/salaries/dynamics \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "specializations": [
    "<string>"
  ]
}
'
[
  {
    "@type": "@habrcareer_salary_dynamics",
    "title": "<string>",
    "periods": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
specializations
string[] | null

Specialization aliases (e.g. backend); omit for the whole market

qualification
enum<string> | null

Qualification level to filter the sample

Available options:
All,
Intern,
Junior,
Middle,
Senior,
Lead

Response

Successful Response

@type
string
default:@habrcareer_salary_dynamics
title
string | null
periods
HabrcareerSalaryPeriod · object[]