← Tools Reference

People Data Labs

People Data Labs integration (Data, Marketing). Imported from open-connector.

API key4 toolshttps://api.peopledatalabs.com
GET
peopledatalabs_enrich_person
Match a single person in People Data Labs and return the top matched person record.

/v5/person/enrich

25 parameters
ParamTypeRequiredDescription
pdl_idstringoptional
namestringoptional
first_namestringoptional
last_namestringoptional
middle_namestringoptional
locationstringoptional
street_addressstringoptional
localitystringoptional
regionstringoptional
countrystringoptional
postal_codestringoptional
companystringoptional
schoolstringoptional
phonestringoptional
emailstringoptional
email_hashstringoptional
profilestringoptional
lidstringoptional
birth_datestringoptional
prettybooleanoptionalWhether to return human-readable JSON indentation.
include_if_matchedbooleanoptionalWhether to include top-level matched field metadata in the response.
min_likelihoodintegeroptionalLikelihood score returned by People Data Labs.
requiredstringoptional
titlecasebooleanoptionalWhether text fields in successful responses should be title-cased.
data_includestringoptional
POST
peopledatalabs_search_people
Search the People Data Labs person dataset with either an Elasticsearch query or SQL query.

/v5/person/search

9 parameters
ParamTypeRequiredDescription
querystringoptional
sqlstringoptional
sizeintegeroptionalMaximum number of matched records to return.
fromintegeroptionalLegacy offset for paginating between batches.
scroll_tokenstringoptional
titlecasebooleanoptionalWhether returned records should be title-cased.
prettybooleanoptionalWhether to return human-readable JSON indentation.
datasetstringoptional
data_includestringoptional
GET
peopledatalabs_enrich_company
Match a single company in People Data Labs and return the top matched company record.

/v5/company/enrich

17 parameters
ParamTypeRequiredDescription
pdl_idstringoptional
namestringoptional
profilestringoptional
tickerstringoptional
websitestringoptional
locationstringoptional
localitystringoptional
regionstringoptional
countrystringoptional
street_addressstringoptional
postal_codestringoptional
prettybooleanoptionalWhether to return human-readable JSON indentation.
include_if_matchedbooleanoptionalWhether to include top-level matched field metadata in the response.
min_likelihoodintegeroptionalLikelihood score returned by People Data Labs.
requiredstringoptional
titlecasebooleanoptionalWhether text fields in successful responses should be title-cased.
data_includestringoptional
POST
peopledatalabs_search_companies
Search the People Data Labs company dataset with either an Elasticsearch query or SQL query.

/v5/company/search

7 parameters
ParamTypeRequiredDescription
querystringoptional
sqlstringoptional
sizeintegeroptionalMaximum number of matched records to return.
fromintegeroptionalLegacy offset for paginating between batches.
scroll_tokenstringoptional
titlecasebooleanoptionalWhether returned records should be title-cased.
prettybooleanoptionalWhether to return human-readable JSON indentation.