Crunchbase Scraper - Funding Rounds, Companies & Investors avatar

Crunchbase Scraper - Funding Rounds, Companies & Investors

Pricing

Pay per event

Go to Apify Store
Crunchbase Scraper - Funding Rounds, Companies & Investors

Crunchbase Scraper - Funding Rounds, Companies & Investors

Scrape Crunchbase funding rounds, companies, and investors. Three modes: row-per-round (lead investors, amounts, valuations), row-per-company, row-per-investor. Filter by category, location, round type, amount, and date.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Crunchbase Scraper — Funding Rounds, Companies & Investors

Scrape Crunchbase funding rounds, company profiles, and investors without a Crunchbase Pro subscription. Three output modes, one actor.

Target site: crunchbase.com


What It Does

The actor connects to Crunchbase's internal search API to extract structured data across three entity types. You pick the mode, set filters, and get a dataset back.

Three modes:

ModeRow typeUse case
roundsOne row per funding roundDeal sourcing, VC pipeline tracking
companiesOne row per companyMarket research, sales prospecting
investorsOne row per investorFinding co-investors, mapping the VC landscape

Bypasses Cloudflare managed challenge via residential proxy. No browser automation — direct API calls once the session is established.


Input

FieldTypeRequiredDescription
modestringNorounds, companies, or investors. Default: rounds
companySlugsarrayNoCrunchbase slugs for direct company lookup (e.g. openai, anthropic). Companies mode only.
investorSlugsarrayNoCrunchbase slugs for direct investor lookup (e.g. sequoia-capital). Investors mode only.
categoriesarrayNoCategory slugs to filter by (e.g. artificial-intelligence, fintech). Rounds and companies mode.
locationsarrayNoLocation names to filter by (e.g. United States, Europe). Companies mode.
roundTypesarrayNoRound types to filter (e.g. seed, series_a, series_b). Rounds mode only.
announcedAfterstringNoFilter rounds announced on or after this date. Format: YYYY-MM-DD. Rounds mode only.
minAmountUsdintegerNoMinimum round size in USD. Set 0 for no minimum. Rounds mode only.
crunchbaseCookiesstringNoYour Crunchbase Pro session cookies. Unlocks pre/post-money valuations and full investor data.
maxItemsintegerNoMaximum records to return. Default: 10.
proxyConfigurationobjectNoProxy settings. Residential proxy recommended.

Example — Rounds

{
"mode": "rounds",
"categories": ["artificial-intelligence"],
"announcedAfter": "2025-01-01",
"roundTypes": ["series_a", "series_b"],
"minAmountUsd": 5000000,
"maxItems": 100
}

Example — Company Slugs

{
"mode": "companies",
"companySlugs": ["openai", "anthropic", "mistral-ai"],
"maxItems": 10
}

Example — Investors

{
"mode": "investors",
"investorSlugs": ["sequoia-capital", "andreessen-horowitz", "khosla-ventures"],
"maxItems": 10
}

Output

All three modes produce flat records. Fields not applicable to the current mode are null.

Rounds Mode Fields

FieldDescription
moderounds
record_idCrunchbase UUID for this round
permalinkRound slug (e.g. openai-series-a--abc123)
crunchbase_urlFull URL to the round page
company_nameFunded company name
company_slugCompany's Crunchbase permalink
company_urlFull URL to the company page
round_idSame as record_id
round_typeRound type (e.g. seed, series_a)
announced_dateAnnouncement date — requires Pro cookies
amount_raised_usdAmount raised — requires Pro cookies
lead_investorsComma-separated lead investor names
all_investorsComma-separated all investor names
investor_countNumber of investors — requires Pro cookies
pre_money_valuation_usdPre-money valuation — requires Pro cookies
post_money_valuation_usdPost-money valuation — requires Pro cookies

Companies Mode Fields

FieldDescription
company_nameCompany name
company_slugCrunchbase permalink
company_urlCrunchbase profile URL
websiteCompany website
descriptionShort description
founded_yearYear founded
headquarters_cityCity
headquarters_countryCountry
employees_rangeEmployee count range (e.g. 11-50)
categoriesComma-separated category names
total_raised_usdTotal funding raised
last_round_typeMost recent round type
last_round_dateMost recent round date
last_round_amount_usdMost recent round size
foundersComma-separated founder names
cb_rankCrunchbase rank (lower = more prominent)

Investors Mode Fields

FieldDescription
investor_nameInvestor or fund name
investor_typeType (e.g. venture_capital, angel)
investments_countTotal investments made
portfolio_exits_countNumber of exits (IPO or acquisition)
headquarters_cityCity
headquarters_countryCountry

Pro Cookies (Optional)

Without Pro cookies, the actor returns entity identifiers, round types, and investor names. Dates and amounts are typically gated behind a Crunchbase account.

To provide Pro cookies, log into Crunchbase in your browser, open DevTools → Application → Cookies → copy all cookies for crunchbase.com into the crunchbaseCookies field as name=value; name2=value2 pairs.

With Pro cookies, the following fields unlock: announced_date, amount_raised_usd, investor_count, pre_money_valuation_usd, post_money_valuation_usd.


Technical Notes

  • Cloudflare bypass via CapSolver AntiCloudflareTask + DataImpulse residential proxy
  • Dynamic field probing at runtime — automatically excludes Pro-gated fields to avoid errors
  • Server-side category filtering via funded_organization_categories predicate
  • Free-tier API page size limit: 15 records per request (actor handles pagination automatically)
  • Memory: 2 GB recommended

Pricing

Pay-per-event pricing:

  • $0.10 per run start
  • $0.01 per record scraped

Crunchbase's public search API is used. Respect Crunchbase's Terms of Service. This actor is intended for research and market intelligence use cases. Do not use it to build competing products or resell Crunchbase data.