Skip to main content
POST
/
api
/
hh
/
professional_roles
/hh/professional_roles
curl --request POST \
  --url https://api.anysite.io/api/hh/professional_roles \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "@type": "@hh_professional_role_category",
    "id": "<string>",
    "name": "<string>",
    "roles": []
  }
]

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

Response

Successful Response

@type
string
default:@hh_professional_role_category
id
string | null
name
string | null
roles
HhProfessionalRole · object[]