VOOZH about

URL: https://apify.com/bovi/crunchbase-scraper

โ‡ฑ Crunchbase API Scraper โ€” Funding, Investors, Profiles ยท Apify


๐Ÿ‘ Crunchbase Company Scraper โ€” Profiles, Funding & Investors avatar

Crunchbase Company Scraper โ€” Profiles, Funding & Investors

Pricing

$9.00 / 1,000 company records

Go to Apify Store

Crunchbase Company Scraper โ€” Profiles, Funding & Investors

Scrape Crunchbase company profiles: name, description, categories, founding date, headquarters, headcount, website, total funding, funding rounds, investors, and more. Uses the official Crunchbase REST API v4 โ€” structured, reliable data. Free API key required (data.crunchbase.com). Pay per result.

Pricing

$9.00 / 1,000 company records

Rating

0.0

(0)

Developer

๐Ÿ‘ Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Crunchbase Company Scraper โ€” Profiles, Funding & Investors

Used by VC analysts building deal sourcing pipelines, growth teams enriching prospect lists with funding signals, and AI agents doing investor research mid-conversation.

Scrape Crunchbase company profiles with funding round count, investor count, headcount range, categories, website, HQ location, social links, and Crunchbase's own growth & heat momentum scores โ€” no API key or login required. Provide company slugs or search keywords and get clean JSON output instantly.

$9.00 per 1,000 company records (Pay Per Event) โ€” clean, flat output that undercuts the heavier raw-dump scrapers.


What You Get

Each record contains these fields:

FieldDescription
nameCompany display name
permalinkCrunchbase slug (URL-safe ID)
short_descriptionOne-line company description
categoriesIndustry category names (list)
headquartersCity, Region, Country
num_employeesHeadcount band (e.g. c_05001_10000, 10001+)
websiteCompany homepage URL
contact_email ยท contact_phonePrimary public contact email & phone
num_contacts ยท num_contact_emails ยท num_contact_phonesContacts-on-file counts
web_visits_monthly ยท web_visits_mom_pctSEMrush monthly web traffic + MoM change
num_technologiesBuiltWith count of technologies used
num_funding_roundsCount of all funding rounds
last_funding_typeMost recent round type (e.g. series_c, seed, secondary_market)
investor_count ยท num_investmentsDistinct investors ยท investments made
legal_name ยท stock_symbolRegistered legal name ยท public ticker
growth_scoreCrunchbase growth score (0โ€“100 momentum)
heat_scoreCrunchbase heat score (0โ€“100 trending intensity)
rank_org_companyGlobal Crunchbase company rank (lower = bigger)
company_typefor_profit / non_profit
ipo_statusprivate / public / delisted
num_acquisitionsCount of acquisitions made
linkedin_url ยท facebook_url ยท twitter_urlCompany social profiles
founded_on ยท total_funding_usd ยท last_funding_atPopulated when Crunchbase exposes them publicly; null for profiles where these are login-gated
urlFull Crunchbase profile URL
scraped_atISO timestamp of this run
parse_confidence0.0โ€“1.0 data quality score
warningsMachine-readable quality flags

Input

Organization Slugs (direct lookup โ€” recommended)

Fetch specific companies by their Crunchbase permalink (the slug in the URL crunchbase.com/organization/<slug>):

{
"organizationSlugs":["airbnb","stripe","openai","anthropic"]
}

Search Queries

Find companies by keyword:

{
"searchQueries":["generative AI startup","fintech payments"],
"maxSearchResults":25
}

No API key, no login, no proxy configuration needed. Just add the slugs and run.


Use Cases

  • VC sourcing โ€” enrich a list of portfolio-company slugs with funding totals, round count, investors, and categories in bulk
  • Sales intelligence โ€” qualify leads by funding stage, headcount, and category before outreach
  • Competitive research โ€” profile every competitor by funding, HQ, employee band, and industry categories
  • AI agent tools โ€” mid-conversation lookups: "How much has Anthropic raised?", "Get all Series A AI startups"

Use with AI agents (MCP)

Point your MCP client at this tool for real-time Crunchbase lookups mid-conversation:

{
"mcpServers":{
"apify":{
"command":"npx",
"args":[
"mcp-remote",
"https://mcp.apify.com/?actors=bovi/crunchbase-scraper",
"--header",
"Authorization: Bearer <YOUR_APIFY_TOKEN>"
]
}
}
}

Minimal agent input (direct slug lookup):

{
"organizationSlugs":["anthropic","openai","stripe"]
}

No API key needed from the caller โ€” just slugs.


Sample Output

{
"name":"Stripe",
"permalink":"stripe",
"short_description":"Stripe is a financial technology company that provides online payment processing and payment infrastructure.",
"categories":["B2B","Financial Services","FinTech","Payments","Mobile Payments"],
"headquarters":"South San Francisco, California, United States",
"num_employees":"c_05001_10000",
"website":"https://stripe.com",
"contact_email":"dpo@stripe.com",
"contact_phone":"+1 888 926 2289",
"num_contacts":4741,
"web_visits_monthly":192623772,
"num_technologies":72,
"last_funding_type":"secondary_market",
"num_funding_rounds":23,
"investor_count":68,
"num_investments":95,
"num_acquisitions":21,
"growth_score":99,
"heat_score":77,
"rank_org_company":76,
"company_type":"for_profit",
"ipo_status":"private",
"linkedin_url":"https://www.linkedin.com/company/stripe",
"url":"https://www.crunchbase.com/organization/stripe",
"parse_confidence":1.0
}

Note: founded_on, total_funding_usd and last_funding_at are returned when Crunchbase exposes them publicly; for profiles where these are login-gated they come back null (the values are not available to any logged-out scraper).


Pricing

Pay-per-result (PPE) โ€” one charge per company profile returned. Every profile includes the full field set: contacts (email/phone), web-traffic, tech count, funding rounds, investors, growth/heat scores and social links.

  • 100 profiles = a few cents
  • 1,000 profiles = the per-1K rate shown on the pricing tab

No subscription, no API key, no per-field upcharge โ€” every record is the complete profile.


vs other Crunchbase scrapers

This actorpratikdani/crunchbase-companiesvulnv/crunchbase-scraper-prodavidsharadbhatt
Output styleclean flat fields98 raw nested objects97 flat fieldsbulk CSV
Usable without post-processingโœ…โŒ (raw dump)โœ…โœ…
Contact email + phoneโœ…nestedโœ…partial
Web traffic + tech countโœ…nestedโœ…โŒ
Growth / heat momentum scoresโœ…nestedโœ…โŒ
Targeted single-company lookupโœ…โœ…โœ…โŒ (min 1,000)
parse_confidence quality flagโœ…โŒโŒโŒ
Store ratingnewโญ1.5โญ5โญ4.8

The market leader by volume returns a 98-field raw dump that buyers must flatten themselves (hence its low rating). This actor returns the same depth as clean, flat, ready-to-use columns.

FAQ

Do I need an API key or login? No. Provide company slugs (e.g. stripe, airbnb) and run โ€” no Crunchbase account, no proxy config.

Why is total_funding_usd sometimes null? Crunchbase gates the exact total-funding figure behind login for many companies. We return it when it's public; otherwise it's null โ€” no logged-out scraper can read it. Funding-round count, last-round type, and investor count are always returned.

What's the difference vs the high-volume competitor? That actor dumps ~98 raw nested Crunchbase objects you have to parse yourself. This actor flattens the same data into clean, documented columns plus contact email/phone and web-traffic โ€” ready for your CRM or sheet.

Is this affiliated with Crunchbase? No โ€” independent tool, public data only.


What parse_confidence Means

  • 1.0 โ€” all key fields present
  • 0.8โ€“0.9 โ€” minor optional fields missing (normal for early-stage companies)
  • < 0.7 โ€” critical fields missing; inspect warnings for details

Common warning codes:

  • name_missing โ€” no company name found
  • short_description_missing โ€” no description (common for very new companies)
  • permalink_missing โ€” slug not returned

Integrations

Built for VC analysts and growth teams building deal-sourcing pipelines with startup funding history and investor signals โ€” the JSON/dataset output drops into the tools you already run:

  • n8n / Make / Zapier โ€” trigger a run or pipe every new dataset item into Google Sheets, Airtable, Slack, HubSpot, or your database: n8n, Make, Zapier.
  • Webhooks โ€” fire your own endpoint the moment a run finishes (docs).
  • MCP server โ€” expose this actor as a tool to Claude, Cursor, or any MCP client.
  • API & SDKs โ€” fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all Apify integrations.


Not affiliated with Crunchbase. Crunchbase is a trademark of Crunchbase Inc.

You might also like

Crunchbase Scraper

automation-lab/crunchbase-scraper

Extract company profiles, funding rounds, investors, and founders from Crunchbase via the official API. Requires your Crunchbase API key. Pure HTTP, 256 MB.

๐Ÿ‘ User avatar

Stas Persiianenko

3

Crunchbase Scraper - Company Data

alizarin_refrigerator-owner/crunchbase-scraper

Extract company profiles, funding rounds, investors, acquisitions & employee data from Crunchbase. Perfect for sales prospecting, market research & competitive intelligence.

140

Crunchbase Scraper

pear_fight/crunchbase-scraper

Scrapes company data from Crunchbase including funding, employees, founders, investors, website, HQ location, and more.

Crunchbase Scraper Pro

vulnv/crunchbase-scraper-pro

Professional Crunchbase company data scraper. Extract comprehensive business intelligence including funding rounds, leadership teams, contact information, financial metrics, and company details. Enter any Crunchbase company URL to get structured JSON data.

Crunchbase Scraper

parseforge/crunchbase-scraper

Extract company data from Crunchbase profiles. Get funding rounds, investor lists, employee details, social links, operating status, and more from any company URL. No Crunchbase subscription needed. Process hundreds of profiles in a single run and export structured data as JSON, CSV, or Excel.