Data Dictionary: Base Jobs API
Overview
Data dictionary for data retrieved using Base Jobs API endpoints.
This data dictionary shows all available data points, explains their values, and provides data samples from the API Base Jobs dataset.
Data point explanations
Main (root) table
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
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
job_functions_collection
Job functions list
String
See a snippet of the dataset for reference:
Last updated
Was this helpful?