Skip to main content
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
NOT for:
  • Getting enriched LinkedIn profiles with full work history (use getEmployeesFromLinkedin instead)
  • 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

Example

Output Example

Comparison with LinkedIn Employees

For the most comprehensive employee data, use getEmployeesFromLinkedin with the company’s LinkedIn URL. Use getEmployeesFromWebsite when you need a quick scrape or the company doesn’t have a LinkedIn presence.