1 credit per employee returned
When to Use
Use this endpoint to scrape employee information directly from a company’s team page or about page on their website. This endpoint is for:- Getting basic employee info from company websites
- Companies that may not have LinkedIn presence
- Supplementing LinkedIn data with website-sourced employees
- Getting enriched LinkedIn profiles with full work history (use
getEmployeesFromLinkedininstead) - Advanced filtering by department, skills, location, etc.
Method
Input
string
required
Company website URL (e.g.,
"https://acme.com")number
Max employees to return (default: 100)
Output
Returns an array of employee objects with basic information scraped from the website:string
First name
string
Last name
string
Full name
string
Job title as listed on the website