# Peopledatalabs

```json
{
  "name": "Peopledatalabs",
  "slug": "peopledatalabs",
  "url": "https://composio.dev/toolkits/peopledatalabs",
  "markdown_url": "https://composio.dev/toolkits/peopledatalabs.md",
  "logo_url": "https://logos.composio.dev/api/peopledatalabs",
  "categories": [
    "analytics & data"
  ],
  "is_composio_managed": false,
  "updated_at": "2026-05-12T10:21:44.689Z"
}
```

![Peopledatalabs logo](https://logos.composio.dev/api/peopledatalabs)

## Description

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Peopledatalabs MCP or direct API to enrich user profiles, validate customer data, resolve identities, and power advanced lead intelligence through natural language.

## Summary

Peopledatalabs delivers B2B data enrichment and identity resolution APIs. Supercharge your apps with accurate, up-to-date business and contact data.

## Categories

- analytics & data

## Toolkit Details

- Tools: 24

## Images

- Logo: https://logos.composio.dev/api/peopledatalabs

## Authentication

- **Api Key**
  - Type: `api_key`
  - Description: Api Key authentication for People Data Labs.
  - Setup:
    - Configure Api Key credentials for People Data Labs.
    - Use the credentials when creating an auth config in Composio.

## Suggested Prompts

- Enrich this email with full person profile
- Standardize and clean this company name
- Get detailed info for the skill 'Python'
- Find people with 'Data Scientist' in New York

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `PEOPLEDATALABS_CLEAN_COMPANY_DATA` | Clean company data | Cleans and standardizes company information based on a name, website, or profile URL; providing at least one of these inputs is highly recommended for meaningful results. |
| `PEOPLEDATALABS_CLEAN_COMPANY_POST` | Clean company data (POST) | Tool to clean and standardize company data using POST method. Use when you need to standardize company information by providing company name, website, or social profile. Returns standardized company information including name, website, LinkedIn profile, and other company identifiers. |
| `PEOPLEDATALABS_CLEAN_LOCATION_DATA` | Clean location data | Cleans and standardizes a raw, unformatted location string into a structured representation, provided the input is a recognizable geographical place. |
| `PEOPLEDATALABS_CLEAN_LOCATION_POST` | Clean location data (POST) | Tool to clean and standardize location data using POST method. Use when you need to normalize raw location strings into structured location information including city, region, and country. |
| `PEOPLEDATALABS_CLEAN_SCHOOL_DATA` | Clean school data | Cleans and standardizes school information; provide at least one of the school's name, website, or profile for optimal results. |
| `PEOPLEDATALABS_CLEAN_SCHOOL_DATA_POST` | Clean school data (POST) | Tool to clean and standardize school data using POST method. Use when you need to clean school information by providing name, website, or profile. |
| `PEOPLEDATALABS_ENRICH_BULK_COMPANY_DATA` | Enrich Bulk Company Data | Tool to enrich up to 100 companies in a single request using the Bulk Company Enrichment API. Use when you need to enrich multiple company profiles efficiently. Each request must include at least one company identifier (website, profile, name, ticker, or pdl_id). Results are returned in the same order as the input requests, with individual status codes indicating success (200) or failure (404). |
| `PEOPLEDATALABS_ENRICH_BULK_PERSON_DATA` | Enrich bulk person data | Tool to enrich up to 100 person profiles in a single API request using the Bulk Person Enrichment API. Use when you need to enrich multiple people efficiently, as this effectively increases the rate limit by up to 100x compared to individual enrichment calls. Each request in the array can use the same parameters as the single person enrichment endpoint. |
| `PEOPLEDATALABS_ENRICH_COMPANY_DATA` | Enrich Company Data | Enriches company data from People Data Labs with details like firmographics and employee counts. CRITICAL: This action REQUIRES at least one company identifier. DO NOT send empty {} requests. You MUST provide at least one of: pdl_id, name, profile, ticker, or website. Valid request examples: - {"name": "Apple Inc."} - enrich by company name - {"website": "google.com"} - enrich by website URL - {"ticker": "MSFT"} - enrich by stock ticker - {"profile": "linkedin.com/company/microsoft"} - enrich by social profile. Each call consumes API credits; use specific identifiers rather than exploratory requests. |
| `PEOPLEDATALABS_ENRICH_IP_DATA` | Enrich IP Data | Enriches an IP address with company, location, metadata, and person data from People Data Labs. |
| `PEOPLEDATALABS_ENRICH_JOB_TITLE_DATA` | Enrich job title data | Enhances a job title by providing additional contextual information and details. |
| `PEOPLEDATALABS_ENRICH_PERSON_DATA` | Enrich person data | Enriches person data using various identifiers; requires a primary ID (profile, email, phone, email_hash, lid, pdl_id) OR a name (full, or first and last) combined with another demographic detail (e.g., company, school, location). |
| `PEOPLEDATALABS_ENRICH_SKILL_DATA` | Enrich skill data | Retrieves detailed, standardized information for a given skill by querying the People Data Labs Skill Enrichment API; for best results, provide a recognized professional skill or area of expertise. |
| `PEOPLEDATALABS_GENERATE_SEARCH_QUERY` | Generate Search Query | Converts natural language queries into structured PDL Elasticsearch queries for people or company searches; generates optimized query structure without executing the search. |
| `PEOPLEDATALABS_AUTOCOMPLETE_FIELD_SUGGESTIONS` | Autocomplete field suggestions | Provides autocompletion suggestions for a specific field (e.g., company, skill, title) based on partial text input. |
| `PEOPLEDATALABS_GET_AUTOCOMPLETE_SUGGESTIONS_POST` | Get autocomplete suggestions (POST) | Tool to get autocompletion suggestions using POST method for complex query parameters. Use when building type-ahead interfaces or needing to suggest values for Search API queries. Supports company, location, skill, title, and other fields with configurable result size. |
| `PEOPLEDATALABS_GET_COLUMN_DETAILS` | Get column details | Retrieves predefined enum values for a column name from `enum_mappings.json`; `is_enum` in the response will be false if the column is not found or is not an enum type. |
| `PEOPLEDATALABS_GET_SCHEMA` | Get schema | Retrieves the schema, including field names, descriptions, and data types, for 'person' or 'company' entity types. |
| `PEOPLEDATALABS_GET_SUBJECT_REQUESTS` | Get subject requests | Tool to retrieve subject access requests for data privacy compliance. Use when you need to manage or review data subject requests related to person data in your PeopleDataLabs account. |
| `PEOPLEDATALABS_IDENTIFY_PERSON_DATA` | Identify person data | Retrieves detailed profile information for an individual from People Data Labs (PDL), requiring at least one identifier such as email, phone, or profile URL. If using name alone, it must be paired with at least one additional attribute (company, location, school, etc.) — name-only queries return no match. |
| `PEOPLEDATALABS_PEOPLE_SEARCH_ELASTIC` | People Search with Elasticsearch | Searches for person profiles in the People Data Labs (PDL) database using an Elasticsearch Domain Specific Language (DSL) query. This action allows for highly targeted searches based on criteria such as job titles, skills, company details, location, experience, and more. Preconditions: - The provided Elasticsearch query (in the `query` field) must be a syntactically correct JSON object representing a valid Elasticsearch query. - The query must utilize fields that are defined in the People Data Labs person schema. - The `dataset` parameter must specify one of the allowed dataset categories. |
| `PEOPLEDATALABS_QUERY_PERSON_CHANGELOG` | Query person changelog | Tool to query the changelog of person records between two consecutive dataset versions. Returns information about updates, additions, deletions, merges, and opt-outs for individuals. Use when you need to track changes to person profiles across PDL dataset versions or monitor specific person IDs for updates. |
| `PEOPLEDATALABS_SEARCH_COMPANY_ELASTIC` | Company Search with Elasticsearch | Performs a search for company profiles within People Data Labs using a custom Elasticsearch Domain Specific Language (DSL) query. This action allows for detailed and complex filtering based on various attributes of a company, such as name, industry, employee_count, founded year, location, and more. Results can be paginated using the `size` and `scroll_token` parameters. Preconditions: - The `query` parameter must contain a valid Elasticsearch DSL query string, structured as a JSON object. - This action queries the People Data Labs company search endpoint (`/v5/company/search`) and returns company records. |
| `PEOPLEDATALABS_SEARCH_COMPANY_POST` | Search Company Records (POST) | Tool to search and filter company records from the full Company Dataset using Elasticsearch or SQL queries via POST method. Use when you need to find multiple companies matching specific criteria with complex filtering. |

## Supported Triggers

None listed.

## Installation and MCP Setup

### Path 1: SDK Installation

#### Path 1, Step 1: Install Composio

Install the Composio SDK
```python
pip install composio_openai
```

```typescript
npm install @composio/openai
```

#### Path 1, Step 2: Initialize Composio and Create Tool Router Session

Import and initialize Composio client, then create a Tool Router session
```python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()
session = composio.create(user_id='your-user-id')
```

```typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
```

#### Path 1, Step 3: Execute Peopledatalabs Tools via Tool Router with Your Agent

Get tools from Tool Router session and execute Peopledatalabs actions with your Agent
```python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'Enrich person data using email address john.doe@example.com'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
```

```typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Enrich person data using email address john.doe@example.com'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
```

### Path 2: MCP Server Setup

#### Path 2, Step 1: Install Composio

Install the Composio SDK and Claude Agent SDK
```python
pip install composio claude-agent-sdk
```

```typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
```

#### Path 2, Step 2: Create Tool Router Session

Initialize the Composio client and create a Tool Router session
```python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
```

```typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

console.log("Creating Tool Router session...");
const { mcp } = await composio.create('your-user-id');
console.log(`Tool Router session created: ${mcp.url}`);
```

#### Path 2, Step 3: Connect to AI Agent

Use the MCP server with your AI agent
```python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Peopledatalabs tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Enrich person data using email john.doe@example.com')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
```

```typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText, stepCountIs } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcp.url,
    headers: { 'x-api-key': 'your-composio-api-key' }
  }
});

const tools = await client.tools();

const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{ role: 'user', content: 'Enrich person data using email john.doe@example.com' }],
  stopWhen: stepCountIs(5)
});

console.log(`Agent: ${text}`);
```

## Why Use Composio?

### 1. AI Native Peopledatalabs Integration

- Supports both Peopledatalabs MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for reading, writing, and querying your Peopledatalabs data

### 2. Managed Auth

- Built-in API Key handling with secure credential storage
- Central place to manage, scope, and revoke Peopledatalabs access
- Per user and per environment credentials instead of hard-coded keys

### 3. Agent Optimized Design

- Tools are tuned using real error and success rates to improve reliability over time
- Comprehensive execution logs so you always know what ran, when, and on whose behalf

### 4. Enterprise Grade Security

- Fine-grained RBAC so you control which agents and users can access Peopledatalabs
- Scoped, least privilege access to Peopledatalabs resources
- Full audit trail of agent actions to support review and compliance

## Use Peopledatalabs with any AI Agent Framework

Choose a framework you want to connect Peopledatalabs with:

- [OpenAI Agents SDK](https://composio.dev/toolkits/peopledatalabs/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/peopledatalabs/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/peopledatalabs/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/peopledatalabs/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/peopledatalabs/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/peopledatalabs/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/peopledatalabs/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/peopledatalabs/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/peopledatalabs/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/peopledatalabs/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/peopledatalabs/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/peopledatalabs/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/peopledatalabs/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/peopledatalabs/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/peopledatalabs/framework/autogen)

## Related Toolkits

- [Firecrawl](https://composio.dev/toolkits/firecrawl) - Firecrawl automates large-scale web crawling and data extraction. It helps organizations efficiently gather, index, and analyze content from online sources.
- [Tavily](https://composio.dev/toolkits/tavily) - Tavily offers powerful search and data retrieval from documents, databases, and the web. It helps teams locate and filter information instantly, saving hours on research.
- [Exa](https://composio.dev/toolkits/exa) - Exa is a data extraction and search platform for gathering and analyzing information from websites, APIs, or databases. It helps teams quickly surface insights and automate data-driven workflows.
- [Serpapi](https://composio.dev/toolkits/serpapi) - SerpApi is a real-time API for structured search engine results. It lets you automate SERP data collection, parsing, and analysis for SEO and research.
- [Snowflake](https://composio.dev/toolkits/snowflake) - Snowflake is a cloud data warehouse built for elastic scaling, secure data sharing, and fast SQL analytics across major clouds.
- [Posthog](https://composio.dev/toolkits/posthog) - PostHog is an open-source analytics platform for tracking user interactions and product metrics. It helps teams refine features, analyze funnels, and reduce churn with actionable insights.
- [Amplitude](https://composio.dev/toolkits/amplitude) - Amplitude is a digital analytics platform for product and behavioral data insights. It helps teams analyze user journeys and make data-driven decisions quickly.
- [Bright Data MCP](https://composio.dev/toolkits/brightdata_mcp) - Bright Data MCP is an AI-powered web scraping and data collection platform. Instantly access public web data in real time with advanced scraping tools.
- [Browseai](https://composio.dev/toolkits/browseai) - Browseai is a web automation and data extraction platform that turns any website into an API. It's perfect for monitoring websites and retrieving structured data without manual scraping.
- [ClickHouse](https://composio.dev/toolkits/clickhouse) - ClickHouse is an open-source, column-oriented database for real-time analytics and big data processing using SQL. Its lightning-fast query performance makes it ideal for handling large datasets and delivering instant insights.
- [Coinmarketcal](https://composio.dev/toolkits/coinmarketcal) - CoinMarketCal is a community-powered crypto calendar for upcoming events, announcements, and releases. It helps traders track market-moving developments and stay ahead in the crypto space.
- [Control d](https://composio.dev/toolkits/control_d) - Control d is a customizable DNS filtering and traffic redirection platform. It helps you manage internet access, enforce policies, and monitor usage across devices and networks.
- [Databox](https://composio.dev/toolkits/databox) - Databox is a business analytics platform that connects your data from any tool and device. It helps you track KPIs, build dashboards, and discover actionable insights.
- [Databricks](https://composio.dev/toolkits/databricks) - Databricks is a unified analytics platform for big data and AI on the lakehouse architecture. It empowers data teams to collaborate, analyze, and build scalable solutions efficiently.
- [Datagma](https://composio.dev/toolkits/datagma) - Datagma delivers data intelligence and analytics for business growth and market discovery. Get actionable market insights and track competitors to inform your strategy.
- [Delighted](https://composio.dev/toolkits/delighted) - Delighted is a customer feedback platform based on the Net Promoter System®. It helps you quickly gather, track, and act on customer sentiment.
- [Dovetail](https://composio.dev/toolkits/dovetail) - Dovetail is a research analysis platform for transcript review and insight generation. It helps teams code interviews, analyze feedback, and create actionable research summaries.
- [Dub](https://composio.dev/toolkits/dub) - Dub is a short link management platform with analytics and API access. Use it to easily create, manage, and track branded short links for your business.
- [Elasticsearch](https://composio.dev/toolkits/elasticsearch) - Elasticsearch is a distributed, RESTful search and analytics engine for all types of data. It delivers fast, scalable search and powerful analytics across massive datasets.
- [Fireflies](https://composio.dev/toolkits/fireflies) - Fireflies.ai is an AI-powered meeting assistant that records, transcribes, and analyzes voice conversations. It helps teams capture call notes automatically and search or summarize meetings effortlessly.

## Frequently Asked Questions

### Do I need my own developer credentials to use Peopledatalabs with Composio?

Yes, Peopledatalabs requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

### Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. [Learn more](https://docs.composio.dev/tool-router/overview).

### Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. [Learn more](https://trust.composio.dev).

### What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
