// ACTION

Live

Resolve LinkedIn Search Filter IDs (Location, Industry, Company)

// OVERVIEW

What it does

Resolve a free-text query to LinkedIn search parameter IDs for use in Search People.

Filter IDs are not free text, so resolve them first.

Classic uses LOCATION, INDUSTRY, COMPANY, JOB_TITLE.

Sales Navigator uses REGION, SALES_INDUSTRY, DEPARTMENT, JOB_TITLE, COMPANY.

// PARAMETERS

Inputs

NameTypeRequiredDescription
profileIdstringRequiredConnected LinkedIn profile.
typestringRequiredLOCATION, INDUSTRY, COMPANY, JOB_TITLE, REGION, SALES_INDUSTRY, or DEPARTMENT.
keywordsstringRequiredThe free-text query, e.g. fintech or Berlin.
servicestringOptionalCLASSIC or SALES_NAVIGATOR. Default CLASSIC.
limitnumberOptionalUp to 25 candidates

// OUTPUT SHAPE

Example JSON output

{
  "candidates": [
    {
      "id": "90009496",
      "text": "Berlin, Germany",
      "type": "LOCATION"
    }
  ]
}

// INVOCATION

How to call

Not available yet for this channel.

// CONSTRAINTS

Limits & status

Up to 25 candidates per lookup.

// USED IN

Playbooks using this Action

Not yet used in a published playbook.

// GET STARTED

Start building with Periodix Actions

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

Create your account