Get person’s details by Linkedin URL

Provider Сontactout.com

Overview

Return person's details based on LinkedIn URL.

Input parameters

NameIs RequiredTypeDescription

LinkedIn URL

required

text column

The person's LinkedIn profile URL, e.g., www.linkedin.com/in/yourprofile

Output fields

Fields that are not extracted by default can be found in a column with an original response (select option "Save original response" in advanced settings). Use the Unnest node or JSON preview window to extract such fields to the new columns.

NameTypeExtractedDescription

Full Name

text

yes

The person's complete name, e.g., John Doe

Headline

text

yes

Brief professional title or tagline, e.g., Data Analyst at Tabula

LinkedIn URL

text

yes

The person's LinkedIn profile URL, e.g., www.linkedin.com/in/yourprofile

Location

text

yes

The person's city and state of residence, e.g., San Francisco, CA

Photo URL

text

yes

URL of the person's profile photo, e.g., www.website.com/photo.jpg

GitHub URLs

text

yes

Links to the person's GitHub profiles or repositories, e.g., github.com/username

All Emails

array

yes

List of all email addresses associated with the person, e.g., john.doe@example.com

All Work Emails

array

yes

List of all work email addresses associated with the person, e.g., john.doe@company.com

All Personal Emails

array

yes

List of all personal email addresses associated with the person, e.g., john.doe@gmail.com

Employment History

array

yes

Record of the person's past job positions, e.g., Data Analyst at Tabula from 2018-2021

Industry

text

yes

Sector in which the person works, e.g., Data Analytics, Technology

All Phone Numbers

array

yes

List of all phone numbers associated with the person, e.g., +1-800-123-4567

Summary

text

yes

Brief professional summary or bio of the person, e.g., Experienced data analyst with expertise in data visualization and predictive analytics

Sample response

{
  "status_code": 200,
  "profile": {
    "url": "https://www.linkedin.com/in/example-person",
    "email": ["email1@example.com", "email2@gmail.com"],
    "work_email": ["email1@example.com"],
    "personal_email": ["email2@gmail.com"],
    "phone": ["+1234567891"],
    "github": ["github_name"],
    "twitter": ["twitter_username"],
    "fullName": "Example Person",
    "headline": "Manager, Business Operations & Marketing at OBM",
    "industry": "Broadcast Media",
    "company": {
      "name": "Legros, Smitham and Kessler",
      "url": "https://www.linkedin.com/company/legros-smitham-and-kessler",
      "domain": "legros.com",
      "email_domain": "legros.com",
      "overview": "Legros, Smitham and Kessler is a publicly traded healthcare company specializing in pharmaceuticals, biotechnology, and medical devices. Founded in 2007 and headquartered in the United States, they are committed to advancing medical innovation and improving patient outcomes.",
      "type": "Public Company",
      "size": 50,
      "country": "United States",
      "revenue": 6101000,
      "founded_at": 2007,
      "industry": "Healthcare",
      "headquarter": "535 Kuhic Gardens Apt. 044",
      "website": "http://www.legros.com",
      "logo_url": "https://images.contactout.com/companies/voluptates",
      "specialties": [
        "Healthcare",
        "Medical",
        "Pharmaceuticals",
        "Biotechnology",
        "Medical Devices"
      ],
      "locations": [
        "426 Lyda Unions, 551, Janniefort, New Hampshire, 56941-1470, Nicaragua",
        "308 Cassandra Harbor Apt. 751, 78817, Darionburgh, Louisiana, 18743, Timor-Leste"
      ]
    },
    "location": "Bermuda",
    "summary": "An experienced professional with over 19 years in Marketing (digital, print, radio, television), Communications, Content Creation, Copy Writing, Website Maintenance, Social Media Exploitation, Relationship Building, Business Development, Business Operations, Training and Leadership.\\n",
    "experience": [
      {
        "end": "Present",
        "start": 2018,
        "title": "Manager, Business Operations & Marketing",
        "description": "Established in 1936, OBMI is a global master planning, architecture and design firm, with a rich history of shaping the architectural landscape of Bermuda. Within the firm, I support the OBMI Bermuda office on a multi-faceted level. My commitment to relationship building & client management, together with my passion and proficiency in marketing & communications, allows me to be an integral member of the team. Currently, my mandates include:Marketing•\tLead all marketing initiatives for the OBMI Bermuda office•\tCreation all print and digital ads for the local market•\tCreate, design and execute the quarterly newsletter•\tCopy & creative of OBMI Bermuda articles for local and international publication•\tManage Google My Business content•\tOversee see all aspects of the OBMI Bermuda website•\tCapture and analyze various metrics to identify areas of enhancement•\tExplore industry trends, best practices and innovative marketing solutions for potential adoptionBusiness Operations•\tProject management •\tClient relationship management•\tVendor & consultant management•\tOffice administration•\tPrimary point of contact for Bermuda office•\tCollaborate with corporate office in Miami on marketing & company-wide initiatives/roll-outs",
        "organization": [
          {
            "name": "OBM International",
            "profile_url": "https://www.linkedin.com/company/obm-international"
          }
        ]
      }
    ],
    "education": [
      {
        "end": "2004",
        "name": "George Brown College",
        "major": "Journalism",
        "start": "2002",
        "degrees": ["Journalism"],
        "profile_url": "http://www.linkedin.com/edu/george-brown-college-19978"
      }
    ],
    "skills": [
      "Digital Marketing",
      "Content Creation",
      "Business Development",
      "Project Management",
      "Client Relationship Management"
    ],
    "profile_picture_url": "https://images.contactout.com/profiles/ca33f14227b1e5d3a1d53b0b5ca36fc8"
  }
}

Last updated