Skip to main content
POST
/
api
/
wttj
/
jobs
/
related
/wttj/jobs/related
curl --request POST \
  --url https://api.anysite.io/api/wttj/jobs/related \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "job": "<string>",
  "count": 2,
  "timeout": 300,
  "language": "en"
}
'
[
  {
    "@type": "@wttj_job_search_hit",
    "name": "<string>",
    "alias": "<string>",
    "reference": "<string>",
    "wk_reference": "<string>",
    "summary": "<string>",
    "contract_type": "<string>",
    "remote": "<string>",
    "salary_min": 123,
    "salary_max": 123,
    "salary_currency": "<string>",
    "salary_period": "<string>",
    "experience_level_min": 123,
    "education_level": "<string>",
    "profession": {
      "@type": "@wttj_profession",
      "category_name": "<string>",
      "category_reference": "<string>",
      "sub_category_name": "<string>",
      "sub_category_reference": "<string>",
      "pivot_name": "<string>",
      "pivot_reference": "<string>"
    },
    "sectors": [],
    "key_missions": [],
    "benefits": [],
    "offices": [],
    "organization_name": "<string>",
    "organization_alias": "<string>",
    "organization_image": "<string>",
    "published_at": "<string>",
    "url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
job
string
required

Job posting URL or '{company_slug}/{job_slug}' to find related jobs for

Minimum string length: 1
Examples:

"https://www.welcometothejungle.com/en/companies/auchan/jobs/data-analyst-analytic-engineer-en-alternance-f-h_villeneuve-d-ascq"

"auchan/data-analyst-analytic-engineer-en-alternance-f-h_villeneuve-d-ascq"

count
integer
required

Max number of related job postings to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
language
enum<string>
default:en

Result localization language

Available options:
cs,
en,
es,
fr,
sk

Response

Successful Response

@type
string
default:@wttj_job_search_hit
name
string | null
alias
string | null
reference
string | null
wk_reference
string | null
summary
string | null
contract_type
string | null
remote
string | null
salary_min
integer | null
salary_max
integer | null
salary_currency
string | null
salary_period
string | null
experience_level_min
number | null
education_level
string | null
profession
WttjProfession · object
sectors
WttjSectorEntity · object[]
key_missions
string[]
benefits
string[]
offices
WttjOffice · object[]
organization_name
string | null
organization_alias
string | null
organization_image
string | null
published_at
string | null
url
string | null