ワンクリックで
crunchbase-funding-round
Fetch detailed funding round profiles from Crunchbase including investors, valuations, and deal terms.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch detailed funding round profiles from Crunchbase including investors, valuations, and deal terms.
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-funding-round |
| description | Fetch detailed funding round profiles from Crunchbase including investors, valuations, and deal terms. |
Fetch detailed funding round profiles from Crunchbase including investors, valuations, and deal terms.
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-funding-round.mjs auth
# View funding round by permalink (from Crunchbase URL)
node crunchbase-funding-round.mjs view series-a--abc-company
# View by UUID
node crunchbase-funding-round.mjs view 6acfa7da-1dbd-936e-d985-cf07a1b27711
# Section commands (all support --count=N --after-id=UUID for pagination)
node crunchbase-funding-round.mjs investors series-a--abc-company
node crunchbase-funding-round.mjs news series-a--abc-company --count=20
node crunchbase-funding-round.mjs timeline series-a--abc-company
All commands work on the free Crunchbase account. Only the cross-entity advanced-search search (separate skill) requires Crunchbase Pro.
auth — Extracts cookies from Chrome via CDPview — Resolves permalink to UUID via search API, then fetches entity with cards from /v4/data/entities/funding_rounds/{uuid}investors, news — POST /v4/data/entities/funding_rounds/{permalink}/overrides?field_ids=[...]§ion_ids=[...] with paginated card_lookups.timeline — GETs the direct entity endpoint with card_ids=["timeline"]. The overrides endpoint rejects timeline as a section; it's only exposed as a card.Available cards: investors_list, news_list, timeline
Available fields: identifier, funded_organization_identifier, money_raised, investment_type, announced_on, investor_identifiers, num_investors, lead_investor_identifiers, pre_money_valuation, post_money_valuation, short_description, closed_on, target_money_raised, is_equity
~/.local/share/showrun/data/crunchbase-funding-round/
├── session.json Auth cookies
└── cache/ Funding round detail JSON files
Re-run auth on 401/403 errors.