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.io/api/v1/people \
  -H "Authorization: Bearer $TOKEN" \
  -d "github_login=torvalds"

// ←
{
  "emails": ["[email protected]"],
  "phones": ["+1 503 ···"],
  "github_login": "torvalds",
  "linkedin_id": "···"
}