// ACTION
LiveResolve 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
| Name | Type | Required | Description |
|---|---|---|---|
profileId | string | Required | Connected LinkedIn profile. |
type | string | Required | LOCATION, INDUSTRY, COMPANY, JOB_TITLE, REGION, SALES_INDUSTRY, or DEPARTMENT. |
keywords | string | Required | The free-text query, e.g. fintech or Berlin. |
service | string | Optional | CLASSIC or SALES_NAVIGATOR. Default CLASSIC. |
limit | number | Optional | Up 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