Person v16.0 was released on 10/11/2021
Person Schema Changes
last_initial Field
As of the October 2021 release (this release) will allow records with no last_name and only a last_initial (new field).
Example Name
JSON
Indexing Date Fields as Dates
As of this current release (October 2021 - v16) we will be changing the mapping of all date fields toDate type. This will allow range searches on dates for our Search API users. See the Search API Field Changes section below for more information.
Changing founded and birth_year to Integer
As of this current release (October 2021 - v16) we will be returning birth_year, job_company_founded, and experience.company.founded as integer types instead of string types to data license customers. See the Data License Field Changes section below for more information.
Company Schema Changes
employee_count Field
As of the October 2021 release (this release - v16) we are adding a new employee_count field to the Company Schema:
Company Schema
New Products, Features and Integrations
We launched a number of new API endpoints and integrations this past quarter, and we are excited to get them into the hands of current and potential customers. Check them out!New Endpoints
Autocomplete API[open-access beta]- Access via:
v5/autocompleteendpoint - Description: The Autocomplete API allows users to retrieve suggestions for Search API query values along with the number of available records for each suggestion (for example, schools starting with “stanf”). This endpoint is in open-beta and we would love to hear your feedback as you use it!
- Resources:
- Docs: Autocomplete API
- Access via:
v5/person/retrieveendpoint - Description: The Person Retrieve API allows users to pull profiles based on PDL ID in order to “refresh” their record. This endpoint is in open-beta and we would love to hear your feedback as you use it!
- Resources:
- Docs: Person Retrieve API
New Integrations and Tools (No Coding Required!)
Zapier Integration[open access to all customers]- Access via: People Data Labs Zapier Integrations
- Description: Our new People Data Labs Zapier integration allows users to connect our Enrichment API to thousands of the most popular apps, letting you automate your work with no code required.
- Resources:
- Tutorial: Lead Enrichment with Zapier and Salesforce
- Video Demo: PDL + Zapier | Automated B2B Data Enrichment
- Access via: Self Serve API Dashboard
- Description: The Query Builder allows you to interactively construct queries for the Person Search API right from your browser - no coding necessary!
- Resources:
New Page Updates
API Status Page[publicly viewable]- Access via: People Data Labs System Status Page
- Description: We recently launched our updated API status page, which provides not only a refreshed view of each of our endpoints, but also provides detailed reporting on outages and other incidents. Users can now also subscribe to receive real time notifications of outages and scheduled downtime as well.
- Resources: N/A
Data Field Changes
Data License Field Changes
Data license customers will see the following field changes in their flat file dataset: Person SchemaSearch API Field Changes
Person Schema
Company Schema
Freshness
This quarter, we made huge strides in refreshing our datasets and have updated job titles for over 208mm of our global profiles and locations for over 182mm in our resume dataset. We also updated jobs for 57mm of our United States profiles and locations for 62mm in our resume dataset. Our street_address slice, in particular, saw a significant number of location updates from our efforts this past quarter leading to a total of 449mm updates globally in the API.Coverage
We are continuing to make strides to link more PII to our core datasets. See some highlights below and click the links on each slice to see the full set of stats for each. Resume Dataset
API Dataset
Street Address Dataset
Mobile Phone Dataset
Commentary
- We increased our current work email coverage across all our datasets including linkages between
work_email<> B2B info andwork_email<>mobile phone. - We significantly improved our linkages between
mobile_phoneandlocation_names(and other related location information) as well as linkages betweenmobile_phoneandwork_email. - We increased our coverage or records in the resume dataset by almost 4% and our coverage of job titles for that dataset by ~8%.
- Overall, we had a significant lift in new jobs, emails, and locations this quarter.
Improvements
- We merged ~1.5mm records together in the resume dataset, reducing our rate of duplication.
- We added a new
last_initialfield to our data which allows users to retrieve profile matches for records even without a fully populated name. See notice above. - We added an
employee_countfield to our company data representing the current employee headcount as an integer value. See the Company Schema Changes section above. - We improved the matching logic for the Company Enrichment API and also support enriching on
tickerandlocation. - We improved the accuracy of our estimation for
inferred_salary. - We added the ability for users to exclude datasets when using the Search API (see code example).
- We added clearer messaging when hitting rate limits in Search APIs.
- We updated our Search APIs to support queries containing uppercased strings.
Bug Fixes
- We fixed a bug in our data causing null values in
job_company_foundedto have value"None". - Fixed bug with bulk person enrichment API not handling nested required and min_likelihood parameters.
- Fixed bug with Bulk Person Enrichment API returning incorrect metadata values for unmatched(404) requests.
- We fixed a bug with the Person Enrichment API in handling hashed emails with capitalized characters.
- We corrected a bug in our data with undesired characters appearing in experience summaries.
- We fixed a bug in our build process parsing for names with false-positive inputs.
Pre-October 2021 Release Notification
last_initial Field
As of the October we will allow records with nolast_name and only a last_initial (new field).
While previously full_name, first_name, and last_name were not nullable, now full_name, first_name, and last_initial are the minimum requirements for a record.
Example Name
JSON
