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
Verified and deduplicated across multiple sources. Case-insensitive dedup, original casing preserved.
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": [
    "[email protected]",
    "[email protected]"
  ]
}