Skip to main content
GET
Get Contact Information
Retrieve contact information (emails and phone numbers) for a LinkedIn profile. You can optionally specify whether to get emails, phone numbers, or both using the enrichment parameters. When both are requested, the system uses a waterfall approach through multiple data sources to maximize the likelihood of finding both types of contact information.

Get Contact Information

Query Parameters

Note:
  • Exactly one of linkedin_url, email, or phone must be provided.
  • Both email_enrichment and phone_enrichment can be true at the same time to request both types of contact info.
  • If both are false (default), returns all available contact info.
  • When both enrichments are requested, the system attempts to find both but only charges for what’s actually found.

Examples

Get Contact Info by LinkedIn URL (all contact info):
Get Only Emails:
Get Only Phone Numbers:
Get Both Email and Phone Numbers:
Get Contact Info by Email:
Get Contact Info by Phone:

Response Format

Success Response

Response Fields

Error Responses

Rate Limits

Rate limits vary by subscription tier:
  • Free Tier: 0 requests per minute (not available)
  • Tier 1: 5 requests per minute
  • Tier 2: 60 requests per minute
  • Tier 3: 120 requests per minute

Notes

Pricing

  • Default (all contact info): 4 credits per request
  • Email enrichment only: 4 credits if email is found, 0 credits if not found
  • Phone enrichment only: 10 credits if phone is found, 0 credits if not found
  • Both email and phone enrichment: Only charged for what’s found
    • Both found: 14 credits (4 for email + 10 for phone)
    • Only email found: 4 credits
    • Only phone found: 10 credits
    • Neither found: 0 credits

Other Information

  • Requires purchased credits (not available on free trial)
  • Rating scores range from 0 to 100 (higher is better)
  • Multiple email addresses and phone numbers may be returned with different ratings
  • Social media profiles may also be included in the response
  • Both email and phone enrichment can be requested simultaneously
  • When both are requested, the system uses a waterfall approach to maximize success rate

Authorizations

Authorization
string
header
required

API key authentication. Keys start with 'lk_'.

Query Parameters

linkedin_url
string

LinkedIn profile URL to get contact information for (e.g., 'https://www.linkedin.com/in/username')

email
string

Email address to find profile and get contact information (e.g., '[email protected]')

phone
string

Phone number to find profile and get contact information (e.g., '+1234567890')

email_enrichment
boolean
default:false

If true, returns emails (costs 4 credits if email found). Can be combined with phone_enrichment to request both

phone_enrichment
boolean
default:false

If true, returns phone numbers (costs 10 credits if phone found). Can be combined with email_enrichment to request both

Response

Contact info retrieved

data
object[]

Array of contact information found