Linkedin Employees Scraper avatar

Linkedin Employees Scraper

Try for free

1 day trial then $39.00/month - No credit card required now

Go to Store
Linkedin Employees Scraper

Linkedin Employees Scraper

caprolok/linkedin-employees-scraper
Try for free

1 day trial then $39.00/month - No credit card required now

Effortlessly gather LinkedIn URLs and names of employees in bulk. Ideal for HR and recruitment, this tool quickly provides essential contact information, simplifying talent search and networking opportunities.

You can access the Linkedin Employees Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "SlZz0HUms5sRmTD6C"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/caprolok~linkedin-employees-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-caprolok-linkedin-employees-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/caprolok~linkedin-employees-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-caprolok-linkedin-employees-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/caprolok~linkedin-employees-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-caprolok-linkedin-employees-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "companyUrls",
135          "maxResultsPerCompany"
136        ],
137        "properties": {
138          "companyUrls": {
139            "title": "Company URLs",
140            "type": "array",
141            "description": "Enter the company URLs whose employees you want to extract",
142            "items": {
143              "type": "string"
144            }
145          },
146          "designation": {
147            "title": "Search Job Title",
148            "type": "array",
149            "description": "Enter the specific job titles (Ex: CEO, CFO, HR Manager, etc.)",
150            "items": {
151              "type": "string"
152            }
153          },
154          "location": {
155            "title": "Location (City, Postal Code, etc)",
156            "type": "string",
157            "description": "Enter City / Postal Code / County / District / Province / Region / State"
158          },
159          "country": {
160            "title": "Country",
161            "enum": [
162              "af",
163              "al",
164              "dz",
165              "as",
166              "ad",
167              "ao",
168              "ai",
169              "aq",
170              "ag",
171              "ar",
172              "am",
173              "aw",
174              "au",
175              "at",
176              "az",
177              "bs",
178              "bh",
179              "bd",
180              "bb",
181              "by",
182              "be",
183              "bz",
184              "bj",
185              "bm",
186              "bt",
187              "bo",
188              "ba",
189              "bw",
190              "bv",
191              "br",
192              "io",
193              "bn",
194              "bg",
195              "bf",
196              "bi",
197              "kh",
198              "cm",
199              "ca",
200              "cv",
201              "ky",
202              "cf",
203              "td",
204              "cl",
205              "cn",
206              "cx",
207              "cc",
208              "co",
209              "km",
210              "cg",
211              "cd",
212              "ck",
213              "cr",
214              "ci",
215              "hr",
216              "cu",
217              "cy",
218              "cz",
219              "dk",
220              "dj",
221              "dm",
222              "do",
223              "ec",
224              "eg",
225              "sv",
226              "gq",
227              "er",
228              "ee",
229              "et",
230              "fk",
231              "fo",
232              "fj",
233              "fi",
234              "fr",
235              "gf",
236              "pf",
237              "tf",
238              "ga",
239              "gm",
240              "ge",
241              "de",
242              "gh",
243              "gi",
244              "gr",
245              "gl",
246              "gd",
247              "gp",
248              "gu",
249              "gt",
250              "gn",
251              "gw",
252              "gy",
253              "ht",
254              "hm",
255              "va",
256              "hn",
257              "hk",
258              "hu",
259              "is",
260              "in",
261              "id",
262              "ir",
263              "iq",
264              "ie",
265              "il",
266              "it",
267              "jm",
268              "jp",
269              "jo",
270              "kz",
271              "ke",
272              "ki",
273              "kp",
274              "kr",
275              "kw",
276              "kg",
277              "la",
278              "lv",
279              "lb",
280              "ls",
281              "lr",
282              "ly",
283              "li",
284              "lt",
285              "lu",
286              "mo",
287              "mk",
288              "mg",
289              "mw",
290              "my",
291              "mv",
292              "ml",
293              "mt",
294              "mh",
295              "mq",
296              "mr",
297              "mu",
298              "yt",
299              "mx",
300              "fm",
301              "md",
302              "mc",
303              "mn",
304              "ms",
305              "ma",
306              "mz",
307              "mm",
308              "na",
309              "nr",
310              "np",
311              "nl",
312              "an",
313              "nc",
314              "nz",
315              "ni",
316              "ne",
317              "ng",
318              "nu",
319              "nf",
320              "mp",
321              "no",
322              "om",
323              "pk",
324              "pw",
325              "ps",
326              "pa",
327              "pg",
328              "py",
329              "pe",
330              "ph",
331              "pn",
332              "pl",
333              "pt",
334              "pr",
335              "qa",
336              "re",
337              "ro",
338              "ru",
339              "rw",
340              "sh",
341              "kn",
342              "lc",
343              "pm",
344              "vc",
345              "ws",
346              "sm",
347              "st",
348              "sa",
349              "sn",
350              "rs",
351              "sc",
352              "sl",
353              "sg",
354              "sk",
355              "si",
356              "sb",
357              "so",
358              "za",
359              "gs",
360              "es",
361              "lk",
362              "sd",
363              "sr",
364              "sj",
365              "sz",
366              "se",
367              "ch",
368              "sy",
369              "tw",
370              "tj",
371              "tz",
372              "th",
373              "tl",
374              "tg",
375              "tk",
376              "to",
377              "tt",
378              "tn",
379              "tr",
380              "tm",
381              "tc",
382              "tv",
383              "ug",
384              "ua",
385              "ae",
386              "uk",
387              "gb",
388              "us",
389              "um",
390              "uy",
391              "uz",
392              "vu",
393              "ve",
394              "vn",
395              "vg",
396              "vi",
397              "wf",
398              "eh",
399              "ye",
400              "zm",
401              "zw"
402            ],
403            "type": "string",
404            "description": "Select country",
405            "default": "us"
406          },
407          "language": {
408            "title": "Language",
409            "enum": [
410              "af",
411              "ak",
412              "sq",
413              "ws",
414              "am",
415              "ar",
416              "hy",
417              "az",
418              "eu",
419              "be",
420              "bem",
421              "bn",
422              "bh",
423              "xx-bork",
424              "bs",
425              "br",
426              "bg",
427              "bt",
428              "km",
429              "ca",
430              "chr",
431              "ny",
432              "zh-cn",
433              "zh-tw",
434              "co",
435              "hr",
436              "cs",
437              "da",
438              "nl",
439              "xx-elmer",
440              "en",
441              "eo",
442              "et",
443              "ee",
444              "fo",
445              "tl",
446              "fi",
447              "fr",
448              "fy",
449              "gaa",
450              "gl",
451              "ka",
452              "de",
453              "el",
454              "kl",
455              "gn",
456              "gu",
457              "xx-hacker",
458              "ht",
459              "ha",
460              "haw",
461              "iw",
462              "hi",
463              "hu",
464              "is",
465              "ig",
466              "id",
467              "ia",
468              "ga",
469              "it",
470              "ja",
471              "jw",
472              "kn",
473              "kk",
474              "rw",
475              "rn",
476              "xx-klingon",
477              "kg",
478              "ko",
479              "kri",
480              "ku",
481              "ckb",
482              "ky",
483              "lo",
484              "la",
485              "lv",
486              "ln",
487              "lt",
488              "loz",
489              "lg",
490              "ach",
491              "mk",
492              "mg",
493              "my",
494              "ml",
495              "mt",
496              "mv",
497              "mi",
498              "mr",
499              "mfe",
500              "mo",
501              "mn",
502              "sr-me",
503              "ne",
504              "pcm",
505              "nso",
506              "no",
507              "nn",
508              "oc",
509              "or",
510              "om",
511              "ps",
512              "fa",
513              "xx-pirate",
514              "pl",
515              "pt",
516              "pt-br",
517              "pt-pt",
518              "pa",
519              "qu",
520              "ro",
521              "rm",
522              "nyn",
523              "ru",
524              "gd",
525              "sr",
526              "sh",
527              "st",
528              "tn",
529              "crs",
530              "sn",
531              "sd",
532              "si",
533              "sk",
534              "sl",
535              "so",
536              "es",
537              "es-419",
538              "su",
539              "sw",
540              "sv",
541              "tg",
542              "ta",
543              "tt",
544              "te",
545              "th",
546              "ti",
547              "to",
548              "lua",
549              "tum",
550              "tr",
551              "tk",
552              "tw",
553              "ug",
554              "uk",
555              "ur",
556              "uz",
557              "vu",
558              "vi",
559              "cy",
560              "wo",
561              "xh",
562              "yi",
563              "yo",
564              "zu"
565            ],
566            "type": "string",
567            "description": "Select language",
568            "default": "en"
569          },
570          "maxResultsPerCompany": {
571            "title": "Max Results Per Company",
572            "type": "integer",
573            "description": "Limit the no. of results you want to extract per company",
574            "default": 20
575          },
576          "proxyConfiguration": {
577            "title": "Proxy configuration",
578            "type": "object",
579            "description": "Select proxies to be used by your crawler."
580          }
581        }
582      },
583      "runsResponseSchema": {
584        "type": "object",
585        "properties": {
586          "data": {
587            "type": "object",
588            "properties": {
589              "id": {
590                "type": "string"
591              },
592              "actId": {
593                "type": "string"
594              },
595              "userId": {
596                "type": "string"
597              },
598              "startedAt": {
599                "type": "string",
600                "format": "date-time",
601                "example": "2025-01-08T00:00:00.000Z"
602              },
603              "finishedAt": {
604                "type": "string",
605                "format": "date-time",
606                "example": "2025-01-08T00:00:00.000Z"
607              },
608              "status": {
609                "type": "string",
610                "example": "READY"
611              },
612              "meta": {
613                "type": "object",
614                "properties": {
615                  "origin": {
616                    "type": "string",
617                    "example": "API"
618                  },
619                  "userAgent": {
620                    "type": "string"
621                  }
622                }
623              },
624              "stats": {
625                "type": "object",
626                "properties": {
627                  "inputBodyLen": {
628                    "type": "integer",
629                    "example": 2000
630                  },
631                  "rebootCount": {
632                    "type": "integer",
633                    "example": 0
634                  },
635                  "restartCount": {
636                    "type": "integer",
637                    "example": 0
638                  },
639                  "resurrectCount": {
640                    "type": "integer",
641                    "example": 0
642                  },
643                  "computeUnits": {
644                    "type": "integer",
645                    "example": 0
646                  }
647                }
648              },
649              "options": {
650                "type": "object",
651                "properties": {
652                  "build": {
653                    "type": "string",
654                    "example": "latest"
655                  },
656                  "timeoutSecs": {
657                    "type": "integer",
658                    "example": 300
659                  },
660                  "memoryMbytes": {
661                    "type": "integer",
662                    "example": 1024
663                  },
664                  "diskMbytes": {
665                    "type": "integer",
666                    "example": 2048
667                  }
668                }
669              },
670              "buildId": {
671                "type": "string"
672              },
673              "defaultKeyValueStoreId": {
674                "type": "string"
675              },
676              "defaultDatasetId": {
677                "type": "string"
678              },
679              "defaultRequestQueueId": {
680                "type": "string"
681              },
682              "buildNumber": {
683                "type": "string",
684                "example": "1.0.0"
685              },
686              "containerUrl": {
687                "type": "string"
688              },
689              "usage": {
690                "type": "object",
691                "properties": {
692                  "ACTOR_COMPUTE_UNITS": {
693                    "type": "integer",
694                    "example": 0
695                  },
696                  "DATASET_READS": {
697                    "type": "integer",
698                    "example": 0
699                  },
700                  "DATASET_WRITES": {
701                    "type": "integer",
702                    "example": 0
703                  },
704                  "KEY_VALUE_STORE_READS": {
705                    "type": "integer",
706                    "example": 0
707                  },
708                  "KEY_VALUE_STORE_WRITES": {
709                    "type": "integer",
710                    "example": 1
711                  },
712                  "KEY_VALUE_STORE_LISTS": {
713                    "type": "integer",
714                    "example": 0
715                  },
716                  "REQUEST_QUEUE_READS": {
717                    "type": "integer",
718                    "example": 0
719                  },
720                  "REQUEST_QUEUE_WRITES": {
721                    "type": "integer",
722                    "example": 0
723                  },
724                  "DATA_TRANSFER_INTERNAL_GBYTES": {
725                    "type": "integer",
726                    "example": 0
727                  },
728                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
729                    "type": "integer",
730                    "example": 0
731                  },
732                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
733                    "type": "integer",
734                    "example": 0
735                  },
736                  "PROXY_SERPS": {
737                    "type": "integer",
738                    "example": 0
739                  }
740                }
741              },
742              "usageTotalUsd": {
743                "type": "number",
744                "example": 0.00005
745              },
746              "usageUsd": {
747                "type": "object",
748                "properties": {
749                  "ACTOR_COMPUTE_UNITS": {
750                    "type": "integer",
751                    "example": 0
752                  },
753                  "DATASET_READS": {
754                    "type": "integer",
755                    "example": 0
756                  },
757                  "DATASET_WRITES": {
758                    "type": "integer",
759                    "example": 0
760                  },
761                  "KEY_VALUE_STORE_READS": {
762                    "type": "integer",
763                    "example": 0
764                  },
765                  "KEY_VALUE_STORE_WRITES": {
766                    "type": "number",
767                    "example": 0.00005
768                  },
769                  "KEY_VALUE_STORE_LISTS": {
770                    "type": "integer",
771                    "example": 0
772                  },
773                  "REQUEST_QUEUE_READS": {
774                    "type": "integer",
775                    "example": 0
776                  },
777                  "REQUEST_QUEUE_WRITES": {
778                    "type": "integer",
779                    "example": 0
780                  },
781                  "DATA_TRANSFER_INTERNAL_GBYTES": {
782                    "type": "integer",
783                    "example": 0
784                  },
785                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
786                    "type": "integer",
787                    "example": 0
788                  },
789                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
790                    "type": "integer",
791                    "example": 0
792                  },
793                  "PROXY_SERPS": {
794                    "type": "integer",
795                    "example": 0
796                  }
797                }
798              }
799            }
800          }
801        }
802      }
803    }
804  }
805}

Linkedin Employees Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Linkedin Employees Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 88 monthly users

  • 21 stars

  • 99% runs succeeded

  • 1.8 days response time

  • Created in Dec 2023

  • Modified 7 days ago