The Person Enrichment API enables you to enrich data on a person by performing a one-to-one match of this person with the nearly three billion individual profiles that are hosted in our dataset. Once matched, you have access to all the fields in our Person Schema, which can include names, emails, phone numbers, addresses, employment information, and social media accounts.

The request must have enough data points to find a clear match. A valid request must include at least one of the following groups of optional parameters:

profile OR email OR phone OR email_hash OR lid OR pdl_id OR (
    (
        (first_name AND last_name) OR name) AND
        (company OR school OR location OR street_address OR locality
         OR region OR country OR postal_code OR birth_date)
    )
Language
Credentials
Header
Click Try It! to start a request and see the response here!