See Who’s Hiring: LinkedIn Job Posting Hirers API

Alfie Lambert Updated 4 April 2025

LinkedIn Job Posting Hirers
Reading Time: 2 minutes

When a company posts a job on LinkedIn, they’re not just announcing a vacancy—they’re broadcasting intent. The Lix Job Posting Hirers API lets you go a step further by revealing who inside that company is involved in the hiring process.

Whether you’re in recruitment, sales, or B2B partnerships, this endpoint helps you find the real humans behind the job post—so you can connect, pitch, or assist with precision.

What is the LinkedIn Job Posting Hirers Endpoint?

The Job Posting Hirers endpoint retrieves the list of people associated with a LinkedIn job post—those who are either listed as the job poster or involved in the hiring process.

Think of it as a shortcut to finding decision-makers, team leads, or potential hiring managers based on live hiring activity.

How it Works

Endpoint:

GET https://api.lix-it.com/v1/li/linkedin/jobs/hirers

Required Parameter:

  • job_id – The LinkedIn ID of the job you want to inspect.

Optional Parameter:

  • viewer_id – LinkedIn ID of the account you’d like to view the job as (optional).

Example API Request (Python)

pythonCopyEditimport requests

url = "https://api.lix-it.com/v1/li/linkedin/jobs/hirers?job_id=3556453411"

headers = {
  'Authorization': "YOUR_LIX_API_KEY_HERE"
}

response = requests.get(url, headers=headers)

print(response.json())

Example Response:

jsonCopyEdit{
    "people": [
        {
            "name": "Emma Cardona",
            "img": "https://media.licdn.com/...",
            "headline": "Associate Director, People & Operations",
            "link": "https://www.linkedin.com/in/emmalowery"
        },
        {
            "name": "Philister Lukacevic",
            "img": "https://media.licdn.com/...",
            "headline": "Nonprofit Marketing and Communications | Social Justice & Mental Health Advocate",
            "link": "https://www.linkedin.com/in/philistersidigu"
        }
    ]
}

How Recruiters Can Use It

🎯 Identify Hiring Managers Instantly
Skip the guesswork. See exactly who is associated with a job post and reach out to them directly with relevant candidates or recruiting support.

💼 Source Candidates and Pitch Services
Once you know who’s hiring, you can position your offering – whether it’s talent, a recruitment platform, or hiring analytics – with precision.

📅 Time Outreach Perfectly
If someone is actively hiring today, they’re far more likely to respond to your message. The Job Posting Hirers API lets you act while the intent is hot.

How Sales & Partnerships Teams Can Use It

💡 Trigger-Based Outreach
A company hiring a “Head of RevOps” or “Director of Innovation”? That’s a signal. Use the API to find the relevant person and introduce your product or service right when they need it.

👤 Get Past the Gatekeepers
Knowing exactly who’s hiring helps you reach decision-makers, not just generic inboxes.

🔗 Build Warm Intros with Context
“I saw your team is hiring a [Role]. We work with similar orgs to support [solution]—would it make sense to chat?”

Scale It with Lix

The Job Posting Hirers API fits seamlessly into a larger lead generation or recruitment automation workflow:

  1. Use the Job Posting Search API to find relevant roles.
  2. Feed job IDs into the Job Posting Hirers API to extract contacts.
  3. Enrich profiles with the Profile Enrichment API for email/contact info.
  4. Export, qualify, and outreach – all at scale.

Start Building Smarter Outreach Lists

Job posts are just the start. With the Lix LinkedIn Job Posting Hirers API, you can uncover the people behind the post – and reach out with speed, context, and confidence.

Whether you’re filling roles, selling solutions, or spotting intent signals, this endpoint helps you work smarter with LinkedIn data.

Don't miss the next instalment!

Get the next blog (and the next one!) to your inbox.