Skip to main content
POST
/
api
/
career
/
jobs
/
extract
Extract Job
curl --request POST \
  --url https://api.example.com/api/career/jobs/extract \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "company": "<string>",
  "id": "<string>",
  "role_title": "<string>",
  "source_url": "<string>",
  "description_excerpt": "<string>",
  "duplicate": false,
  "employment_type": "<string>",
  "location": "<string>",
  "normalized_skills": [
    "<string>"
  ],
  "posted_at": "<string>",
  "project_domain": "<string>",
  "raw_skills": [
    "<string>"
  ],
  "seniority": "<string>"
}

Body

application/json

URL submitted for job posting extraction.

url
string<uri>
required
Required string length: 1 - 2083

Response

Successful Response

Extracted job data preview for user review before saving.

company
string
required
id
string
required
role_title
string
required
source_url
string
required
description_excerpt
string | null
duplicate
boolean
default:false
employment_type
string | null
location
string | null
normalized_skills
string[]
posted_at
string | null
project_domain
string | null
raw_skills
string[]
seniority
string | null