# List LinkedIn search parameters

`needleListLinkedinSearchParameters`

Resolve LinkedIn filter IDs (company, location, industry, job title) from keywords. Use the returned id when a search needs an ID instead of plain text.

**Input**

- `connectedAccountId` (string · uuid, required): Connected account to act as
- `type` ("LOCATION" | "PEOPLE" | "CONNECTIONS" | "COMPANY" | "SCHOOL" | "INDUSTRY" | "SERVICE" | "JOB_FUNCTION" | "JOB_TITLE" | "EMPLOYMENT_TYPE" | "SKILL", required): Kind of filter value to resolve. The returned ids feed the matching job search filters.
- `keywords` (string, optional): 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` ("classic" | "recruiter" | "sales_navigator", optional): Which search to resolve against. Defaults to classic.
- `limit` (integer, optional)
