get_search_params
Look up valid IDs for LinkedIn search filters by parameter type, like locations or industries, with an optional query to narrow results.
Instructions
Get valid parameter IDs for search filters.
LinkedIn search filters require specific IDs (not names). Use this tool to look up the IDs for locations, industries, companies, etc.
Args: param_type: Parameter type (case-insensitive) - one of: Common parameters: - "LOCATION" - Geographic locations - "INDUSTRY" - Industry categories - "COMPANY" - Companies - "SCHOOL" - Educational institutions - "PEOPLE" - People - "CONNECTIONS" - Connections - "SERVICE" - Services - "JOB_FUNCTION" - Job functions - "JOB_TITLE" - Job titles - "EMPLOYMENT_TYPE" - Employment types - "SKILL" - Skills
Sales Navigator specific:
- "REGION" - Regions
- "DEPARTMENT" - Departments
- "PERSONA" - Personas
query: Optional search string to filter results (e.g., "San Francisco")Returns: List of valid parameter IDs and names for the specified type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param_type | Yes | ||
| query | No |