> ## 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 Schema

> 📘 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.

# Overview

This page details the fields that we have available in our Job Posting dataset.

> 📘 Field Availability
>
> Please note: Not all fields are available in all bundles.

* For more information about data formatting, see [Data Types](https://docs.peopledatalabs.com/docs/data-types).
* For a simplified overview of our Job Posting fields, check out the [Job Posting Data Overview](https://docs.peopledatalabs.com/docs/job-posting-data-overview)

## Job Posting

### `id`

<table>
  <tr>
    <th>Description</th>
    <td>PDL persistent job posting ID</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

PDL persistent job posting ID

#### Example

```json
RCnkCs8BhqY
```

### `first_seen`

<table>
  <tr>
    <th>Description</th>
    <td>Date that PDL believes the job posting was posted.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

Date that PDL believes the job posting was posted. This field will be represented as null if the job posting was already live when PDL first crawled the job posting source. This string will always be a date in YYYY-MM-DD format.

#### Example

```json
2024-11-09
```

### `deactivated_date`

<table>
  <tr>
    <th>Description</th>
    <td>Date that the job posting was deactivated.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

Date that the job posting was deactivated. This field is null if the job posting is still live. This string will always be a date in YYYY-MM-DD format.

#### Example

```json
2024-11-09
```

### `last_verified`

<table>
  <tr>
    <th>Description</th>
    <td>Last extraction date for the given job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

Last extraction date for the given job posting. This string will always be a date in YYYY-MM-DD format.

#### Example

```json
2024-11-09
```

### `title`

<table>
  <tr>
    <th>Description</th>
    <td>The PDL cleaned title listed on the job description.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The PDL cleaned title listed on the job description

#### Example

```json
channel sales strategy & program manager
```

### `title_raw`

<table>
  <tr>
    <th>Description</th>
    <td>The raw title listed on the job description.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The raw title listed on the job description

#### Example

```json
Channel Sales Strategy & Program Manager
```

### `title_class`

<table>
  <tr>
    <th>Description</th>
    <td>The derived title class from the listed job title</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Enum \[String]</code></td>
  </tr>
</table>

#### Field Details

The derived title class from the listed job title. title\_class represents the line item category this employee would fall into.

#### Example

```json
services
```

### `title_role`

<table>
  <tr>
    <th>Description</th>
    <td>The derived role from the listed job title</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Enum \[String]</code></td>
  </tr>
</table>

#### Field Details

The derived title role from the listed job title. `title_role` represents the function the employee fulfills at the company.

#### Example

```json
fulfillment
```

### `title_sub_role`

<table>
  <tr>
    <th>Description</th>
    <td>The derived sub\_role from the listed job title</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Enum \[String]</code></td>
  </tr>
</table>

#### Field Details

The derived title sub\_role from the listed job title. title\_sub\_role represents the specific descriptive category a title falls under.

#### Example

```json
project_management
```

### `title_levels`

<table>
  <tr>
    <th>Description</th>
    <td>The derived level(s) from the listed job title.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>List \[ Enum\[String] ]</code></td>
  </tr>
</table>

#### Field Details

The derived title levels from the listed job title. `title_levels` represent the seniority levels associated with a title.

#### Example

```json
cxo
```

### `company_id`

<table>
  <tr>
    <th>Description</th>
    <td>PDL Company ID</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

PDL Company ID. This field is a foreign key for the PDL company dataset.

#### Example

```json
ZOmjzKHqTblDwju8qhoKsAvqwGeb
```

### `company_name`

<table>
  <tr>
    <th>Description</th>
    <td>The company's primary common name.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The company's primary common name. This is enriched from the PDL company dataset.

#### Example

```json
asana
```

### `company_display_name`

<table>
  <tr>
    <th>Description</th>
    <td>The company name, capitalized using the company’s self-reported name.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The company name, capitalized using the company’s self-reported name. This is enriched from the PDL company dataset.

#### Example

```json
Asana
```

### `company_website`

<table>
  <tr>
    <th>Description</th>
    <td>The company's primary website.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The company's primary website. This is enriched from the PDL company dataset.

#### Example

```json
asana.com
```

### `company_linkedin_url`

<table>
  <tr>
    <th>Description</th>
    <td>The main LinkedIn profile URL for the company.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The main LinkedIn profile URL for the company. This is enriched from the PDL company dataset.

#### Example

```json
linkedin.com/company/asana
```

### `locations`

<table>
  <tr>
    <th>Description</th>
    <td>All locations listed on this job posting</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>List \[Object]</code></td>
  </tr>
</table>

#### Field Details

All locations listed on this job posting.

#### Example

```json
"locations": [
  {
    "name": "san miguel, california, united states",
    "locality": "san miguel",
    "region": "california",
    "metro": "san luis obispo, california",
    "country": "united states",
    "continent": "north america",
    "geo": "36.39,-120.95"
  },
  {
    "name": "anaheim, california, united states",
    "locality": "anaheim",
    "region": "california",
    "metro": "los angeles, california",
    "country": "united states",
    "continent": "north america",
    "geo": "33.83,-117.85"
  }
]

```

### `locations.name`

<table>
  <tr>
    <th>Description</th>
    <td>The display name of the location</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The display name of the location. This is generated by concatenating the locality, region, and country of the location.

#### Example

```json
san francisco, california, united states
```

### `locations.locality`

<table>
  <tr>
    <th>Description</th>
    <td>The standardized locality of the location listed on the job posting, typically a city, town, village, or other local place name.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The standardized locality of the location listed on the job posting. This is generated using PDL's location cleaning and standardization logic and typically represents the city, town, neighborhood, or local place name. Examples: `san francisco`, `london`, `berkeley`.

#### Example

```json
san francisco
```

### `locations.region`

<table>
  <tr>
    <th>Description</th>
    <td>The standardized administrative region of the location listed on the job posting, such as a state, province, or other sub-country division.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The standardized administrative region of the location listed on the job posting. This is generated using PDL's location cleaning and standardization logic. Examples include `california`, `ontario`, `bavaria`, and `queensland`.

#### Example

```json
california
```

### `locations.metro`

<table>
  <tr>
    <th>Description</th>
    <td>The standardized US metro area of the location listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The standardized US metro area of the location listed on the job posting. This is generated using PDL's location cleaning and standardization logic.

#### Example

```json
san francisco, california
```

### `locations.country`

<table>
  <tr>
    <th>Description</th>
    <td>The standardized country of the location listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The standardized country of the location listed on the job posting. This is generated using PDL's location cleaning and standardization logic.

#### Example

```json
united states
```

### `locations.continent`

<table>
  <tr>
    <th>Description</th>
    <td>The standardized continent of the location listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The standardized continent of the location listed on the job posting. This is generated using PDL's location cleaning and standardization logic.

#### Example

```json
north america
```

### `locations.geo`

<table>
  <tr>
    <th>Description</th>
    <td>The standardized geo of the location listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The standardized geo of the location listed on the job posting. This is generated using PDL's location cleaning and standardization logic.

#### Example

```json
37.77,-122.41
```

### `description_raw`

<table>
  <tr>
    <th>Description</th>
    <td>The raw HTML job description</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The raw HTML job description with no casing changes or modifications besides that PDL strips leading / trailing whitespace.

#### Example

```json
<div> <p></p> <p>Join us in bringing joy to customer experience. Five9 is a leading provider of cloud contact center software, bringing the power of cloud innovation to customers worldwide. </p> <p>Living our values everyday results in our team-first culture and enables us to innovate, grow, and thrive while enjoying the journey together. We celebrate diversity and foster an inclusive environment, empowering our employees to be their authentic selves. </p> </div><p><span>The Channel Sales Strategy &amp; Program Manager will work closely with global channel leaders, partners, and sales to drive revenue growth and optimize Five9’s Next Level Partnership Programs. This role is responsible for maximizing business impact, streamlining processes, and ensuring both customer and partner growth.</span><span> </span></p> <p><strong><span>Key Responsibilities:</span></strong><span> </span></p> <p><strong><span>Sales &amp; Strategy Development:</span></strong><span> </span></p> <ul> <li> <span>Collaborate with Five9 leadership, partners, and sales to develop pricing, programs, and enablement globally. </span><span> </span> </li> </ul> <ul> <li> <span>Develop and drive business acceleration through a balanced route-to-market strategy.</span><span> </span> </li> </ul> <ul> <li> <span>Expand into new, existing, and emerging markets.</span><span> </span> </li> </ul> <p><strong><span>Program Management:</span></strong><span> </span></p> <ul> <li> <span>Lead the orchestration of cross-functional efforts to enhance channel &amp; sales capabilities by understanding business, financial expectations, and architecture.</span><span> </span> </li> </ul> <ul> <li> <span>Design programs and partnership frameworks that deliver accelerated value for both Five9 and its customers.</span><span> </span> </li> </ul> <p><strong><span>Performance Monitoring:</span></strong><span> </span></p> <ul> <li> <span>Track program/partner metrics and create project status reports. </span><span> </span> </li> </ul> <ul> <li> <span>Provide executive briefings to senior leadership on program performance and key milestones.</span><span> </span> </li> </ul> <p><strong><span>Asset Allocation:</span></strong><span> </span></p> <ul> <li> <span>Assist in managing resources, including people, budgets, and tools, to ensure the channel and global sales team meets its strategic goals.</span><span> </span> </li> </ul> <p><strong><span>Communication and Alignment:</span></strong><span> </span></p> <ul> <li> <span>Ensure alignment of the channels team with overall company strategies, including updates on revenue changes, commission structures, and executive partner communications.</span><span> </span> </li> </ul> <p><strong><span>Revenue Operations:</span></strong><span> </span></p> <ul> <li> <span>Act as the primary problem-solver for urgent needs, while providing cross-functional leadership that results in a swift resolution.</span><span> </span> </li> </ul> <ul> <li> <span>Create proactive: SWOT analysis’s, processes, and investment strategies that generate consistent revenue growth and scale. </span><span> </span> </li> </ul> <p><strong><span>Qualifications:</span></strong><span> </span></p> <p><strong><span>Education:</span></strong><span> </span></p> <ul> <li> <span>Bachelor’s degree in business, marketing, sales, or a related field. An MBA is sometimes preferred.</span><span> </span> </li> </ul> <p><strong><span>Experience: </span></strong><span> </span></p> <ul> <li> <span>5-10 years of experience in sales, preferably in channel or partner management.</span><span> </span> </li> </ul> <ul> <li> <span>Proven track record of managing partner relationships and driving revenue through indirect sales channels.</span><span> </span> </li> </ul> <ul> <li> <span>Experience with B2B sales in relevant industries (e.g., technology, SaaS, telecommunications).</span><span> </span> </li> </ul> <ul> <li> <span>Strong understanding of business development, financial modeling, and resource allocation.</span><span> </span> </li> </ul> <p><strong><span>Competencies:</span></strong><span> </span></p> <ul> <li> <span>Strong communication, negotiation, and relationship-building skills.</span><span> </span> </li> </ul> <ul> <li> <span>Ability to work globally, cross-functionally and align strategies across departments.</span><span> </span> </li> </ul> <ul> <li> <span>Deep understanding of channel sales models, partner ecosystems, and go-to-market strategies.</span><span> </span> </li> </ul> <ul> <li> <span>Ability to analyze market trends and sales data to identify opportunities for growth.</span><span> </span> </li> </ul> <ul> <li> <span>Experience with CRM platforms (Salesforce) and sales management tools.</span><span> </span> </li> </ul> <ul> <li> <span>Strategic thinking with the ability to align channel strategies with business goals.</span><span> </span> </li> </ul> <p> </p><div><div> <div> <p><span>Work Location: This role is fully remote for candidates who reside outside the 50 mile radius of our San Ramon office. For candidates who reside within 50 miles of our San Ramon location, this role is Hybrid and would require 3 days a week (M, W, TH) in our San Ramon office. </span></p> <hr> <p><span>As part of our continued commitment to diversity, equity, and inclusion, Five9 supports pay transparency during the entire recruitment process. Actual compensation packages are based on several factors that are unique to each candidate including, but not limited to: skill set, depth of experience, certifications, and specific work location. The range displayed reflects the minimum and maximum target for new hire salaries for the job across the United States. Your recruiter can share more about the specific compensation package during your hiring process.</span></p> <p> </p> <p><span>Additionally, the total compensation package for this position may also include an annual performance bonus, stock, and/or other applicable incentive compensation plans.</span></p> <p> </p> <p><span>Our total reward package also includes:</span></p> <ul type="disc"> <li><span>Health, dental, and vision coverage, beginning on the first day of employment. Five9 covers 100% of the employee portion of the health, dental and vision coverage and shares a high portion of the dependent cost. We also offer Short &amp; Long-Term Disability, Basic Life Insurance, and a 401k saving plan with employer matching.</span></li> <li><span>Access to an innovative mental health support platform that offers personalized care and resources in areas such as: therapy, coaching and self-guided mindfulness exercises for all covered employees and their covered dependents.</span></li> <li><span>Generous employee stock purchase plan.</span></li> <li><span>Paid Time Off, Company paid holidays, paid volunteer hours and 12 weeks paid parental leave.</span></li> </ul> <p><span>All compensation and benefits are subject to the requirements and restrictions set forth in the applicable plan documents and any written agreements between the parties.</span></p> </div> <div>The US base salary range for this role is below. </div> <div> <span>$77,800</span><span>—</span><span>$150,700 USD</span> </div> </div></div><div> <p><span>Five9 embraces diversity and is committed to building a team that represents a variety of backgrounds, perspectives, and skills. The more inclusive we are, the better we are. Five9 is an equal opportunity employer.</span><span> </span></p> <p><span>Our headquarters are located in the San Francisco Bay Area with global hubs in the United Kingdom, Germany, Philippines, Portugal, and Australia. </span></p> <hr> <p><span>View our privacy policy, including our privacy notice to California residents here: <a href="https://www.five9.com/pt-pt/legal" target="_blank">https://www.five9.com/pt-pt/legal</a>. <br></span></p> <p><span>Note: Five9 will never request that an applicant send money as a prerequisite for commencing employment with Five9.</span></p> </div>
```

### `description`

<table>
  <tr>
    <th>Description</th>
    <td>The job description with HTML tags removed, but formatting maintained using html2text.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The job description with HTML tags removed, but formatting maintained using html2text.

#### Example

```json
"Join us in bringing joy to customer experience. Five9 is a leading provider of
cloud contact center software, bringing the power of cloud innovation to
customers worldwide.

Living our values everyday results in our team-first culture and enables us to
innovate, grow, and thrive while enjoying the journey together. We celebrate
diversity and foster an inclusive environment, empowering our employees to be
their authentic selves.

The Channel Sales Strategy & Program Manager will work closely with global
channel leaders, partners, and sales to drive revenue growth and optimize
Five9’s Next Level Partnership Programs. This role is responsible for
maximizing business impact, streamlining processes, and ensuring both customer
and partner growth.

**Key Responsibilities:**

**Sales & Strategy Development:**

  * Collaborate with Five9 leadership, partners, and sales to develop pricing, programs, and enablement globally. 

  * Develop and drive business acceleration through a balanced route-to-market strategy.

  * Expand into new, existing, and emerging markets.

**Program Management:**

  * Lead the orchestration of cross-functional efforts to enhance channel & sales capabilities by understanding business, financial expectations, and architecture.

  * Design programs and partnership frameworks that deliver accelerated value for both Five9 and its customers.

**Performance Monitoring:**

  * Track program/partner metrics and create project status reports. 

  * Provide executive briefings to senior leadership on program performance and key milestones.

**Asset Allocation:**

  * Assist in managing resources, including people, budgets, and tools, to ensure the channel and global sales team meets its strategic goals.

**Communication and Alignment:**

  * Ensure alignment of the channels team with overall company strategies, including updates on revenue changes, commission structures, and executive partner communications.

**Revenue Operations:**

  * Act as the primary problem-solver for urgent needs, while providing cross-functional leadership that results in a swift resolution.

  * Create proactive: SWOT analysis’s, processes, and investment strategies that generate consistent revenue growth and scale. 

**Qualifications:**

**Education:**

  * Bachelor’s degree in business, marketing, sales, or a related field. An MBA is sometimes preferred.

**Experience:**

  * 5-10 years of experience in sales, preferably in channel or partner management.

  * Proven track record of managing partner relationships and driving revenue through indirect sales channels.

  * Experience with B2B sales in relevant industries (e.g., technology, SaaS, telecommunications).

  * Strong understanding of business development, financial modeling, and resource allocation.

**Competencies:**

  * Strong communication, negotiation, and relationship-building skills.

  * Ability to work globally, cross-functionally and align strategies across departments.

  * Deep understanding of channel sales models, partner ecosystems, and go-to-market strategies.

  * Ability to analyze market trends and sales data to identify opportunities for growth.

  * Experience with CRM platforms (Salesforce) and sales management tools.

  * Strategic thinking with the ability to align channel strategies with business goals.

Work Location: This role is fully remote for candidates who reside outside the
50 mile radius of our San Ramon office. For candidates who reside within 50
miles of our San Ramon location, this role is Hybrid and would require 3 days
a week (M, W, TH) in our San Ramon office.

* * *

As part of our continued commitment to diversity, equity, and inclusion, Five9
supports pay transparency during the entire recruitment process. Actual
compensation packages are based on several factors that are unique to each
candidate including, but not limited to: skill set, depth of experience,
certifications, and specific work location. The range displayed reflects the
minimum and maximum target for new hire salaries for the job across the United
States. Your recruiter can share more about the specific compensation package
during your hiring process.

Additionally, the total compensation package for this position may also
include an annual performance bonus, stock, and/or other applicable incentive
compensation plans.

Our total reward package also includes:

  * Health, dental, and vision coverage, beginning on the first day of employment. Five9 covers 100% of the employee portion of the health, dental and vision coverage and shares a high portion of the dependent cost. We also offer Short & Long-Term Disability, Basic Life Insurance, and a 401k saving plan with employer matching.
  * Access to an innovative mental health support platform that offers personalized care and resources in areas such as: therapy, coaching and self-guided mindfulness exercises for all covered employees and their covered dependents.
  * Generous employee stock purchase plan.
  * Paid Time Off, Company paid holidays, paid volunteer hours and 12 weeks paid parental leave.

All compensation and benefits are subject to the requirements and restrictions
set forth in the applicable plan documents and any written agreements between
the parties.

The US base salary range for this role is below.

$77,800—$150,700 USD

Five9 embraces diversity and is committed to building a team that represents a
variety of backgrounds, perspectives, and skills. The more inclusive we are,
the better we are. Five9 is an equal opportunity employer.

Our headquarters are located in the San Francisco Bay Area with global hubs in
the United Kingdom, Germany, Philippines, Portugal, and Australia.

* * *

View our privacy policy, including our privacy notice to California residents
here: <https://www.five9.com/pt-pt/legal>.  

Note: Five9 will never request that an applicant send money as a prerequisite
for commencing employment with Five9.

"
```

### `remote_work_policy`

<table>
  <tr>
    <th>Description</th>
    <td>The remote work policy indicated on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Enum \[String]</code></td>
  </tr>
</table>

#### Field Details

The remote work policy indicated on the job posting as reported on the posting or extracted using generative AI. This value is an enum with the values \[hybrid, remote, onsite].

#### Example

```json
hybrid
```

### `inferred_skills`

<table>
  <tr>
    <th>Description</th>
    <td>List of inferred skills extracted from the job description.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Array (Object)</code></td>
  </tr>
</table>

#### Field Details

A list of skills extracted from the job description. These values are extracted from the [`description`](#description) field if possible. If no skills can be extracted this array will be empty.

#### Example

```json
"inferred_skills": [
    { "name": "airflow" },
    { "name": "amazon web services" },
    { "name": "apache kafka" },
    { "name": "apache spark" },
    { "name": "databricks" },
    { "name": "datadog" },
    { "name": "devops" },
    { "name": "docker container" },
    { "name": "elasticsearch" },
    { "name": "identity and access management" },
    { "name": "postgresql" },
    { "name": "python" },
    { "name": "terraform" }
  ]

 
```

### `inferred_skills.name`

<table>
  <tr>
    <th>Description</th>
    <td>Skill extracted from the job description.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The name of the skill that was extracted from the job description.

#### Example

```json
"name": "airflow"
```

### `salary_min`

<table>
  <tr>
    <th>Description</th>
    <td>The minimum salary listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Float</code></td>
  </tr>
</table>

#### Field Details

The minimum salary as listed on the job posting. This value is extracted from the [`description`](#description) field if possible. If no salary information, this value will be `null`.

#### Example

```json
"salary_min": 160000.0
```

### `salary_max`

<table>
  <tr>
    <th>Description</th>
    <td>The maximum salary listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>Float</code></td>
  </tr>
</table>

#### Field Details

The maximum salary as listed on the job posting. This value is extracted from the [`description`](#description) field if possible. If no salary information, this value will be `null`.

#### Example

```json
"salary_max": 180000.0
```

### `salary_currency`

<table>
  <tr>
    <th>Description</th>
    <td>The currency of the salary listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><a href="https://docs.peopledatalabs.com/docs/currency-codes"><code>Enum (String)</code></a></td>
  </tr>
</table>

#### Field Details

The currency of the salary listed on the job posting. This value is extracted from the [`description`](#description) field if possible and will be one of the [Canonical Currency Codes](https://docs.peopledatalabs.com/docs/currency-codes). If no salary information, this value will be `null`.

#### Example

```json
"salary_period": "annual"
```

### `salary_period`

<table>
  <tr>
    <th>Description</th>
    <td>The period of the salary listed on the job posting.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><a href="https://docs.peopledatalabs.com/docs/salary-periods"><code>Enum (String)</code></a></td>
  </tr>
</table>

#### Field Details

The pay period for the listed salary in the job post. This value is extracted from the [`description`](#description) field if possible and will be one of the [Canonical Salary Period Values](https://docs.peopledatalabs.com/docs/salary-periods). If no salary information, this value will be `null`.

#### Example

```json
"salary_period": "annual"
```

### `posting_url`

<table>
  <tr>
    <th>Description</th>
    <td>The url where the posting was retrieved.</td>
  </tr>

  <tr>
    <th>Data Type</th>
    <td><code>String</code></td>
  </tr>
</table>

#### Field Details

The url where the posting was retrieved. This will always be a valid URL, but may no longer be active. If deactivated\_date is not null, this URL should not resolve.

#### Example

```json
boards.greenhouse.io/asana/jobs/6005015
```