Enrich API Documentation
  • Introduction
    • Authentication
    • Rate Limit
    • Credit Usage
  • Reference
    • Check Credit Usage
    • Email to Profile data
    • Email to IP
    • Email Finder
    • Profile URL to Work Email V2
    • Profile URL to Personal Email
    • Verify Emails—Even Behind Catch-Alls
    • Company Lookup
    • Company Funding and Traffic
    • Linkedin Public Profile Enrichment
    • Phone Number Finder
    • Find post details by URL
    • Search Posts
    • Bulk enrichment
    • Email to Phone Number
    • Email to Person Lite
    • Reverse email append
    • Disposable/Spam Email Check
    • IP to Company
    • Logo API
    • Search People Activities
    • Search Company Activities
    • Search Post Reactions
    • Search Post Reactions by URL
    • Search Post Comments
    • Search Post Comments by URL
    • Search Company
    • Search Similar Companies
    • Search People
    • Sales Pointer - Dynamic Filters
    • Sales Pointer - People
    • Sales Pointer - People by URL
    • Sales Pointer - Company
    • Sales Pointer - Company by URL
    • Search Company Employees
    • Search Jobs
    • Web search
    • Serp Search
    • News Search
    • Maps Search
    • Places Search
    • Videos Search
    • Shopping Search
    • Image Search
  • Changelog
Powered by GitBook
On this page
  1. Reference

Email to Person Lite

This API returns public profile data on a linkedin profile.

cURL 'https://api.enrich.so/v1/api/email-to-linkedin-lite?email=john.doe@gmail.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
const axios = require('axios');

axios.get('https://api.enrich.so/v1/api/email-to-linkedin-lite?email=john.doe@gmail.com', {
    headers: {accept: 'application/json', Authorization: 'Bearer <token>'}
})
  .then(response => {
    console.log(response.data);
  })
  .catch(error => {
    console.log(error);
  });// Some code
import requests
payload = {'email': 'john.doe@gmail.com'}
headers = {'accept': 'application/json', 'authorization': 'Bearer <token>'}
resp = requests.get('https://api.enrich.so/v1/api/email-to-linkedin-lite', params=payload, headers=headers)
print (resp.text)
OkHttpClient client = new OkHttpClient();

Request request = new Request.Builder()
  .url("https://api.enrich.so/v1/api/email-to-linkedin-lite?email=john.doe@gmail.com")
  .get()
  .addHeader("accept", "application/json")
  .addHeader("authorization", "Bearer <token>")
  .build();

Response response = client.newCall(request).execute();
require 'uri'
require 'net/http'

url = URI("https://api.enrich.so/v1/api/email-to-linkedin-lite?email=john.doe@gmail.com")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["accept"] = 'application/json'
request["authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
<?php

$curl = curl_init();

curl_setopt_array($curl, [
  CURLOPT_URL => "https://api.enrich.so/v1/api/email-to-linkedin-lite?email=john.doe@gmail.com",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => "",
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 30,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => "GET",
  CURLOPT_HTTPHEADER => [
    "accept: application/json",
    "authorization: Bearer <token>"
  ],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
  echo "cURL Error #:" . $err;
} else {
  echo $response;
}

Example response

Status code: 200 OK

{
    "success" : true,
    "message" : "Linkedin data found successfully.",
    "data" : {
        "name" : "John Doe",
        "first_name" : "John",
        "last_name" : "Doe",
        "email" : "john.doe@example.com",
        "location" : "Dubai, United Arab Emirates",
        "company" : "Maximise.ai",
        "company_linkedin" : "https://www.linkedin.com/company/maximise-ai",
        "company_location" : "Dubai, United Arab Emirates",
        "school_name" : "Delhi Institute Of Technology & Management",
        "school_url" : "https://in.linkedin.com/school/delhi-institute-of-technology-&-management/",
        "followers" : "7K",
        "connections" : "500+",
        "profile_url" : "https://ae.linkedin.com/in/lakhaney",
        "photo_url" : "https://media.licdn.com/dms/image/v2/D4D03AQH9Lx-43w5blA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1728895236010?e=2147483647&v=beta&t=urauxJ9BFYKBE3bpF1GvaXQfBnBxaj9MPfGklFJFze0",
        "title" : "Rahul Lakhaney - Maximise.ai | LinkedIn",
        "languages" : [
            {
                "name" : "English",
                "proficiency" : "Native or bilingual proficiency"
            },
            {
                "name" : "Hindi",
                "proficiency" : "Native or bilingual proficiency"
            },
            {
                "name" : "German",
                "proficiency" : "Elementary proficiency"
            }
        ],
        "projects" : [
            {
                "details" : "At Glam360 we required a way to get in touch with managements of various personal care brands in the UAE market. Instead of going with the existing solutions in the market to find out email addresses of people that cost a lot on a monthly basis. I built boltleads that grabs anyone's corporate email address within 3 seconds. Later we decided to release it so others can use it for their purposes too.",
                "duration" : "Mar 2017",
                "title" : "Boltleads"
            }
        ],
        "cerifications" : [
            {
                "credential_id" : "VQ4DWMDTAWNX",
                "credential_url" : "https://www.coursera.org/account/accomplishments/records/8AKM2YBJR44Z?trk=public_profile_see-credential",
                "issue_date" : "Sep 2018",
                "issuing_organization" : "University of Michigan",
                "title" : "Capstone: Retrieving, Processing, and Visualizing Data with Python"
            },
            {
                "credential_id" : "R6AM7Q5LVTAL",
                "credential_url" : "https://www.coursera.org/account/accomplishments/records/NT4K689Y9KSN?trk=public_profile_see-credential",
                "issue_date" : "Sep 2018",
                "issuing_organization" : "University of Michigan",
                "title" : "Programming for Everybody (Python)"
            },
            {
                "credential_id" : "G62RMDT47S97",
                "credential_url" : "https://www.coursera.org/account/accomplishments/records/6R87YM8ZDYKQ?trk=public_profile_see-credential",
                "issue_date" : "Sep 2018",
                "issuing_organization" : "University of Michigan",
                "title" : "Python Data Structures"
            },
            {
                "credential_id" : "QTZRR7GBBP2U",
                "credential_url" : "https://www.coursera.org/account/accomplishments/records/34DZ8ZFF799N?trk=public_profile_see-credential",
                "issue_date" : "Sep 2018",
                "issuing_organization" : "University of Michigan",
                "title" : "Using Databases with Python"
            },
            {
                "credential_id" : "4PJZYXFAKY4V",
                "credential_url" : "https://www.coursera.org/account/accomplishments/records/BPSMBL344XSN?trk=public_profile_see-credential",
                "issue_date" : "Sep 2018",
                "issuing_organization" : "University of Michigan",
                "title" : "Using Python to Access Web Data"
            },
            {
                "credential_id" : "fbed26daee5349389080fca79656734e",
                "credential_url" : "https://hubspot-academy.s3.amazonaws.com/prod/certification/certificate-pdfs/fbed26daee5349389080fca79656734e?trk=public_profile_see-credential",
                "issue_date" : "Feb 2017",
                "issuing_organization" : "HubSpot",
                "title" : "Hubspot Inbound Marketing"
            },
            {
                "credential_id" : "ECC976836",
                "issue_date" : "Apr 2018",
                "issuing_organization" : "EC-Council, USA",
                "title" : "Certified Ethical Hacker v7"
            },
            {
                "credential_id" : "ECC977170",
                "issuing_organization" : "EC-Council, USA",
                "title" : "EC-Council Certified Security Analyst v4"
            }
        ],
        "volunteer_experience" : [
            {
                "date_range" : {
                    "end" : "Present",
                    "start" : "Feb 2017"
                },
                "duration" : "8 years",
                "organization_logo_url" : "https://static.licdn.com/aero-v1/sc/h/cs8pjfgyw96g44ln9r7tct85f",
                "title" : "Mentor"
            }
        ],
        "profile_id" : "lakhaney"
    }

Status code: 404 NOT FOUND

{
    "error" : true,
    "message" : "Unable to find linkedin for provided email!"
}
PreviousEmail to Phone NumberNextReverse email append

Last updated 2 months ago