-
Notifications
You must be signed in to change notification settings - Fork 3.7k
feat(peopledatalabs): add People Data Labs integration #4513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
2fbe1fc
feat(peopledatalabs): add People Data Labs integration
waleedlatif1 05c3e9b
fix(peopledatalabs): narrow conditions for fields not used by every o…
waleedlatif1 56fcbfb
fix(peopledatalabs): scope param renames to their operation
waleedlatif1 f2a3c9f
fix(peopledatalabs): use currentColor for icon fill
waleedlatif1 c0b76c2
fix(peopledatalabs): scope shared fields (profile/location/name/websi…
waleedlatif1 9f86e74
fix(peopledatalabs): scope `size` to search and autocomplete operations
waleedlatif1 f55893a
fix(peopledatalabs): restore `location` for Person Identify
waleedlatif1 092dfba
fix(peopledatalabs): align endpoints + outputs with PDL API
waleedlatif1 2be7c76
fix(peopledatalabs): restore `name` for Person Enrich / Identify
waleedlatif1 9483249
fix(peopledatalabs): restore `name` for Person Enrich
waleedlatif1 80f1279
fix(peopledatalabs): isolate company `name` UI from person ops
waleedlatif1 98899a5
fix(peopledatalabs): honor programmatic inputs for clean_location/school
waleedlatif1 f19404d
fix(peopledatalabs): programmatic input fallbacks + required autocomp…
waleedlatif1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -131,6 +131,7 @@ | |
| "outlook", | ||
| "pagerduty", | ||
| "parallel_ai", | ||
| "peopledatalabs", | ||
| "perplexity", | ||
| "pinecone", | ||
| "pipedrive", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| --- | ||
| title: People Data Labs | ||
| description: Enrich and search people and companies | ||
| --- | ||
|
|
||
| import { BlockInfoCard } from "@/components/ui/block-info-card" | ||
|
|
||
| <BlockInfoCard | ||
| type="peopledatalabs" | ||
| color="#4831C3" | ||
| /> | ||
|
|
||
| {/* MANUAL-CONTENT-START:intro */} | ||
| ## Description | ||
|
|
||
| [People Data Labs](https://www.peopledatalabs.com/) is a person and company data provider with a global dataset of 3B+ person profiles and 25M+ company records. The Sim block exposes the core REST endpoints so agents can enrich a single contact, look up a company, or run dataset-wide search queries. | ||
|
|
||
| Use this block to: | ||
| - **Person Enrich** — resolve a single person by email, phone, LinkedIn URL, or name + company/location, and pull back their work history, contact info, and skills. | ||
| - **Person Search** — run SQL or Elasticsearch DSL queries against the person dataset to build prospect lists or audience segments. | ||
| - **Company Enrich** — resolve a single company by name, website, ticker, LinkedIn URL, or PDL ID, and pull back firmographics. | ||
| - **Company Search** — query the company dataset with SQL or Elasticsearch DSL. | ||
| - **Autocomplete** — get suggested values for fields like `title`, `skill`, `industry`, or `location` to build well-formed search queries. | ||
|
|
||
| Authentication uses an API key passed as the `X-Api-Key` header. Get a key from the [PDL dashboard](https://dashboard.peopledatalabs.com/). | ||
| {/* MANUAL-CONTENT-END */} | ||
|
|
||
|
|
||
| ## Usage Instructions | ||
|
|
||
| Enrich a single person or company with People Data Labs, or search the global person and company datasets with SQL or Elasticsearch DSL. Useful for sales enrichment, contact lookup, and CRM hygiene. | ||
|
|
||
|
|
||
|
|
||
| ## Tools | ||
|
|
||
| ### `pdl_person_enrich` | ||
|
|
||
|
|
||
| ### `pdl_person_identify` | ||
|
|
||
|
|
||
| ### `pdl_person_search` | ||
|
|
||
|
|
||
| ### `pdl_bulk_person_enrich` | ||
|
|
||
|
|
||
| ### `pdl_company_enrich` | ||
|
|
||
|
|
||
| ### `pdl_company_search` | ||
|
|
||
|
|
||
| ### `pdl_bulk_company_enrich` | ||
|
|
||
|
|
||
| ### `pdl_clean_company` | ||
|
|
||
|
|
||
| ### `pdl_clean_location` | ||
|
|
||
|
|
||
| ### `pdl_clean_school` | ||
|
|
||
|
|
||
| ### `pdl_autocomplete` | ||
|
|
||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.