一键导入
crunchbase-companies
Fetch detailed company profiles from Crunchbase including funding rounds, acquisitions, investors, employees, and tech stack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch detailed company profiles from Crunchbase including funding rounds, acquisitions, investors, employees, and tech stack.
用 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 | crunchbase-companies |
| description | Fetch detailed company profiles from Crunchbase including funding rounds, acquisitions, investors, employees, and tech stack. |
Fetch detailed company profiles from Crunchbase including funding rounds, acquisitions, investors, employees, and tech stack.
auth, launch Chrome yourself with https://www.crunchbase.com as the initial URL (see chrome-cdp agent guidance)node skills/chrome-cdp/scripts/cdp.mjs open https://www.crunchbase.comauthnode crunchbase-companies.mjs auth
# View company by permalink (from Crunchbase URL)
node crunchbase-companies.mjs view google
node crunchbase-companies.mjs view anthropic
# View by UUID
node crunchbase-companies.mjs view 6acfa7da-1dbd-936e-d985-cf07a1b27711
# Section commands (all support --count=N --after-id=UUID for pagination)
node crunchbase-companies.mjs investments <permalink|uuid>
node crunchbase-companies.mjs exits <permalink|uuid>
node crunchbase-companies.mjs funding_rounds <permalink|uuid>
node crunchbase-companies.mjs acquisitions <permalink|uuid>
node crunchbase-companies.mjs employees <permalink|uuid>
node crunchbase-companies.mjs advisors <permalink|uuid>
node crunchbase-companies.mjs news <permalink|uuid>
node crunchbase-companies.mjs sub_organizations <permalink|uuid>
node crunchbase-companies.mjs alumni <permalink|uuid>
node crunchbase-companies.mjs funds <permalink|uuid>
node crunchbase-companies.mjs products <permalink|uuid>
# Examples with options
node crunchbase-companies.mjs funding_rounds anthropic --count=20
node crunchbase-companies.mjs acquisitions google --count=50
node crunchbase-companies.mjs employees openai
node crunchbase-companies.mjs news google --count=20
node crunchbase-companies.mjs exits berkshire-hathaway
auth — Extracts cookies from Chrome via CDPview — Resolves permalink to UUID via search API, then fetches entity with cards from /v4/data/entities/organizations/{uuid}POST /v4/data/entities/organizations/{permalink}/overrides?field_ids=[...]§ion_ids=[...] to fetch paginated section dataAvailable cards: overview_fields_extended, overview_company_fields, funding_rounds_list, investments_list, acquisitions_list, investors_list, current_employees_featured_order_field, overview_timeline, semrush_summary, technology_highlights
Available sections: investments, exits, funding_rounds, acquisitions, current_employees, advisors, news, sub_organizations, alumni, funds, products
~/.local/share/showrun/data/crunchbase-companies/
├── session.json Auth cookies
└── cache/ Company detail JSON files
Re-run auth on 401/403 errors.