Skip to main content

Getting Started

In order to use our Person Enrichment API, you must have an active API key. You can look up your API key by logging into our self-serve dashboard and going to the API Keys section.
Need an API Key?If you don’t have an API key, you can easily create one by signing up for a self-serve account. For more information, check out our Self-Serve Quickstart Guide, which walks you through the sign-up process as well as shows you how to use the self-serve API dashboard.

Simple Example

As mentioned in the Overview, the Person Enrichment API is a means of performing a one-to-one match of an individual with those included in our Person Dataset. In order to use the Person Enrichment API, you will need at least one of the input parameters of the API. Here’s a quick example that demonstrates retrieving a record with a profile of http://linkedin.com/in/seanthorne:
The API will return the matching person record if the LinkedIn URL passed to it exists in our dataset. The result of running the above code should be the profile for Sean Thorne (the CEO of People Data Labs) from our Person Dataset. To see Sean’s full profile that would be returned in the data object, check out our Example Person Record.
JSON
If you don’t get this response, check out our Errors page for more information.