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

1.0

(1)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

1

Bookmarked

121

Total users

12

Monthly active users

a day 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

Returns structured records across three entity types — companies, funding rounds and investors. 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

Clears Crunchbase's Cloudflare challenge automatically, then pulls records fast.


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.

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. Always present
amount_raised_usdAmount raised. Always present
lead_investorsComma-separated lead investor names
all_investorsComma-separated all investor names
investor_countNumber of investors — requires Pro cookies, otherwise null
pre_money_valuation_usdPre-money valuation — requires Pro cookies, otherwise null
post_money_valuation_usdPost-money valuation — requires Pro cookies, otherwise null

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
websiteInvestor/fund website
descriptionShort description

Pro Cookies (Optional)

Without Pro cookies, the actor returns entity identifiers, round types, dates, raised amounts, and investor names for free. Valuations and the investor-count field are gated behind a Crunchbase Pro 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. An expired or invalid paste degrades to the free-tier field set rather than failing the run.

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


Technical Notes

  • Cloudflare is cleared automatically
  • 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.


Further reading: Software Marketplace Data: App Stores, Review Sites, and Partner Directories