People Data Labs

Overview

This doc outlines how to use the People Data Labs (PDL) connector to search for and enrich contacts and companies matching certain criteria.


Setup

Create connector
From the settings panel or from the node catalog, search for the PDL integration and navigate to the 'create connector' view.

Retrieve your PDL API key
Navigate to your PDL account, click on API keys on the left navigation bar. Create a new API key and copy this key to your clipboard.

Setup step 1

Configure the connector
Create a name and a slug for your connector. Then, paste your PDL API key into the dedicated field.


Credits pricing

Search: 3 credits
Every successful search will cost 3 credits.

Read: 3 credits
Every successful enrichment will cost 3 credits.


Actions

Enrich - Enrich a company's details using the PDL connector
Query the company enrichment API to look up company data based on details like a company's name, website domain, etc.

Enrich - Enrich a person's details using the PDL connector
Query the person enrichment API to look up person data based on a combination of first name, last name, company name, domain, or LinkedIn URL. Specify which fields must contain valid results for a successful enrichment call.

Search - Search for a person in PDL's database
Call the person search contacts API to search for a contact using any combination of names, job titles, seniority, locations, etc.

Search - Search for a company in PDL's database
Call the company search API to search for a company using any combination of names, website domains, industry, amount of revenue, etc.


FAQ

Which rate limits should I set for this connector?
The PDL API docs suggest that they define rate limits on a per-key basis and use a fixed-window rate limiting strategy. For example, if your API key's rate limit is 100 requests per minute, you can make those 100 API calls at any interval within the 60-second window. Moreover, all rate limits for all of their API endpoints are separate. See here for more details: PDL API usage limits.