Peopledatalabs

Learn how to use Peopledatalabs with Composio

Overview

Enum

PEOPLEDATALABS

Description

PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information

Authentication Details

api_key
stringRequired
base_url
stringDefaults to https://api.peopledatalabs.com

Actions

Identify person data is a tool that identifies a person based on various fields.

Action Parameters

profile
string
email
string
phone
string
email_hash
string
lid
string
street_address
string
locality
string
region
string
company
string
school
string
location
string
postal_code
string
name
string
first_name
string
last_name
string
titlecase
boolean
pretty
boolean
include_if_matched
boolean

Action Response

data
object
successful
boolean
error

Enrich person data is a comprehensive tool designed to enhance and augment person-related data by providing additional context and details, thereby enabling a more complete and informative dataset.

Action Parameters

profile
string
email
string
phone
string
email_hash
string
lid
string
pdl_id
string
name
string
first_name
string
last_name
string
location
string
street_address
string
locality
string
region
string
country
string
postal_code
string
company
string
school
string
birth_date
string
data_include
string
pretty
booleanDefaults to True
min_likelihood
integerDefaults to 2
include_if_matched
boolean
required
string

Action Response

likelihood
data
object
successful
boolean
error

Company clean is a utility designed to standardize and correct company information. it ensures that company names, websites, and social profiles are accurate and formatted consistently.

Action Parameters

name
string
website
string
profile
string
pretty
boolean

Action Response

data
object
successful
boolean
error

Gets complete schema information for person or company entity.

Action Parameters

entity_type
stringRequired

Action Response

data
object
successful
boolean
error

This action is used to query the people and company data using natural language.

Action Parameters

query
stringRequired

Action Response

data
object
successful
boolean
error

Enrich skill data is a tool that enriches skill data.

Action Parameters

skill
stringRequired

Action Response

data
object
successful
boolean
error

Clean school data is a utility designed to standardize and correct school information. it ensures that school names, websites, and social profiles are accurate and formatted consistently.

Action Parameters

name
string
website
string
profile
string
pretty
boolean

Action Response

data
object
successful
boolean
error

Enrich company data is a comprehensive tool designed to enhance and augment company-related data by providing additional context and details, thereby enabling a more complete and informative dataset.

Action Parameters

pdl_id
string
name
string
profile
string
ticker
string
website
string
location
string
locality
string
region
string
country
string
street_address
string
postal_code
string
titlecase
boolean
pretty
booleanDefaults to True

Action Response

data
object
successful
boolean
error

Search company data is a tool that searches for company data based on a given sql query.

Action Parameters

query
stringRequired
size
integerDefaults to 1
scroll_token
string
dataset
stringDefaults to resume
titlecase
boolean
pretty
boolean

Action Response

data
object
successful
boolean
error

Search person data is a tool that searches for person data based on a given sql query.

Action Parameters

query
stringRequired
size
integerDefaults to 1
scroll_token
string
dataset
stringDefaults to resume
titlecase
boolean
pretty
boolean

Action Response

data
object
successful
boolean
error

Enrich ip data is a comprehensive tool designed to provide detailed enrichment for ip addresses by supplying additional context and associated data, thereby enabling a more complete understanding of the ip address in question.

Action Parameters

ip
stringRequired
return_ip_location
boolean
return_ip_metadata
boolean
return_if_unmatched
boolean
return_person
boolean
min_confidence
string
pretty
boolean
titlecase
boolean
updated_title_roles
boolean

Action Response

data
object
successful
boolean
error

Gets enum values for a specific column if it’s an enum type, loading mappings lazily.

Action Parameters

column
stringRequired

Action Response

data
object
successful
boolean
error

Clean location data is a utility designed to standardize and correct location information. it ensures that location names, coordinates, and other relevant details are accurate and formatted consistently.

Action Parameters

location
stringRequired

Action Response

data
object
successful
boolean
error

Autocomplete is a tool that provides suggestions for fields based on a given seed text.

Action Parameters

field
stringRequired
text
string
size
integerDefaults to 10
titlecase
boolean
pretty
boolean

Action Response

fields
array
data
array
successful
boolean
error