From a company, you need all the employees working in this company with a specific job title :

You are looking for the head of sales in a list of companies.

As it's a company in input, you can enter :

  • A company name
  • A website
  • A LinkedIn company Url

To get the employees, you need to use this API call:

https://gateway.datagma.net/api/ingress/v1/find_people?apiId=a9b8b519ed86&currentJobTitle=Chief%20OR%20head%20of&currentCompanies=algolia&countries=france

In currentJobTitle, you can enter any string (e.g., sales, marketing...)

You can also send booleans like this: head of OR VP OR chief OR CEO...

To narrow your result to a specific country, you can use:

&countries

You need to enter the country in minimal letters.

To verify the accuracy of our results, you can check the output of this parameter:employeeCompanyScore

The closer the score is to 1, the more we are sure the result is relevant.
If the score is 1, the employee is working in the targeted company with a probability of 100%

The score is based on the company name inputted and outputted.

For example, if you submit in input Palantir and the results in output are Palantir Technologies, the score will be less than 1.

There is also another object in the output to help you check accuracy; it's the object named employeeJobScore

The role of this object is the same but with the job title submitted in input.

The scoring helps us remove the non-relevant results, but sometimes, our scoring is a little bit aggressive and can remove results that could still be interesting.

If you want to have access to all the results, even the one with a less score, please pass the parameter debug=true.