POST
/
employee-finder
curl --request POST \
  --url https://api.leadmagic.io/employee-finder \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "company_domain": "gong.io",
  "company_name": "gong",
  "limit": 20
}'
{
  "message": "Data found for the given comapny.",
  "total_count": 402,
  "returned_count": 20,
  "credits_consumed": 1,
  "data": [
    {
      "first_name": "Suzanne",
      "last_name": "Quentin",
      "title": "Director, Talent Development",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Brea",
      "last_name": "Porter",
      "title": "Senior Product Manager",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Damian",
      "last_name": "Cowell",
      "title": "Sr Director of Product Management",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Brandon",
      "last_name": "James",
      "title": "Sr. Customer Success Product Lead",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Tim",
      "last_name": "R.",
      "title": "Chief Financial Officer",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Devon",
      "last_name": "Kirschmann",
      "title": "Director, Technical Account Management & Product Support",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Eran",
      "last_name": "A",
      "title": "EVP, Product Strategy and Ecosystem",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Justin",
      "last_name": "G",
      "title": "VP Sales",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Simon",
      "last_name": "F",
      "title": "SVP, Customer Outcomes",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Stacey",
      "last_name": "Justice",
      "title": "Vice President of GTM Enablement",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Shawn",
      "last_name": "Killpack",
      "title": "VP of GTM Strategy and Planning",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Jim",
      "last_name": "G",
      "title": "VP | Head of Information Technology",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Amanda",
      "last_name": "Schuck",
      "title": "Revenue Operations Manager",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Lauren",
      "last_name": "Ottoson",
      "title": "Senior Manager Compensation",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Preston",
      "last_name": "Paul",
      "title": "Customer Success Manager, Enterprise",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Jack",
      "last_name": "Judge",
      "title": "Customer Success Manager",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Victoria",
      "last_name": "Y",
      "title": "VP, Operations",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Dariyan",
      "last_name": "Amos",
      "title": "DEI Program Manager",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Ashley",
      "last_name": "Collins",
      "title": "Sr. Enterprise Customer Success Manager",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    },
    {
      "first_name": "Michael",
      "last_name": "Rosenson",
      "title": "Sr Manager GTM Strategy & Planning",
      "website": "http://www.gong.io",
      "company_name": "Gong"
    }
  ]
}

You must provide either the Company Domain Name or the Company Name in your POST request.

Charges 0.05 credits for every employee returned.
Rate Limit: 500 requests per minute.
Contact our support team if you need to increase your requests per minute.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with employee details

The response is of type object.