For the complete documentation index, see llms.txt. This page is also available as Markdown.
Jobs data

Data Dictionary: Base Jobs API

Overview

Data dictionary for data retrieved using Base Jobs API endpoints.

The dataset underlying the following fields is deduplicated and sourced globally. Records span a historical data back to August 2020, and active postings are revisited within 24 hours via continuous 24/7 discovery. This data dictionary lists all available data fields, explains their values, and provides data samples from the API Base Jobs dataset.

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

Data field explanations

Main (root) table

Data field
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:

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

Integer

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:

Industries

Data field
Description
Data type

job_industry_collection

Consists job_industry_list objects

Array of objects

job_industry_list

Job industry list

Object

industry

Job industry title

String

Refer to the table example from the data:

Functions

Data field
Description
Data type

job_functions_collection

Job functions list

String

See a snippet of the dataset for reference:

Last updated

Was this helpful?