October 2022 Release Notes (v20)

v20.0 was released on 10/11/2022.

Welcome to our October 2022 release notes! We’re rolling out some exciting updates with this release.

Here are some of the key highlights:

Excited yet? Read on to learn more, or jump to a specific section using the table of contents below.

Table of Contents

📣 Key Announcements

✨ New Products and Features

🚀 Data Updates

🛠 Improvements and Bug Fixes


📣 Key Announcements

Customizable Update Logic (Person Retrieve API)

We’ve added a new feature to our Person Retrieve API! As of this release, users can filter what types of changes count as an updated record using the filter_updated parameter. The first filter we’re releasing is job_change.

The job_change filter looks at the job_company_id or job_title fields that were changed since the last data refresh.

For example, a Retrieve API user might want to keep the job history of profiles up-to-date. In its current state, the user gets charged whenever PDL adds new data to the record, even if it’s irrelevant to the job history. By setting the filter_updated parameter to job_change, any results that have not had a job change since the user’s most recent data refresh will be omitted from the response and will not result in credit usage.

Field NameField TypeField DescriptionExample
filter_updatedEnum (String)Filters which person data field changes count as an updated record.“job_change”

Recommended Personal Email

We are launching a new data field in our Person Dataset: recommended_personal_email. This field is generated by analyzing the emails in the personal_emails list to identify the best available email for that person.

Through testing, we’ve found that using the email identified in recommended_personal_email versus selecting a random email address from a given list of emails resulted in ~33% higher deliverability.

The recommended_personal_email field is available in its own premium field bundle. If you’d like access, please reach out to us or speak to your Customer Success Manager.

Field NameField TypeField DescriptionExample
recommended_personal_emailStringThe best available email to reach a person from their personal_emails.[email protected]

✨ New Products and Features

Preview Enrichment API

This quarter, we are excited to announce the launch of our Preview Enrichment API! This API supports our Person Enrichment API by providing a preview of what fields exist for a record.

The Preview Enrichment API is a wrapper on the Person Enrichment API, meaning it returns all of the same fields as the Person Enrichment API, but with true / false values instead (true meaning we have a value for that field and false meaning we do not have a value for it).

We’ve heard from many of our users in the lead/candidate search platform market that they often “tease” their users with previews of contact information for a person to incentivize them. We’re excited to launch the Preview Enrichment API to help solve this problem.

The Preview Enrichment API is purchasable by enterprise Person Enrichment customers. If you’d like access, please reach out to us or speak to your Customer Success Manager.


🚀 Data Updates

Freshness

This quarter, we updated millions of jobs and locations in our Global Resume Dataset. See below for details:

DatasetGeographyFieldRecords Updated
ResumeGlobalexperience152,859,024
ResumeGloballocation140,752,248
ResumeUnited Statesexperience55,087,011
ResumeUnited Stateslocation60,014,643

Coverage

Resume Dataset

LinkageCoverage in v19Coverage in v20Increase (%)
total_records716,378,665723,056,6720.93%
name_aliases19,876,48129,358,04847.70%
job_onet_minor_group158,277,253215,446,53536.12%
job_onet_major_group158,277,253215,446,53536.12%
job_onet_specific_occupation158,277,253215,446,53536.12%
job_onet_broad_occupation 158,277,253215,446,53536.12%
job_onet_code 158,277,253215,446,53536.12%
job_onet_specific_occupation_detail 71,235,98384,891,83619.17%

API Dataset

LinkageCoverage in v19Coverage in v20Increase (%)
email <> street_address411,671,368430,785,8194.64%

Company Dataset

LinkageCoverage in v19Coverage in v20Increase (%)
id18,537,88322,937,02623.73%

Commentary

  • We added 4.4 million new companies to our Company Dataset.
    • We added 4.9 million new experience objects to our Person Dataset from these new companies.
  • O*NET field coverage increased by ~36% across all datasets. If you’d like beta access to our O*NET title tagging, please reach out to us or speak to your Customer Success Manager.
  • email <> street address linkages increased by 4.64% in our API dataset

🛠 Improvements and Bug Fixes

  • We reduced duplication of records sharing the same LinkedIn URL by 16.5%.
  • Added the titlecase parameter to the Job and Skill Enrichment endpoints.
  • Minor bug fixes.