// ACTION

Live

LinkedIn People Search API with Filters (Classic + Sales Navigator)

// OVERVIEW

What it does

Search LinkedIn for people with structured filters instead of a URL.

Filter by location, industry, company, and keywords on Classic, and add function, role, seniority, tenure, and company headcount on Sales Navigator.

Returns one page of up to 100 matching people.

Ideal for building precise, ICP-shaped prospect lists.

// PARAMETERS

Inputs

NameTypeRequiredDescription
profileIdstringRequiredConnected LinkedIn profile. From List Profiles. A Sales Navigator profile is required for api sales_navigator.
apistringRequiredWhich search engine to use: classic (LinkedIn Classic) or sales_navigator (Sales Navigator, requires a connected Sales Navigator profile).
keywordsstringOptionalBoolean keyword query for skills and technologies, e.g. Node.js AND Vue AND ("full stack" OR full-stack).
locationarray or objectOptionalLOCATION (classic) or REGION (Sales Navigator). Resolve IDs first with Lookup Search Parameter.
industryarray or objectOptional INDUSTRY (classic) or SALES_INDUSTRY (Sales Navigator).
companyarray or objectOptionalCOMPANY IDs (classic) or company names include/exclude (Sales Navigator).
functionobjectOptionalSales Navigator only. DEPARTMENT include/exclude IDs.
roleobjectOptionalSales Navigator only. JOB_TITLE or free text include/exclude.
seniorityobjectOptionalSales Navigator only. Levels like cxo, vice_president, director, owner/partner.
tenurearrayOptionalSales Navigator only. Years in role, min/max bands.
company_headcountarrayOptionalSales Navigator only. Company size bands, min/max.
network_distancearrayOptionalConnection degree: 1, 2, 3, or GROUP.
profile_languagearrayOptionalTwo-letter language codes.
limit numberOptionalResults per page, up to 100.
cursor stringOptionalPagination cursor from the previous page.

// OUTPUT SHAPE

Example JSON output

{
  "items": [
    {
      "provider_id": "ACoAA...",
      "name": "Jane Doe",
      "headline": "VP Sales at Acme",
      "company": "Acme",
      "location": "San Francisco",
      "profile_url": "https://www.linkedin.com/in/jane-doe"
    }
  ],
  "cursor": "eyJwYWdlIjoy..."
}

// INVOCATION

How to call

Not available yet for this channel.

// CONSTRAINTS

Limits & status

Up to 100 results per page, paginate with cursor. Sales Navigator search requires an active Sales Navigator subscription on the connected profile. Automatic rate limiting.

// USED IN

Playbooks using this Action

// GET STARTED

Start building with Periodix Actions

Create an account, get an API key, and call this Action from your stack.

Create your account