Contact Intelligence API
Find the person
behind the profile.
Pass in a LinkedIn ID or GitHub handle. Get back verified emails, phone numbers, and social profiles — aggregated across multiple sources.
One call. Full picture.
Email addresses
Deduplicated across multiple sources. Automatically classified into
personal_email_addresses and work_email_addresses.Phone numbers
Direct dial numbers sourced and normalized from multiple providers.
Social profiles
GitHub login, LinkedIn ID, Twitter handle — cross-referenced automatically. Lookup by any identifier.
Email verification
Separate SMTP validation endpoint to confirm deliverability before you send.
GET /api/v1/people
curl "https://peopledb.co/api/v1/people?github_login=dhh" \
-H "Authorization: Bearer $TOKEN"
// ←
{
"github_id": 2741,
"github_login": "dhh",
"email_addresses": [
"david@hey.com",
"david@loudthinking.com",
"david@basecamp.com"
],
"personal_email_addresses": ["david@hey.com"],
"work_email_addresses": [
"david@loudthinking.com",
"david@basecamp.com"
]
}
Comparing options? See how PeopleDB stacks up against Clearbit, Apollo, ContactOut, and Hunter.