Reverse Email Lookup: Find LinkedIn Profiles Instantly with the Lix API

Alfie Lambert Updated 14 February 2025

reverse email lookup
Reading Time: 2 minutes

Looking for a way to find LinkedIn profiles using just an email address? The Lix Reverse Email Lookup API allows you to uncover LinkedIn profile URLs and company information by inputting an email address—at scale. This powerful tool is perfect for sales prospecting, recruitment, and data enrichment, helping you streamline your workflow with verified LinkedIn data.

What is Reverse Email Lookup?

Reverse email lookup is a method used to find social media profiles, personal details, or professional information linked to an email address. In the context of LinkedIn, this means retrieving a person’s LinkedIn profile URL, their name, and associated company details based on their email.

This is particularly useful for:
🔍 Sales & Lead Generation – Enrich CRM records with LinkedIn profile URLs for more personalized outreach.
💼 Recruitment & Hiring – Identify and verify potential candidates quickly.
📊 Data Enrichment – Automate profile matching to maintain clean, complete datasets.

How Does the Lix Reverse Email Lookup API Work?

The Lix API’s “Lookup Person by Email” endpoint allows you to find a person’s LinkedIn profile URL by simply inputting their email address. This search is asynchronous-enabled, meaning results can be processed efficiently at scale.

Endpoint Details

Request:

pgsqlCopyEditGET https://api.lookc.io/v1/search/person/by-email

Required Parameter

  • email – The email address of the person you are searching for.

Example API Request (Python)

pythonCopyEditimport requests

url = "https://api.lookc.io/v1/search/person/by-email?email=example@email.com"

headers = {
  'Authorization': "YOUR_LIX_API_KEY_HERE"
}

response = requests.get(url, headers=headers)

print(response.json())

Example API Response

A successful request returns JSON data with LinkedIn profile details, company information, and domain insights, like this:

jsonCopyEdit{
  "hits": [
    {
      "name": "Alfie Lambert",
      "liProfileUrl": "https://linkedin.com/in/alfie-lambert",
      "salesNavUrl": "https://linkedin.com/sales/ACwAAAXQSFkBI1hIhlJLnr04EL-0FSqe1SIXTEM,NAME,undefined"
    }
  ],
  "org": {
    "name": "Lix",
    "liProfileUrl": "https://linkedin.com/company/lix",
    "salesNavUrl": "https://linkedin.com/sales/company/1670390"
  },
  "domainInfo": {
    "isFreeEmailDomain": false
  }
}

Breaking Down the API Response:

  • hits[]: This contains matched individuals based on the provided email address.
    • name – The person’s full name.
    • liProfileUrl – Their LinkedIn profile URL.
    • salesNavUrl – Their LinkedIn Sales Navigator profile link (if available).
  • org: Information about the company associated with the email.
    • name – The company’s name.
    • liProfileUrl – The company’s LinkedIn page.
    • salesNavUrl – The company’s Sales Navigator profile.
  • domainInfo: Indicates whether the email domain is a free provider (e.g., Gmail, Yahoo).

Why Use the Lix Reverse Email Lookup API?

Unlike manual LinkedIn searches, this API allows businesses to automate the process of finding LinkedIn profiles, reducing time spent on research while ensuring accurate, up-to-date information.

🔹 Instantly match emails to LinkedIn profiles – No need for time-consuming manual lookups.
🔹 Scale your prospecting and recruitment efforts – Retrieve thousands of profiles with automated API calls.
🔹 Enrich your CRM, ATS, or sales database – Keep your records updated with professional LinkedIn data.
🔹 Verify contacts before outreach – Ensure accuracy before reaching out to leads or candidates.

Get Started Today

Sign in to your Lix account, claim your free credits, and start retrieving LinkedIn profile URLs instantly with the Reverse Email Lookup API. This is the fastest way to turn email addresses into actionable LinkedIn data, boosting efficiency in sales, hiring, and data enrichment.

Don't miss the next instalment!

Get the next blog (and the next one!) to your inbox.