PeopleDB
## What it does PeopleDB takes a LinkedIn identifier or GitHub login and returns a unified contact profile — verified email addresses, phone numbers, and social usernames, aggregated and deduplicated across multiple data providers. One call. Merged results. No stitching together APIs yourself. ## Endpoints ### `GET /people` Look up a contact by any of: - `linkedin_id` -…
PeopleDB endpoints
| Method | Endpoint | Description |
|---|---|---|
| Contact Info | ||
| GET |
getContactInfo /people |
Retrieve contact information for a person by their LinkedIn ID, LinkedIn public identifier, GitHub ID, or GitHub login. |
| Email Verification | ||
| GET |
getEmailVerification /email_verifications |
Validate an email address and return detailed verification results. Performs comprehensive validation including: - Email syntax validation - MX record verification (DNS lookup) -… |
| POST |
createEmailVerification /email_verifications |
Validate an email address and return detailed verification results. This endpoint performs the same validation as GET but accepts parameters via request body or form data. |
PeopleDB pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | — |
|