Crunchbase Scraper: 130+ Fields, No API Key avatar

Crunchbase Scraper: 130+ Fields, No API Key

Pricing

$25.00/month + usage

Go to Apify Store
Crunchbase Scraper: 130+ Fields, No API Key

Crunchbase Scraper: 130+ Fields, No API Key

Extract 130+ fields from any Crunchbase company page: funding, investors, founders, contacts, and more. No API key or subscription needed. Export to JSON, CSV, or Excel.

Pricing

$25.00/month + usage

Rating

1.0

(1)

Developer

Scrapefull

Scrapefull

Maintained by Community

Actor stats

9

Bookmarked

398

Total users

3

Monthly active users

2 days ago

Last modified

Categories

Share

Give this Actor a Crunchbase company URL and get back everything on the page as structured data: funding, investors, founders, employees, contacts, acquisitions, tech stack, web traffic, and news. Export it as JSON, CSV, or Excel.

You don't need a Crunchbase API key, a Pro subscription, or a login. You pay for the companies you scrape, nothing else.

Before you start: this Actor reads known company pages. You give it Crunchbase company URLs (or names and domains) and get back 130+ fields per company. It won't discover companies for you, so if you want something like "all Series A SaaS companies in the US," read "I don't have a list of URLs" in the FAQ first.

Why this instead of the Crunchbase API

Crunchbase removed its free API tier in 2025. The official API now starts around $49/month (Basic) and climbs from there, with rate limits and an approval process. For most teams that just need clean company data, that's overkill.

Official Crunchbase APIThis Actor
API key / approvalRequiredNot needed
Subscription$49-99+/monthPay per company scraped
SetupAPI keys, auth, codePaste URLs, click Start
Fields per companyVaries by plan130+
Export formatsJSONJSON, CSV, Excel, XML, JSONL, RSS
Anti-blockingN/ABuilt in (handles Cloudflare)

What you get

Each company comes back as one record with 130+ fields. The main groups:

  • Firmographics: name, legal name, description, website, founded date, company type, operating status, IPO status, HQ location and regions.
  • Funding: total funding in USD, number of rounds, last funding type and date, plus a breakdown of every round (amount, date, lead investors).
  • Investors: each investor, who led, the rounds they joined, and the partners involved.
  • People: founders, featured employees, advisors, and board members, with roles and Crunchbase profile links.
  • Contacts: names, LinkedIn URLs, job titles, seniority, and departments.
  • Acquisitions: companies it bought (with prices where Crunchbase has them), and who bought it if it was acquired.
  • Web and tech signals: SEMrush rank and monthly visits, BuiltWith technologies, Apptopia app downloads, IPqwery patents and trademarks, Aberdeen IT-spend estimates.
  • Market context: similar companies, categories, sub-organizations, recent news, growth insight, and a full timeline of funding, acquisitions, and press.
  • Social: LinkedIn, Twitter/X, and Facebook URLs.

There's a full field reference at the bottom. Either way, look at the example output before you kick off a paid run.

Quickstart (under a minute)

  1. Add companies. Paste one or more Crunchbase organization URLs into Company URLs (like https://www.crunchbase.com/organization/apify). One sample URL is already filled in, so you can run it right away.
  2. Click Start. Leave the proxy on its default (Apify Residential, US). It's set up to get past Crunchbase's anti-bot checks.
  3. Export. When the run finishes, download the data as JSON, CSV, Excel, XML, JSONL, or RSS, or pull it through the Apify API into whatever you're building.

Input

Two inputs, and only the first is required:

FieldRequiredDescription
Company URLs (startUrls)YesOne or more Crunchbase organization URLs (like https://www.crunchbase.com/organization/apify). Paste them, upload a list, or pass them in from another Actor or the API. A sample URL is prefilled so you can run it right away.
Proxy configuration (proxyObj)NoThe proxy used to reach Crunchbase. Defaults to Apify Residential (US), which is tuned to get past the anti-bot protection. Leave it alone unless you have a reason to change it.

Common uses

  • Lead gen and sales: build target-account lists by funding stage, headcount, or tech stack, and enrich your CRM with company and contact data.
  • Investment and deal sourcing: track rounds, investors, and acquisitions; map a market or build a shortlist of targets.
  • Market and competitive research: watch who's raising money in your space and what they're shipping.
  • Recruiting: find fast-growing or recently funded companies, and the people working there.
  • Data enrichment: take a list of companies you already have and fill in the rest.

Export options

The Actor stores results in an Apify dataset, which you can export to:

  • JSON / JSONL
  • CSV
  • Excel
  • XML
  • HTML table
  • RSS

Integrations

  • Zapier and Make for no-code automations.
  • n8n or the Apify API and webhooks for custom pipelines.
  • Scheduled runs to keep funding, headcount, and news current on a watchlist.

Output

Each company becomes one record in the dataset. The Overview tab shows the headline fields (company, funding, investors, links); export to JSON, CSV, Excel, XML, or RSS to get all 130+.

Here's a trimmed example. It's illustrative, with each array cut down to a single item:

{
"legalName": "OpenAI",
"shortDescription": "AI research and deployment company building safe and beneficial AI.",
"website": "https://openai.com",
"operatingStatus": "active",
"ipoStatus": "private",
"companyType": "for_profit",
"foundedOn": "2015-12-11",
"companyCategories": [
{ "categoryValue": "Artificial Intelligence", "categorySearchPermalink": "https://www.crunchbase.com/..." }
],
"headquarterLocation": [
{ "locationValue": "San Francisco", "locationType": "city" }
],
"fundingTotalValueUsd": 11300000000,
"numFundingRounds": 10,
"lastFundingType": "secondary_market",
"numInvestors": 35,
"investorsList": [
{ "investorTitle": "Microsoft", "investorIsLeadInvestor": true }
],
"foundersList": [
{ "founderValue": "Sam Altman", "founderPermalink": "https://www.crunchbase.com/person/..." }
],
"contactsSummaryData": [
{
"contactName": "Jane Doe",
"contactLinkedin": "https://www.linkedin.com/in/...",
"contactJobTitles": ["Head of Partnerships"],
"contactJobLevels": ["director"]
}
],
"linkedinUrl": "https://www.linkedin.com/company/openai",
"twitterUrl": "https://twitter.com/openai",
"semrushGlobalRank": 22,
"semrushVisitsLatestMonth": 2490602320
}

The field reference below lists every field.

FAQ

Do I need a Crunchbase account or API key? No. The Actor reads the public company page directly, so there's no login, Pro plan, or API key involved.

I don't have a list of Crunchbase URLs. Can I still use it? It works from companies you already know. Pass it Crunchbase company URLs, or where supported, names or domains. If you need to find companies by filter or search, build the URL list first (a Crunchbase search export, your CRM, or a search-results scraper), then feed it here to enrich. A search mode is on the roadmap.

What formats can I export? JSON, JSONL, CSV, Excel, XML, HTML table, and RSS, plus the Apify API if you want it programmatically.

How much does it cost? You pay for the companies you scrape, billed through Apify. Current rates are on the Pricing tab of the store page. No Crunchbase subscription on top of that.

Is it maintained? Yes. We keep an eye on it and fix extraction when Crunchbase changes things.

Does this Actor touch the rest of my Apify account? No. It runs under Apify's limited-permissions scope: it reads your input and writes to its own dataset, and that's it. It can't see or change your other Actors, storages, or account data.

Field reference

Each scraped company can include the following fields. Lists of objects (investors, funding rounds, employees, etc.) contain the nested fields described below.

FieldTypeDescription
Company NameStringCompany's primary name
Legal NameStringOfficial registered name
Company DescriptionStringWhat the company does
WebsiteString (URL)Primary website
Contact EmailStringPublicly listed contact email
LinkedIn / Twitter / Facebook URLString (URL)Social profiles
Company TypeStringe.g. for_profit, non_profit
Founded Date (+ precision)Date / StringApproximate founding date
Operating StatusStringe.g. active, acquired
IPO StatusStringe.g. private, public, delisted
Organization RankNumberCrunchbase's internal ranking
Hub TagsList of StringsCrunchbase labels (e.g. emerging_unicorn)
Company CategoriesList of ObjectsIndustry categories (name + link)
Headquarter Regions / LocationList of ObjectsRegion and location (name, link, type)
FoundersList of ObjectsName, Crunchbase link, image
ProductsList of ObjectsProduct name + description
Current Employees (Featured)List of ObjectsName, title, profile link, image, start date
Current AdvisorsList of ObjectsName, title, role type, profile link, start date
Number of InvestorsNumberTotal investors
InvestorsList of ObjectsInvestor name, lead flag, round, partners, links, image
Number of Funding RoundsNumberTotal rounds
Total Funding (USD)NumberTotal raised, converted to USD
Total Funding Value / CurrencyNumber / StringTotal raised in original currency
Last Funding Type / DateString / DateMost recent round and its date
Funding RoundsList of ObjectsRound title, date, money raised, currency, investors, lead investors
Number of Lead InvestorsNumberTimes investors acted as lead
Number of AcquisitionsNumberCompanies this company acquired
AcquisitionsList of ObjectsAcquired company name, date, price, links
Acquired By (+ details)String / ObjectsAcquirer name, image, link, date, price (USD)
Similar CompaniesList of ObjectsName, image, Crunchbase link
Organization Similarity InsightStringWhy companies are deemed similar
Number of Sub-OrganizationsNumberSubsidiaries / child orgs
Sub-OrganizationsList of ObjectsName, link, ownership type
Company TimelineList of ObjectsFunding, acquisitions, and press events (type, date, title, source, URL)
News HeadlinesNumberCount of recent news articles
News InsightStringSummary of recent news
Growth InsightStringCrunchbase's growth analysis
Global Rank (SEMrush)NumberWebsite global ranking
Monthly Visits (SEMrush)NumberEstimated monthly website visits
Visits MoM Percent (SEMrush)NumberMonth-over-month traffic change
Location Data (SEMrush)List of ObjectsTraffic by location (rank, %, MoM)
Last Updated (SEMrush)DateWhen SEMrush data was refreshed
Technologies Used (BuiltWith)List of Objects / NumberDetected technologies + categories, and the total count
Total Apps / Downloads (Apptopia)NumberMobile apps and total downloads
App Overview (Apptopia)List of ObjectsApp name, stores, monthly downloads, links
Downloads MoM Percent (Apptopia)NumberMonth-over-month app downloads change
Patents Granted (IPqwery)NumberPatents granted
Trademarks Registered (IPqwery)NumberTrademarks registered
Popular Trademark Class (IPqwery)StringMost common trademark class
IT Spend (Aberdeen, USD)NumberEstimated IT spend
Contacts SummaryList of ObjectsName, LinkedIn URL, job titles, seniority levels, departments

Support

Got a question, hit a bug, or want a field we don't extract yet? Email hello@scrapefull.com. A real person reads every message and replies.


Built by Scrapefull. We make scrapers for business data and try to keep them dependable. You can find our other Actors on the Scrapefull profile.