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
Company website URL (e.g.,
"https://acme.com")Max employees to return (default: 100)
Output
Returns an array of employee objects with basic information scraped from the website:First name
Last name
Full name
Job title as listed on the website
Example
Output Example
Comparison with LinkedIn Employees
| Feature | getEmployeesFromWebsite | getEmployeesFromLinkedin |
|---|---|---|
| Data source | Company website | LinkedIn/Coresignal |
| Fields returned | Basic (name, title) | Full profile (experience, skills, etc.) |
| Filtering | None | Advanced FilterSpec API |
| Best for | Quick scrape, no LinkedIn | Enriched data, advanced filtering |
| Current employee only | Typically yes (team pages) | Requires notExists filter on date_to |