API Data Dictionaries

Job data API Data

7min

All job/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.

Overview

Data dictionary for data retrieved using Jobs data API endpoints.

This data dictionary shows all available data points, explains their values, and provides samples from the Jobs data API data.

Updated tables

Data point explanations

Main (root) table

Data point

Description

Data type

time_posted

Job ad publish date (as displayed on the professional network)

String

title

Job title

String

description

Job description Note: contains control characters.

String

seniority

Seniority level

String

employment_type

Full-time or part-time work

String

location

Job location

String

url

Job posting URL

String

hash

Job posting URL, processed by the MD5 algorithm

String

company_id

Company identification key, relating directly to the company table

Number (integer)

company_name

Company name

String

company_url

Company profile URL

String

external_url

External URL provided by the company referring to the job posting

String

application_active

One of two values possible - 1 or 0. 0 - the last time we scraped the job posting, the job posting was deactivated.

1 - the last time we scraped the job posting, it was still active

Boolean

salary

Offered salary

String

applicants_count

Number of applicants

String

professional_network_job_id

Job identifier on the professional network

Number (integer)

country

Job location (country)

String

last_updated_ux

Unix timestamp of the last record update

Number (integer)

redirected_url

URL where we are redirected while trying to access the job posting

String

redirected_url_hash

Redirected URL processed by the MD5 algorithm

String

Refer to the table example from the data:

Main job table


Industries

Data point

Description

Data type

job_industries_collection

Consists of record metadata and job_industry_list objects

Array of objects

job_industry_list

Contains record metadata and information on the job industry

Object

industry

Job industry title

String

Refer to the table example from the data:

Job industry collection


Functions

Data point

Description

Data type

job_functions_collection

Job functions list

String

See a snippet of the dataset for reference:

New data points