一键导入
salesnav-account-search
Run ad-hoc Sales Navigator account/company searches with all 15+ filter types via the LinkedIn Sales API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run ad-hoc Sales Navigator account/company searches with all 15+ filter types via the LinkedIn Sales API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Terminal automation skills for web platforms. CLI commands — no browser needed after initial auth.
Web market / industry analysis from a SimilarWeb FREE account: list 200+ industry categories and rank the top + rising websites in any industry by traffic share, visits, engagement, and month-over-month change.
Website traffic analytics from a SimilarWeb FREE account: overview, traffic & engagement, weekly visit trend, marketing channels, audience geography, similar sites, referrals, social traffic, and display advertising. Covers a single most-recent month, worldwide.
Backlink analytics from SimilarWeb: backlink summary with TLD/country distribution, top referring domains, and individual backlinks with source URLs, anchors, and domain/page scores.
Side-by-side domain comparison using SimilarWeb Pro: engagement metrics, traffic channels, device split, rankings, and more.
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
| name | salesnav-account-search |
| description | Run ad-hoc Sales Navigator account/company searches with all 15+ filter types via the LinkedIn Sales API. |
Run ad-hoc Sales Navigator account/company searches with all 15+ filter types via the LinkedIn Sales API.
www.linkedin.com/sales/... tab kept openRequests run inside your Chrome tab (via CDP), not from Node — this is what lets them past LinkedIn's sales-api edge. So a Sales Navigator tab must stay open for every command, not just auth. If no /sales/ tab is open, open one (see chrome-cdp "Agent guidance"): node skills/chrome-cdp/scripts/cdp.mjs open https://www.linkedin.com/sales/home.
One-time auth — open Sales Navigator in Chrome, then:
node salesnav-account-search.mjs auth
# Search by industry and headcount
node salesnav-account-search.mjs search --industry="Technology" --headcount="E,F,G"
# Search by revenue and headquarters
node salesnav-account-search.mjs search --revenue="3,4,5" --hq-region="United States"
# Search Fortune 500 companies with job openings
node salesnav-account-search.mjs search --fortune="1,2,3,4" --job-opportunities
# Free-text keyword search with pagination
node salesnav-account-search.mjs search --keyword="artificial intelligence" --count=50 --start=0
# Postal code search with radius
node salesnav-account-search.mjs search --hq-postal="94105" --radius=25
# Combine multiple filters
node salesnav-account-search.mjs search --industry="Technology" --headcount="F,G" --revenue="5,6" --activities="RFE"
node salesnav-account-search.mjs filters
Company Attributes:
| Flag | API Filter | Type | Values |
|---|---|---|---|
--revenue | ANNUAL_REVENUE | RANGE_DROPDOWN | 1=<$1M, 2=$1M-$10M, 3=$10M-$50M, 4=$50M-$100M, 5=$100M-$500M, 6=$500M-$1B, 7=$1B-$10B, 8=$10B+ |
--headcount | COMPANY_HEADCOUNT | MULTI_SELECT | B=1-10, C=11-50, D=51-200, E=201-500, F=501-1000, G=1001-5000, H=5001-10000, I=10001+ |
--headcount-growth | COMPANY_HEADCOUNT_GROWTH | RANGE_TEXT | "min-max" percentage (e.g. "5-20") |
--hq-region | REGION | MULTI_SELECT | Region name text (e.g. "United States") |
--hq-postal | POSTAL_CODE | MULTI_SELECT | Postal code with --radius in miles |
--industry | INDUSTRY | MULTI_SELECT | Industry name text (e.g. "Technology") |
--followers | NUM_OF_FOLLOWERS | MULTI_SELECT | NFR1=1-500, NFR2=501-1000, NFR3=1001-5000, NFR4=5001-10000, NFR5=10001+ |
--dept-headcount | DEPARTMENT_HEADCOUNT | RANGE_TEXT | "min-max" (e.g. "10-50") |
--dept-growth | DEPARTMENT_HEADCOUNT_GROWTH | RANGE_TEXT | "min-max" percentage |
--fortune | FORTUNE | MULTI_SELECT | 1=Fortune50, 2=51-100, 3=101-250, 4=251-500 |
Spotlights:
| Flag | API Filter | Type | Values |
|---|---|---|---|
--job-opportunities | JOB_OPPORTUNITIES | TOGGLE | No value needed |
--activities | ACCOUNT_ACTIVITIES | MULTI_SELECT | SLC=Senior leadership changes, RFE=Funding events |
--relationship | RELATIONSHIP | MULTI_SELECT | F=First degree, S=Second degree, O=Third+ |
Workflow:
| Flag | API Filter | Type | Values |
|---|---|---|---|
--in-crm | ACCOUNTS_IN_CRM | TOGGLE | No value needed |
--saved | SAVED_ACCOUNTS | TOGGLE | No value needed |
--account-list | ACCOUNT_LIST | MULTI_SELECT | List ID(s) |
li_at + JSESSIONID), and writes a marker session.json. Cookies stay in Chrome — every request runs in-page with credentials:'include'.GET /sales-api/salesApiAccountSearch in-page, returns company results with metadata.~/.local/share/showrun/data/salesnav-account-search/
session.json Session marker (cookies stay in Chrome)
cache/
search-<slug>-<ts>.json Search result snapshots
If you get 401/403 errors, re-run:
node salesnav-account-search.mjs auth