nvNeuralVerge
Social media

LinkedIn Company Employee API — Search People at a Company

Give it one or more company pages and it searches the people associated with them, with the same filters you would use on a general people search: job title, seniority, function, location, years of experience and headcount band.

Example response
{
  "session_id": "d0a2…",
  "kind": "linkedin_company_employee",
  "companies": ["https://www.linkedin.com/company/example"],
  "human": "Found 3 people matching the filters…",
  "machine": {
    "total_items": 3,
    "first_item": {
      "firstName": "Jane",
      "lastName": "Doe",
      "profileUrl": "https://www.linkedin.com/in/example",
      "title": "Head of Revenue Operations",
      "company": "Acme Technologies",
      "location": "Austin, Texas"
    }
  },
  "points_per_run": 30,
  "points_per_profile": 5,
  "total_points": 45
}
You send
One or more company pages, with optional people filters
You get back
People at those companies with titles, profiles and locations
Coverage
People associated with companies that have a public profile.
Price
30 points per run, plus 5 per profile$0.03 per run plus $0.005 per profile
A per-run charge plus a per-profile charge. A run that returns nobody is charged only the run.
Comparison

Ways to get this data

Three approaches teams use today, and where each one runs into trouble.

ApproachWhat it takesCostTrade-off
Browsing the company's people tabScroll and copy, account by accountFree, and slowFalls apart past a handful of accounts
An org-chart productAnother subscription with its own coverage gapsPer seatInferred hierarchies look authoritative and are frequently wrong
NeuralVergeOne request per set of companies30 points per run plus 5 per profileA filtered sample of an organisation, not a guaranteed complete roster
Response

What you get back

Every field in the response shown above.

FieldTypeDescription
total_itemsnumberHow many people came back.
firstNamestringFirst name.
lastNamestringLast name.
profileUrlstringProfile URL.
titlestringJob title.
companystringThe company they were matched at.
locationstringWhere they are based.
Integration

How to run it

The same lookup works from the app, the API, or as a tool an agent can call mid-task.

Only `companies` is required, and it takes an array — you can map several accounts in one run and pay the run charge once.

curl -X POST https://api.neuralverge.ai/functions/v1/run-linkedin-company-employee \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "companies": ["https://www.linkedin.com/company/example-company"],
    "currentJobTitleFilter": ["Revenue Operations"],
    "seniorityLevelFilter": ["Director"],
    "maxResults": 25
  }'
Use cases

What teams use it for

Where this field shows up in an actual workflow.

Account mapping

Find every relevant role at a target account before the first call.

Multi-threading a deal

Identify the other stakeholders when your champion goes quiet.

Competitive research

See how a competitor staffs a function you are also building.

Sourcing from a shortlist

Search candidates across a named set of companies rather than the whole market.

Coverage & limits

Coverage, freshness and limits

What this source covers, how fresh it is, and where it stops.

Coverage

People associated with companies that have a public profile.

Freshness

Searched at request time.

Handling

This source returns personal data. Use it for legitimate business purposes under your own lawful basis, honour deletion and opt-out requests, and check the acceptable use policy for what is out of bounds.

What it will not do
  • This is a filtered sample, not a complete or verified staff list.
  • Association is what people publish about themselves, so leavers can linger and joiners can be missing.
  • It does not return a reporting hierarchy — titles are what you get.
FAQ

Questions, answered

No, and no source honestly claims that. It returns the people who match your filters and publish an association with the company. Read it as a map of the relevant part of an organisation.

Related

Related sources

Try linkedin company employee on your own data

One request format across every source in the catalog.

Get started