Look up Sales Navigator facet id
Sales Navigator facet-id typeahead: resolve one SN facet (type) into the opaque ids the SN search filters need. type is a node salesApiFacetTypeahead kind passed through verbatim; the seven text facets resolve query, the rest return their fixed / account-scoped list. Type → target filter member: TITLE → current_titles/past_titles; BING_GEO → locations/company_headquarters; INDUSTRY → industries; COMPANY_WITH_LIST → current_companies/past_companies; GROUP → groups; SCHOOL → schools; CONNECTION_OF → connections_of; ACCOUNT_LIST → account_lists (company search). Skip it for the static kinds (COMPANY_SIZE/FUNCTION/SENIORITY_V2/RELATIONSHIP/COMPANY_TYPE/TENURE/PROFILE_LANGUAGE): their full id sets are inlined in the search filter schemas. PERSONA/LEAD_LIST/LEAD_INTERACTIONS/SAVED_LEADS_AND_ACCOUNTS have no filters member yet. SN executor required.
Contract:
- MCP tool
scrape_linkedin_sales_nav_param_id_lookup, registry packagemcp.linkedin/linkedin_scraping, mountlinkedin.scraping. - Operation
action, response envelopeaction. - Flags: none.
Authorizations
Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.
Team scope for tokens that do not carry one. Ignored when the token already names a team.
Body
Request body of scrape_linkedin_sales_nav_param_id_lookup.
The Sales Navigator facet kind to resolve (node salesApiFacetTypeahead type, passed through verbatim). The first seven are text facets that resolve query; the rest return their fixed / account-scoped list and ignore it.
COMPANY_WITH_LIST, BING_GEO, INDUSTRY, TITLE, GROUP, SCHOOL, CONNECTION_OF, COMPANY_SIZE, FUNCTION, SENIORITY_V2, RELATIONSHIP, COMPANY_TYPE, TENURE, PROFILE_LANGUAGE, PERSONA, ACCOUNT_LIST, LEAD_LIST, LEAD_INTERACTIONS, SAVED_LEADS_AND_ACCOUNTS Executor account (ln_ac_...). OPTIONAL everywhere on this surface. Given: the call runs on that account ONLY; a saturated or held scraping bucket refuses 429 bucket_saturated (with retry_after). Omitted: the service auto-picks one of your connected accounts with remaining capacity (SN verbs pick only Sales-Navigator seats; 422 no_connected_accounts when none is ready, 429 when all are at capacity).
18^ln_ac_Ledger replay guard: a repeat call with the same (team, key) returns the stored outcome; no re-execution. Recommended on every search run. The KEY ALONE decides: the probe does not compare arguments, so reusing one key after changing the arguments hands back the FIRST result. On the twelve search verbs that matters twice over, because switching a call from filters to url (or back) under one key replays instead of running the new search. New search, new key.
128The typed term (text facets); ignored by static-enum / list facets.
1 - 100Default 10.
1 <= x <= 25