Find Employees in Real-Time for a Company with our Enrichment API
Identify employees in real-time
10 Credits per employee
Search for employees with certain job titles inside a company. The company domain name is required, but job titles aren't. You can also use conditions the employees must match for more complicated queries (see query parameter).
You can also send the id of one of your lists to save the employees. If you don't have any list, you can create one with our endpoint to create a list.
You may wonder why our technology searches employees in real-time. From our experience (we were one of them), most services that rely on a database of employees take the risk of having outdated information. People leave from one job to another, get promoted, etc. This issue will never be one with us. The only downside is that it can take a few seconds to get the results.
Query parameters
countriesoptional
The country codes (comma-separated) to search for. If not defined, we will search for all countries.
…/employees?countries=us,fr,de
Only countries with more than one million inhabitants are available.
Possible values
ae
af
al
am
ao
ar
at
au
az
ba
bd
be
bf
bg
bh
bi
bj
bo
br
bw
& 140 others
domainrequired
The company domain to search for employees (can also be a URL as we will extract the domain).
…/employees?domain=gucci.com
findEmailsoptional
If set to true, we will try to find the business email of the employees. This will make the response time slower.
…/employees?findEmails=true
We advise people to avoid using this parameter as it can make the response time very slow. Instead, use our endpoint to discover emails when you receive the employees (free of charge).
Possible values
true
false
hideCompanyoptional
If set to true, we will not attach the company information to the employees. This will make the response lighter. (default: false)
…/employees?hideCompany=true
Possible values
true
false
jobTitlesoptional
The job titles (comma-separated) to search for. If not defined, we will search for all job titles.