Job Posting Data Overview
Job Posting Data is currently in Beta
Please keep in mind that as an Beta product, the schema and field definitions may continue to evolve over the coming months.
The following table contains an overview of each job-posting-related field in our dataset. Click the field name to go to the corresponding section in our Job Posting Schema to see additional details about each field.
Field | Type | Short Description |
---|---|---|
id | String | PDL persistent job posting ID |
first_seen | String | Date that PDL believes the job posting was posted. |
deactivated_date | String | Date that the job posting was deactivated. |
last_verified | String | Last extraction date for the given job posting. |
title | String | The PDL cleaned title listed on the job description |
title_raw | String | The raw title listed on the job description |
title_class | Enum [String] | The derived title class from the listed job title |
title_role | Enum [String] | The derived role from the listed job title |
title_sub_role | Enum [String] | The derived sub_role from the listed job title |
title_levels | List [ Enum[String] ] | The derived level(s) from the listed job title |
company_id | String | PDL Company ID |
company_name | String | The company's primary common name |
company_display_name | String | The company name, capitalized using the company’s self-reported name |
company_website | String | The company's primary website |
company_linkedin_url | String | The main LinkedIn profile URL for the company |
locations | List [Object] | All locations listed on this job posting |
locations.name | String | The display name of the location |
locations.locality | String | The standardized locality of the location listed on the job posting. |
locations.region | String | The standardized region of the location listed on the job posting. |
locations.metro | String | The standardized US metro area of the location listed on the job posting. |
locations.country | String | The standardized country of the location listed on the job posting. |
locations.continent | String | The standardized continent of the location listed on the job posting. |
locations.geo | String | The standardized geo of the location listed on the job posting. |
description_raw | String | The raw HTML job description |
description | String | The job description with HTML tags removed, but formatting maintained using html2text |
remote_work_policy | Enum [String] | The remote work policy indicated on the job posting. |
posting_url | String | The url where the posting was retrieved. |
Updated 1 day ago