Data Dictionary
This data dictionary shows all available data points, explains their values, and provides raw job posting data samples.
All tables have snippets of the Professional Network Job Postings dataset.
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
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 | 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 | Integer |
country | Job location (country) | String |
last_updated_ux | Unix timestamp of the last record update | 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 |
The main job table data sample:
Data point | Description | Data type |
---|---|---|
job_functions_collection | Consists of record metadata and job_function_list objects | Array of objects |
function_id | Identification key relating to the job_function_list table | Integer |
job_function_list | Information on the job functions in the job ad | Object |
function | Job function title | String |
hash | Job function title processed by the MD5 algorithm | String |
Job functions table data sample:
Data point | Description | Data type |
---|---|---|
job_industries_collection | Consists of record metadata and job_industry_list objects | Array of objects |
industry_id | Identification key relating to the job_industry_list table | Integer |
job_industry_list | Contains information on the job industry | Object |
industry | Job industry title | String |
hash | Job industry title processed by the MD5 algorithm | String |
Industries table data sample: