Company Data API

Retrieve company profile information from LinkedIn by URL.

9+
Data Endpoints
130+
Data Points
<5
Minutes to Set-up
99.99
%
Successful Query
1{
2  "success": true,
3  "credits_left": 90000,
4  "rate_limit_left": 19000,
5  "company": {
6    "linkedInId": "1035",
7    "name": "Microsoft",
8    "universalName": "microsoft",
9    "linkedInUrl": "https://www.linkedin.com/company/1035",
10    "employeeCount": 228581,
11    "employeeCountRange": {
12      "start": 10001,
13      "end": 1
14    },
15    "websiteUrl": "https://news.microsoft.com/",
16    "tagline": null,
17    "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",
18    "industry": "Software Development",
19    "phone": null,
20    "specialities": [
21      "Business Software",
22      "Developer Tools",
23      "Home & Educational Software",
24      "Tablets",
25      "Search",
26      "Advertising",
27      "Servers",
28      "Windows Operating System",
29      "Windows Applications & Platforms",
30      "Smartphones",
31      "Cloud Computing",
32      "Quantum Computing",
33      "Future of Work",
34      "Productivity",
35      "AI",
36      "Artificial Intelligence",
37      "Machine Learning",
38      "Laptops",
39      "Mixed Reality",
40      "Virtual Reality",
41      "Gaming",
42      "Developers",
43      "IT Professional"
44    ],
45    "followerCount": 22736947,
46    "headquarter": {
47      "city": "Redmond",
48      "country": "US",
49      "postalCode": "98052",
50      "geographicArea": "Washington",
51      "street1": "1 Microsoft Way",
52      "street2": null
53    },
54    "logo": "https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1630652622688/microsoft_logo?e=1725494400&v=beta&t=joSXHhDAEare7f9gk8MwXr2sOr84zX7HDx2h5znXEYI"
55  }
56}

Company Data JSON Structure

Discover the detailed company data points including industry, size, and location.

JavaScript Integration for Company Data

Implement company profile data retrieval using this JavaScript code sample.

1const axios = require('axios');
2
3const API_KEY = 'YOUR_API_KEY'; // Replace with your API key from the Scrapin dashboard
4const LINKEDIN_TARGET = 'LINKEDIN_URL_OR_PROFILE_ID'; // Replace with the LinkedIn URL or profile ID you want to fecth
5
6const getLinkedInProfile = async () => {
7  const endpoint = `https://api.scrapin.io/enrichment/company?apikey=${API_KEY}&linkedinUrl=${LINKEDIN_TARGET}`;
8
9  try {
10    const response = await axios.get(endpoint);
11    console.log('Data:', response.data);
12  } catch (error) {
13    console.error('Error:', error);
14  }
15};
16
17getLinkedInProfile();
1{
2  "success": true,
3  "credits_left": 90000,
4  "rate_limit_left": 19000,
5  "metadata": {
6    "current_page": 1,
7    "per_page": 100,
8    "total": 500
9  },
10  "jobs": [
11    {
12      "linkedinIdentifier": "4081332168",
13      "title": "Software Engineer, Back-End, Data Center Network Planning",
14      "companyName": "Google",
15      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16      "location": "Sunnyvale",
17      "url": "https://www.linkedin.com/jobs/view/4081332168",
18      "creationDate": null,
19      "repostDate": null,
20      "experienceLevel": null,
21      "contractType": null
22    },
23    {
24      "linkedinIdentifier": "4093221619",
25      "title": "Data Center Mechanical/Thermal Cooling Engineer",
26      "companyName": "Google",
27      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28      "location": "Sunnyvale",
29      "url": "https://www.linkedin.com/jobs/view/4093221619",
30      "creationDate": null,
31      "repostDate": null,
32      "experienceLevel": null,
33      "contractType": null
34    }
35  ]
36}
1{
2  "success": true,
3  "credits_left": 90000,
4  "rate_limit_left": 19000,
5  "metadata": {
6    "current_page": 1,
7    "per_page": 100,
8    "total": 500
9  },
10  "jobs": [
11    {
12      "linkedinIdentifier": "4081332168",
13      "title": "Software Engineer, Back-End, Data Center Network Planning",
14      "companyName": "Google",
15      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16      "location": "Sunnyvale",
17      "url": "https://www.linkedin.com/jobs/view/4081332168",
18      "creationDate": null,
19      "repostDate": null,
20      "experienceLevel": null,
21      "contractType": null
22    },
23    {
24      "linkedinIdentifier": "4093221619",
25      "title": "Data Center Mechanical/Thermal Cooling Engineer",
26      "companyName": "Google",
27      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28      "location": "Sunnyvale",
29      "url": "https://www.linkedin.com/jobs/view/4093221619",
30      "creationDate": null,
31      "repostDate": null,
32      "experienceLevel": null,
33      "contractType": null
34    }
35  ]
36}
1{
2  "success": true,
3  "credits_left": 90000,
4  "rate_limit_left": 19000,
5  "metadata": {
6    "current_page": 1,
7    "per_page": 100,
8    "total": 500
9  },
10  "jobs": [
11    {
12      "linkedinIdentifier": "4081332168",
13      "title": "Software Engineer, Back-End, Data Center Network Planning",
14      "companyName": "Google",
15      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16      "location": "Sunnyvale",
17      "url": "https://www.linkedin.com/jobs/view/4081332168",
18      "creationDate": null,
19      "repostDate": null,
20      "experienceLevel": null,
21      "contractType": null
22    },
23    {
24      "linkedinIdentifier": "4093221619",
25      "title": "Data Center Mechanical/Thermal Cooling Engineer",
26      "companyName": "Google",
27      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28      "location": "Sunnyvale",
29      "url": "https://www.linkedin.com/jobs/view/4093221619",
30      "creationDate": null,
31      "repostDate": null,
32      "experienceLevel": null,
33      "contractType": null
34    }
35  ]
36}
1{
2  "success": true,
3  "credits_left": 90000,
4  "rate_limit_left": 19000,
5  "metadata": {
6    "current_page": 1,
7    "per_page": 100,
8    "total": 500
9  },
10  "jobs": [
11    {
12      "linkedinIdentifier": "4081332168",
13      "title": "Software Engineer, Back-End, Data Center Network Planning",
14      "companyName": "Google",
15      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16      "location": "Sunnyvale",
17      "url": "https://www.linkedin.com/jobs/view/4081332168",
18      "creationDate": null,
19      "repostDate": null,
20      "experienceLevel": null,
21      "contractType": null
22    },
23    {
24      "linkedinIdentifier": "4093221619",
25      "title": "Data Center Mechanical/Thermal Cooling Engineer",
26      "companyName": "Google",
27      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28      "location": "Sunnyvale",
29      "url": "https://www.linkedin.com/jobs/view/4093221619",
30      "creationDate": null,
31      "repostDate": null,
32      "experienceLevel": null,
33      "contractType": null
34    }
35  ]
36}
1const axios = require('axios');
2
3const API_KEY = 'YOUR_API_KEY'; // Replace with your API key from the Scrapin dashboard
4const LINKEDIN_TARGET = 'LINKEDIN_URL_OR_PROFILE_ID'; // Replace with the LinkedIn URL or profile ID you want to fecth
5
6const getLinkedInProfile = async () => {
7  const endpoint = `https://api.scrapin.io/enrichment/company?apikey=${API_KEY}&linkedinUrl=${LINKEDIN_TARGET}`;
8
9  try {
10    const response = await axios.get(endpoint);
11    console.log('Data:', response.data);
12  } catch (error) {
13    console.error('Error:', error);
14  }
15};
16
17getLinkedInProfile();

Supporting smooth integration

Our API is designed for seamless integration, providing developers with comprehensive documentation, real-time support for popular programming languages.

With intuitive endpoints and consistent data structures, you can effortlessly incorporate our services into your existing systems.

Whether you're building a Sales platform, or recruitment tool, our API ensures a streamlined development process.

GDPR
GDPR
DATA Compliance

The LinkedIn Scraping Struggle Is Real.

Suspensions, bans, or worse—legal gray areas—loom over every scrape. You need data, but not at the cost of your company’s reputation. ScrapIn operates within the legal framework, ensuring full compliance with GDPR, CCPA, and other data protection laws.

Aggregates data from multiple sources
Up-to-date informations

Two ways to use API

We've created a user-friendly ecosystem to enhance your experience and provide the tools you need for satisfaction.

1{
2  "Version": "2012-10-17",
3  "Statement": [
4    {
5      "Action": [
6        "application:Describe*",
7        "autoscaling:Describe*",
8        "ce:Describe*",
9        "ce:Get*",
10        "ce:List*",
11        "cloudwatch:GetData",
12        "ec2:Describe*",
13        "ec2:AcceptReserved",
14        "ec2:CancelReservedInstancesListing",
15        "ec2:CreateReservedInstancesListing",
16        "ec2:DeleteQueuedReservedInstances",
17        "ec2:ModifyReservedInstances",
18        "ec2:PurchaseHostReservation",
19        "ec2:PurchaseReservedInstancesOffering",
20        "rds:Describe*",
21        "rds:List*"
22      ]
23    }
24  ]
25}
EMAIL
ben@microsoft.com
title
Developer
industry
IA & Tech
city
New York
Input basic identifiers — get rich data.

Query our API using an email, full name, or name + company, and retrieve detailed LinkedIn-based profiles. Our engine searches billions of public records and online signals to return accurate, real-time person data including job titles, employers, locations, education, and more.

1{
2  "Version": "2012-10-17",
3  "Statement": [
4    {
5      "Action": [
6        "application:Describe*",
7        "autoscaling:Describe*",
8        "ce:Describe*",
9        "ce:Get*",
10        "ce:List*",
11        "cloudwatch:GetData",
12        "ec2:Describe*",
13        "ec2:AcceptReserved",
14        "ec2:CancelReservedInstancesListing",
15        "ec2:CreateReservedInstancesListing",
16        "ec2:DeleteQueuedReservedInstances",
17        "ec2:ModifyReservedInstances",
18        "ec2:PurchaseHostReservation",
19        "ec2:PurchaseReservedInstancesOffering",
20        "rds:Describe*",
21        "rds:List*"
22      ]
23    }
24  ]
25}
Job ID
Job ID
Database ID
Automate data enrichment at scale.

Connect our API to your CRM, forms, or product flows to instantly enhance user records. Whether enriching leads, users, or signups, our service integrates smoothly with your workflows, returning structured data you can trust.

Scrape Any Data from Linkedin, Without Limits

A streamlined LinkedIn scraper API for real-time data scraping of complete profiles and company information at scale.

99.2
%
Uptime Status
300
M
Requests per month
<4
s
Reponse Time