> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Job Posting Data Overview

<Info color="blue">
  **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.
</Info>

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\`](/docs/job-posting-fields) to see additional details about each field.

| Field                                                                   | Type                                    | Short Description                                                                     |
| :---------------------------------------------------------------------- | :-------------------------------------- | :------------------------------------------------------------------------------------ |
| [`id`](/docs/job-posting-fields#id)                                     | `String`                                | PDL persistent job posting ID                                                         |
| [`first_seen`](/docs/job-posting-fields#first_seen)                     | `String`                                | Date that PDL believes the job posting was posted.                                    |
| [`deactivated_date`](/docs/job-posting-fields#deactivated_date)         | `String`                                | Date that the job posting was deactivated.                                            |
| [`last_verified`](/docs/job-posting-fields#last_verified)               | `String`                                | Last extraction date for the given job posting.                                       |
| [`title`](/docs/job-posting-fields#title)                               | `String`                                | The PDL cleaned title listed on the job description                                   |
| [`title_raw`](/docs/job-posting-fields#title_raw)                       | `String`                                | The raw title listed on the job description                                           |
| [`title_class`](/docs/job-posting-fields#title_class)                   | `Enum [String]`                         | The derived title class from the listed job title                                     |
| [`title_role`](/docs/job-posting-fields#title_role)                     | `Enum [String]`                         | The derived role from the listed job title                                            |
| [`title_sub_role`](/docs/job-posting-fields#title_sub_role)             | `Enum [String]`                         | The derived sub\_role from the listed job title                                       |
| [`title_levels`](/docs/job-posting-fields#title_levels)                 | `List [ Enum[String] ]`                 | The derived level(s) from the listed job title                                        |
| [`company_id`](/docs/job-posting-fields#company_id)                     | `String`                                | PDL Company ID                                                                        |
| [`company_name`](/docs/job-posting-fields#company_name)                 | `String`                                | The company's primary common name                                                     |
| [`company_display_name`](/docs/job-posting-fields#company_display_name) | `String`                                | The company name, capitalized using the company’s self-reported name                  |
| [`company_website`](/docs/job-posting-fields#company_website)           | `String`                                | The company's primary website                                                         |
| [`company_linkedin_url`](/docs/job-posting-fields#company_linkedin_url) | `String`                                | The main LinkedIn profile URL for the company                                         |
| [`company_industry`](/docs/job-posting-fields#company_industry)         | `String`                                | The company's self-reported industry                                                  |
| [`company_industry_v2`](/docs/job-posting-fields#company_industry_v2)   | `String`                                | The company's self-reported V2 industry                                               |
| [`locations`](/docs/job-posting-fields#locations)                       | `List [Object]`                         | All locations listed on this job posting                                              |
| [`locations.name`](/docs/job-posting-fields#locationsname)              | `String`                                | The display name of the location                                                      |
| [`locations.locality`](/docs/job-posting-fields#locationslocality)      | `String`                                | The standardized locality of the location listed on the job posting.                  |
| [`locations.region`](/docs/job-posting-fields#locationsregion)          | `String`                                | The standardized region of the location listed on the job posting.                    |
| [`locations.metro`](/docs/job-posting-fields#locationsmetro)            | `String`                                | The standardized US metro area of the location listed on the job posting.             |
| [`locations.country`](/docs/job-posting-fields#locationscountry)        | `String`                                | The standardized country of the location listed on the job posting.                   |
| [`locations.continent`](/docs/job-posting-fields#locationscontinent)    | `String`                                | The standardized continent of the location listed on the job posting.                 |
| [`locations.geo`](/docs/job-posting-fields#locationsgeo)                | `String`                                | The standardized geo of the location listed on the job posting.                       |
| [`description_raw`](/docs/job-posting-fields#description_raw)           | `String`                                | The raw HTML job description                                                          |
| [`description`](/docs/job-posting-fields#description)                   | `String`                                | The job description with HTML tags removed, but formatting maintained using html2text |
| [`inferred_skills`](/docs/job-posting-fields#inferred_skills)           | `Array(Object)`                         | List of skills extracted from the job description.                                    |
| [`inferred_skills.name`](/docs/job-posting-fields#inferred_skillsname)  | `String`                                | Skill extracted from the job description.                                             |
| [`salary_currency`](/docs/job-posting-fields#salary_currency)           | [`Enum (String)`](/docs/currency-codes) | The currency of the salary listed on the job posting.                                 |
| [`salary_max`](/docs/job-posting-fields#salary_max)                     | `Float`                                 | The maximum salary listed on the job posting                                          |
| [`salary_min`](/docs/job-posting-fields#salary_min)                     | `Float`                                 | The minimum salary listed on the job posting                                          |
| [`salary_period`](/docs/job-posting-fields#salary_period)               | [`Enum (String)`](/docs/salary-periods) | The period of the salary listed on the job posting.                                   |
| [`remote_work_policy`](/docs/job-posting-fields#remote_work_policy)     | `Enum [String]`                         | The remote work policy indicated on the job posting.                                  |
| [`posting_url`](/docs/job-posting-fields#posting_url)                   | `String`                                | The url where the posting was retrieved.                                              |

***

<Frame>
  <img align="center" src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=abe1365e54a2f16de90de429336be8de" data-transcend-suppress width="1685" height="215" data-path="images/docs/891be0ed02ce4959796635e8174b6ed7798a85f2595404a0ac7609c814e3a71b-Recruiting_Banner_for_Docs.png" />
</Frame>

*Know someone who’d thrive building data products and helping us launch what’s next? We’d love to meet!*

*Check out our [open roles](https://www.peopledatalabs.com/company?utm_source=docs\&utm_medium=footer\&utm_campaign=cta#jobs) →*


## Related topics

- [Job Posting Schema](/docs/job-posting-fields.md)
- [Quickstart - Job Posting Search API](/docs/quickstart-job-posting-search-api.md)
- [July 2026 Release Notes](/changelog/july-2026-release-notes-v350.md)
- [May 2025 Release Notes](/changelog/may-2025-release-notes-v301.md)
- [Daily Deliveries (Job Posting Data)](/docs/daily-deliveries-job-posting-data.md)
