Overview
The Preview Enrichment API supports our Person Enrichment API by providing a preview of what fields have data in a record. 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. The Preview Enrichment API will help solve this problem.Request Format
The endpoint for the Preview Enrichment API ishttps://api.peopledatalabs.com/v5/person/enrich/preview.
See Input Parameters - Person Enrichment API for details on the supported parameters. All valid input parameters for the Person Enrichment API will work the same way for the Preview Enrichment API.
Example
Response Format
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). Any nested objects will not be included in the Preview Enrichment response. For example, if a record has data for theeducation field, the response will have "education": true, but will not list any of the subfields (such as education.major).
To help users know which record they’re looking at, the following fields will have the actual data if it exists for the record: id, full_name, sex, linkedin_url, industry, job_title, job_title_levels, job_company_name, job_company_website, location_name. All other fields will have true/false values as described above.
The output is formatted as such:
Full Example Response
JSON
