Skip to main content
POST
/
api
/
superjob
/
vacancies
/
similar
/superjob/vacancies/similar
curl --request POST \
  --url https://api.anysite.io/api/superjob/vacancies/similar \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "vacancy_id": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "name": "<string>",
    "url": "<string>",
    "@type": "@superjob_vacancy_search_item",
    "salary": {
      "@type": "@superjob_salary",
      "salary_from": 123,
      "salary_to": 123,
      "currency": "<string>",
      "currency_label": "<string>",
      "period": "<string>",
      "period_label": "<string>",
      "is_by_agreement": true
    },
    "company": {
      "@type": "@superjob_vacancy_company",
      "id": 123,
      "name": "<string>",
      "image": "<string>",
      "web_url": "<string>",
      "vacancy_count": 123,
      "rating": 123,
      "review_count": 123,
      "is_redirect": true
    },
    "area_id": 123,
    "area_name": "<string>",
    "region_name": "<string>",
    "metro_stations": [],
    "experience": "<string>",
    "experience_label": "<string>",
    "profession": "<string>",
    "catalogues": [],
    "tags": [],
    "tag_keys": [],
    "snippet": "<string>",
    "is_remote": true,
    "published_at": "<string>",
    "created_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
vacancy_id
string
required

SuperJob vacancy id, or a vacancy URL containing it

Minimum string length: 1
Examples:

"27517905"

"https://www.superjob.ru/vakansii/servisnyj-inzhener-27517905.html"

count
integer
required

Max number of similar vacancies to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
name
string
required
url
string
required
@type
string
default:@superjob_vacancy_search_item
salary
SuperjobSalary · object
company
SuperjobVacancyCompany · object
area_id
integer | null
area_name
string | null
region_name
string | null
metro_stations
SuperjobMetroStation · object[]
experience
string | null
experience_label
string | null
profession
string | null
catalogues
string[]
tags
string[]
tag_keys
string[]
snippet
string | null
is_remote
boolean | null
published_at
string | null
created_at
string | null