Skip to main content
POST
/
api
/
superjob
/
resumes
/superjob/resumes
curl --request POST \
  --url https://api.anysite.io/api/superjob/resumes \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "resume_id": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "url": "<string>",
    "@type": "@superjob_resume",
    "position": "<string>",
    "salary": 123,
    "salary_currency": "<string>",
    "area_name": "<string>",
    "region_name": "<string>",
    "metro_stations": [],
    "gender": "<string>",
    "citizenship": "<string>",
    "marital_status": "<string>",
    "image": "<string>",
    "additional_information": "<string>",
    "key_skills": [],
    "languages": [],
    "driver_license_types": [],
    "catalogues": [],
    "experiences": [],
    "educations": [],
    "has_no_experience": true,
    "remote_work": true,
    "relocate_possibility": true,
    "business_trip": true,
    "is_volunteer": true,
    "created_at": "<string>",
    "updated_at": "<string>",
    "published_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
resume_id
string
required

SuperJob resume id, or a resume URL containing it

Minimum string length: 1
Examples:

"52183174"

"https://www.superjob.ru/resume/operator-pk-52183174.html"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
url
string
required
@type
string
default:@superjob_resume
position
string | null
salary
integer | null
salary_currency
string | null
area_name
string | null
region_name
string | null
metro_stations
string[]
gender
string | null
citizenship
string | null
marital_status
string | null
image
string | null
additional_information
string | null
key_skills
string[]
languages
string[]
driver_license_types
string[]
catalogues
string[]
experiences
SuperjobResumeExperience · object[]
educations
SuperjobResumeEducation · object[]
has_no_experience
boolean | null
remote_work
boolean | null
relocate_possibility
boolean | null
business_trip
boolean | null
is_volunteer
boolean | null
created_at
string | null
updated_at
string | null
published_at
string | null