VOOZH about

URL: https://apify.com/caprolok/linkedin-employees-scraper/api

⇱ Linkedin Employees Scraper API Β· Apify


Pricing

Pay per event

Go to Apify Store

Linkedin Employees Scraper

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.

Pricing

Pay per event

Rating

1.1

(22)

Developer

πŸ‘ Caprolok

Caprolok

Maintained by Community

Actor stats

147

Bookmarked

3.9K

Total users

46

Monthly active users

6 months ago

Last modified

Share

You might also like

Linkedin Company Employees Scraper

scraper-engine/linkedin-company-employees-scraper

πŸš€ LinkedIn Company Employees Scraper extracts all public employee profiles from any LinkedIn company page β€” including names, job titles, departments, locations & profile URLs. Ideal for lead generation, recruitment & market research. Export data in CSV, JSON, or Excel via Apify API.

πŸ‘ User avatar

Scraper Engine

405

4.8

Company Employees Scraper for LinkedIn | No Cookies

apimaestro/linkedin-company-employees-scraper-no-cookies

Extract LinkedIn company employees without sharing your cookies or account. Get structured data including profile details, job titles, and current positions. No login required.

4.7K

3.8

LinkedIn Company Employees Scraper

scrapier/linkedin-company-employees

Extract employee data from LinkedIn companies with the LinkedIn Company Employees Scraper. Retrieve names, job titles, positions, and profiles of employees. Perfect for recruitment, lead generation, and organizational research. Fast, accurate, and scalable for any company.

Linkedin Company Employees

simpleapi/linkedin-company-employees

LinkedIn Company Employees Scraper extracts employee lists from LinkedIn company pages, including names, roles, locations, experience, and profile URLs. Ideal for recruiting, lead generation, market research, and automating structured employee data collection at scale

LinkedIn Company Employees Scraper βœ… No Cookies πŸ“§

harvestapi/linkedin-company-employees

Extract all LinkedIn Company employees with filters and detailed profile information, including complete work experience, and more. No cookies or account required. This actor can try to find contact emails.

13K

4.8

Linkedin Company Employees

api-empire/linkedin-company-employees

The LinkedIn Company Employees Scraper extracts public employee data from LinkedIn company pages, including names, positions, locations, and profile links. Ideal for recruiters, analysts, and marketers to identify talent, map organizations, and support B2B lead generation efforts.

190

4.1

LinkedIn Company Employees Scraper [Optional Cookies, No Login]

memo23/linkedin-company-people-scraper

The Actor is designed to extract information from LinkedIn company pages, capturing details that include the names of individuals, their positions, usernames, profile images, the URLs of their LinkedIn profile pages, and the names of their associated companies

πŸ‘ User avatar

Muhamed Didovic

1.2K

4.7

LinkedIn Profile Scraper

scraperx/linkedin-profile-scraper

Scrapes LinkedIn profile data from URLs, extracting comprehensive person information including experience, education, posts, and more.

Company Detail Scraper for LinkedIn (No Cookies)

apimaestro/linkedin-company-detail

Extract detailed LinkedIn company data instantly. Get company overview, employee count, locations, funding info, and more. Perfect for market research, lead generation, and competitor analysis. Clean, structured data ready for your business needs.

4.4K

3.2

Linkedin Company Profile Scraper

scrapeverse/linkedin-company-profile-scraper

The LinkedIn Company Profile Scraper is a powerful and efficient tool designed to extract valuable information from LinkedIn company profiles with ease. Whether you're a market researcher, sales professional, or just curious about a company's background.

494

2.9

You can access the Linkedin Employees Scraper programmatically from your own applications by using the Apify API. You can also 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "companyUrls": [
< "https://www.linkedin.com/company/microsoft"
< ],
< "designation": [],
< "maxResultsPerCompany": 20
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/caprolok~linkedin-employees-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Linkedin Employees Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Linkedin Employees Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/caprolok~linkedin-employees-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/caprolok~linkedin-employees-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/caprolok~linkedin-employees-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Linkedin Employees Scraper API programmatically via the Apify API.

You can choose from:

Linkedin Employees Scraper API in Python

Linkedin Employees Scraper API in JavaScript

Linkedin Employees Scraper API through CLI

Linkedin Employees Scraper OpenAPI definition

You can start Linkedin Employees Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Linkedin Employees Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Linkedin Employees Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.