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 LinkedIn company Id (eg: 1141)
  • A domain (eg: algolia.com)
  • A company name ( algolia)

Using the LinkedIn ID is more accurate than using the domain, and using the domain is more accurate than using the company name.

To get the employees, you can do this, like this:

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

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.

If you want us to retrieve broader results than those in your search (for example, you submit “sales,” but the person has a role like “account manager”), then I recommend setting the parameter fuzzy to true.