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
This 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.
This actor offers the following features:
https://www.linkedin.com/company/{company-name}
or you can directly copy and paste the company's LinkedIn URL.https://www.linkedin.com/company/{comapany-name}
. You can add multiple URLs for a broader search scope.Here's a simple example of how to set up a search for page details in Linkedin:
1{ 2 "cookies": [ 3 { 4 "domain": ".linkedin.com", 5 "expirationDate": 1740231415.466268, 6 "hostOnly": false, 7 "httpOnly": false, 8 "name": "c_user", 9 "path": "/", 10 "sameSite": "no_restriction", 11 "secure": true, 12 "session": false, 13 "storeId": "0", 14 "value": "1248804295", 15 "id": 1 16 } 17 ], 18 "proxyConfiguration": { 19 "useApifyProxy": true, 20 "apifyProxyGroups": [ 21 "RESIDENTIAL" 22 ] 23 }, 24 "startUrls": [ 25 { 26 "url": "https://www.linkedin.com/company/artifex-animation-studios/" 27 } 28 ] 29}
The output data typically includes:
1[ 2 { 3 "name": "Shubham Bhalla", 4 "handle": "shubhambhalla", 5 "jobTitle": "VFX Compositor | 3D Artist | Graphic Designer", 6 "image": "https://media.licdn.com/dms/image/D5635AQHO40L9eutv4A/profile-framedphoto-shrink_100_100/0/1624976064772?e=1713546000&v=beta&t=5V5qxK68NoQiff33q5K1Rk3CAzXJ1BDhqQUQcUTkM1U", 7 "companyName": "Artifex Animation Studios", 8 "url": "https://www.linkedin.com/in/shubhambhalla", 9 "linkedinPeopleUrl": "https://www.linkedin.com/company/microsoft/people", 10 }, 11 ... 12]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!