Company Employees API

Retrieve a list of employees from a company’s LinkedIn page based on job function or keywords.

9+

Data Enpoints

130+

Data Points

<5

Minutes to Set-up

99.99%

Successful Query

Company Employees JSON Structure

Explore the structured employee data points like name, position, and department.


{
  "success": true,
  "company": {
    "id": "1035",
    "name": "Microsoft",
    "linkedInUrl": "https://www.linkedin.com/company/1035"
  },
  "employees": [
    {
      "id": "ACoAACQYxG8BXZLwbXsf2Q9v8CdFXYQldBJACQqE",
      "name": "John Doe",
      "title": "Software Engineer",
      "profileUrl": "https://www.linkedin.com/in/john-doe",
      "department": "Engineering",
      "jobFunction": "Software Development",
      "location": "Seattle, WA, USA"
    },
    {
      "id": "ACoAADKbBkqBWu9p3NbsyQi6sZcJJLb7ZpktyQA",
      "name": "Jane Smith",
      "title": "Product Manager",
      "profileUrl": "https://www.linkedin.com/in/jane-smith",
      "department": "Product",
      "jobFunction": "Product Management",
      "location": "San Francisco, CA, USA"
    }
  ],
  "credits_left": 9000,
  "rate_limit_left": 19000
}

JavaScript Integration for Company Employees

Add employee data retrieval to your platform using this JavaScript code snippet.


const axios = require('axios');

const API_KEY = 'YOUR_API_KEY'; // Replace with your API key from the Scrapin dashboard
const LINKEDIN_TARGET = 'LINKEDIN_URL_OR_PROFILE_ID'; // Replace with the LinkedIn URL or profile ID you want to fecth

const getLinkedInProfile = async () => {
  const endpoint = `https://api.scrapin.io/enrichment/company/employees?apikey=${API_KEY}&linkedinUrl=${LINKEDIN_TARGET}`;

  try {
    const response = await axios.get(endpoint);
    console.log('Data:', response.data);
  } catch (error) {
    console.error('Error:', error);
  }
};

getLinkedInProfile();

What our clients say

Still have doubts? Check out what our clients are saying about us on G2 and Product Hunt!

Stars - Elements Webflow Library - BRIX Templates

"ScrapIn has truly impressed me with its minimalistic design, ease of use, and incredibly powerful real-time scraping capabilities. The support team is extremely responsive and friendly, making the entire experience seamless. I encountered no bugs or frustrations throughout my journey, and it has made scraping LinkedIn profiles and company details so much more efficient.”

Tanguy L.

Small-Business (50 or fewer emp.)
Stars - Elements Webflow Library - BRIX Templates

“ScrapIn delivers exactly what they promise. The API is incredibly easy to use, allowing us to efficiently gather complete profiles and their information at scale. It's been a game-changer for our lead list generation and large-scale information collection.”

Erik Isberg

Small-Business (50 or fewer emp.)
Stars - Elements Webflow Library - BRIX Templates

We are building a service that actively uses LinkedIn to fetch profiles. We tried ScrapIn to achieve that goal. So far it works great and fast, it's easy to use and it allows us to get all the needed info: profiles basic info, job history, education history, skills etc.

Maksim Matlakhov

Small-Business (50 or fewer emp.)

Scrape Anything from LinkedIn, without limits.

A streamlined LinkedIn scraper API for real-time data scraping of profiles and company information at scale.
No credit card required
20 free requests
Try for free

Frequently Asked Question

Can I try for free ?

Yes sure! Trial plan include 20 requests with all the features of the paid plans. You can also self-host our open-source package if you want to manage scaling yourself.

What kind of data can I get ?

You can access all publicly data available on Person LinkedIn Profiles such as Job Title, Position History, Educational background and so on. You can also get all Company LinkedIn Profile data such as Industry, Employees, Website, Location ...

Is ScrapIn GDPR and CCPA compliant ?

Unlike most solutions on the market, we do not use a database (neither purchased nor built up from our clients). We have developed our own scraping algorithms. This allows us to be systematically up to date in the information we deliver.

How the data is up to date ?

All our data is gathered in real time, this is very interesting if you need to have always up-to-date data.

Open-source ?

We understand the need of transparency when you integrate a external service in your sofware. That's why you can also self-host our open-source package if you want to manage scaling yourself.

Can I cancel, upgrade, or downgrade anytime?

Yes. You can cancel, upgrade, or downgrade your plan at at any time. Downgrades will take place at the end of your plan cycle, while upgrades & cancellation will take place immediately.