Skip to main content
POST
/
api
/
wttj
/
jobs
/wttj/jobs
curl --request POST \
  --url https://api.anysite.io/api/wttj/jobs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "job": "<string>",
  "timeout": 300,
  "language": "en"
}
'
[
  {
    "@type": "@wttj_job",
    "id": "<string>",
    "name": "<string>",
    "alias": "<string>",
    "reference": "<string>",
    "wttj_reference": "<string>",
    "status": "<string>",
    "language": "<string>",
    "description": "<string>",
    "profile": "<string>",
    "summary": "<string>",
    "company_description": "<string>",
    "contract_type": "<string>",
    "remote": "<string>",
    "salary_min": 123,
    "salary_max": 123,
    "salary_currency": "<string>",
    "salary_period": "<string>",
    "salary_yearly_min": 123,
    "contract_duration_min": 123,
    "contract_duration_max": 123,
    "experience_level": "<string>",
    "education_level": "<string>",
    "start_date": "<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": [],
    "skills": [],
    "tools": [],
    "benefits": [],
    "office": {
      "@type": "@wttj_office",
      "address": "<string>",
      "city": "<string>",
      "state": "<string>",
      "district": "<string>",
      "zip_code": "<string>",
      "country": "<string>",
      "country_code": "<string>",
      "latitude": 123,
      "longitude": 123,
      "is_headquarter": true
    },
    "offices": [],
    "videos": [],
    "apply_url": "<string>",
    "ats": "<string>",
    "has_external_ats": true,
    "url": "<string>",
    "social_image": "<string>",
    "organization": {
      "@type": "@wttj_organization",
      "name": "<string>",
      "alias": "<string>",
      "reference": "<string>",
      "description": "<string>",
      "summary": "<string>",
      "image": "<string>",
      "cover": "<string>",
      "industry": "<string>",
      "sectors": [],
      "employee_count": 123,
      "creation_year": 123,
      "job_count": 123,
      "revenue": "<string>",
      "average_age": 123,
      "website_url": "<string>",
      "equality_index": {
        "@type": "@wttj_equality_index",
        "equality_index": 123,
        "gender_pay_gap": 123,
        "gap_in_promotions": 123,
        "gap_in_annual_raises": 123,
        "maternity_leave_return_raise": 123,
        "equality_among_highest_earners": 123,
        "workforce_range": "<string>",
        "year": 123,
        "published": true
      },
      "labels": [],
      "headquarter": {
        "@type": "@wttj_office",
        "address": "<string>",
        "city": "<string>",
        "state": "<string>",
        "district": "<string>",
        "zip_code": "<string>",
        "country": "<string>",
        "country_code": "<string>",
        "latitude": 123,
        "longitude": 123,
        "is_headquarter": true
      },
      "media_linkedin": "<string>",
      "media_twitter": "<string>",
      "media_facebook": "<string>",
      "media_instagram": "<string>",
      "media_youtube": "<string>"
    },
    "published_at": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
job
string
required
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"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

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

Language for localized text fields

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

Response

Successful Response

@type
string
default:@wttj_job
id
string | null
name
string | null
alias
string | null
reference
string | null
wttj_reference
string | null
status
string | null
language
string | null
description
string | null
profile
string | null
summary
string | null
company_description
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
salary_yearly_min
integer | null
contract_duration_min
integer | null
contract_duration_max
integer | null
experience_level
string | null
education_level
string | null
start_date
string | null
profession
WttjProfession · object
sectors
WttjSectorEntity · object[]
skills
string[]
tools
string[]
benefits
string[]
office
WttjOffice · object
offices
WttjOffice · object[]
videos
WttjVideo · object[]
apply_url
string | null
ats
string | null
has_external_ats
boolean | null
url
string | null
social_image
string | null
organization
WttjOrganization · object
published_at
string | null
updated_at
string | null