Get company details by LinkedIn URL

Provider Reversecontact.com

Overview

Return company details based on LinkedIn URL.

Input parameters

NameIs RequiredTypeDescription

LinkedIn URL

required

text column

Company's LinkedIn profile URL, e.g., www.linkedin.com/company/yourcompany

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

Company Name

text

yes

Name of the company, e.g., Retable Inc

Website

text

yes

Official website URL of the company, e.g., www.company.com

LinkedIn URL

text

yes

Company's LinkedIn profile URL, e.g., www.linkedin.com/company/yourcompany

Industry

text

yes

Sector in which the company operates, e.g., Technology, Healthcare

Logo Url

text

yes

URL of the company's logo image, e.g., www.company.com/logo.png

Number of Employees

number

yes

Total number of employees in the company, e.g., 50

Phone

text

yes

Company's contact phone number, e.g., +1-800-123-4567

Headquarter

object

yes

Location of the company's main office, e.g., New York, NY

Country

text

yes

Country where the company is based, e.g., United States

Postal Code

text

yes

Company's postal or ZIP code, e.g., 10001

State

text

yes

State or province where the company is located, e.g., California

City

text

yes

City where the company is located, e.g., San Francisco

Street Address

text

yes

Street address of the company, e.g., 123 Main St

Short Description

text

yes

Brief overview of the company, e.g., Leading provider of data analytics solutions

Specialities

array

yes

Key areas of expertise or services offered by the company, e.g., Data Visualization, Predictive Analytics

Sample response

{
  "success": true,
  "credits_left": 1796,
  "rate_limit_left": 19999,
  "company": {
    "linkedInId": "1035",
    "name": "Microsoft",
    "universalName": "microsoft",
    "linkedInUrl": "https://www.linkedin.com/company/1035",
    "employeeCount": 228581,
    "employeeCountRange": {
      "start": 10001,
      "end": 1
    },
    "websiteUrl": "https://news.microsoft.com/",
    "tagline": null,
    "description": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters.\n\nMicrosoft operates in 190 countries and is made up of more than 220,000 passionate employees worldwide.\n",
    "industry": "Software Development",
    "phone": null,
    "specialities": [
      "Business Software",
      "Developer Tools",
      "Home & Educational Software",
      "Tablets",
      "Search",
      "Advertising",
      "Servers",
      "Windows Operating System",
      "Windows Applications & Platforms",
      "Smartphones",
      "Cloud Computing",
      "Quantum Computing",
      "Future of Work",
      "Productivity",
      "AI",
      "Artificial Intelligence",
      "Machine Learning",
      "Laptops",
      "Mixed Reality",
      "Virtual Reality",
      "Gaming",
      "Developers",
      "IT Professional"
    ],
    "followerCount": 22736947,
    "headquarter": {
      "city": "Redmond",
      "country": "US",
      "postalCode": "98052",
      "geographicArea": "Washington",
      "street1": "1 Microsoft Way",
      "street2": null
    },
    "logo": "https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1630652622688/microsoft_logo?e=1725494400&v=beta&t=joSXHhDAEare7f9gk8MwXr2sOr84zX7HDx2h5znXEYI"
  }
}

Last updated