/api/v1/linkedin/search/parameters
Query parameters
connectedAccountId required | string · uuid Connected account to act as |
type required | "LOCATION" | "PEOPLE" | "CONNECTIONS" | "COMPANY" | "SCHOOL" | "INDUSTRY" | "SERVICE" | "JOB_FUNCTION" | "JOB_TITLE" | "EMPLOYMENT_TYPE" | "SKILL" Kind of filter value to resolve. The returned ids feed the matching job search filters. |
keywords optional | string Text to match, of the same kind as type: a place for LOCATION, an industry for INDUSTRY, a role for JOB_TITLE. Unrelated keywords return no results. |
service optional | "classic" | "recruiter" | "sales_navigator" Which search to resolve against. Defaults to classic. |
limit optional | integer |
Response
200Matching search parameters and an optional cursor.
| parameters | object[] |
| cursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload