Crunchbase Scraper Pro avatar

Crunchbase Scraper Pro

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Crunchbase Scraper Pro

Crunchbase Scraper Pro

Crunchbase Scraper Pro extracts structured company intelligence from Crunchbase — no API key, no subscription, no manual copy-pasting. Drop in company names and get clean JSON with descriptions, contact info, founders, industry tags, and more.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Data Dino

Data Dino

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Overview

Crunchbase Scraper Pro extracts structured company intelligence from Crunchbase — no API key, no subscription, no manual copy-pasting. Drop in company names and get clean JSON with descriptions, contact info, founders, industry tags, and more. Built for teams that need Crunchbase data at scale without the enterprise price tag.


The Problem

Crunchbase is the richest company database on the web, but accessing that data is painful:

  • Manual extraction is slow — copying data from each profile one by one
  • Crunchbase API is expensive — enterprise pricing puts it out of reach for most teams
  • Data is locked behind a wall — free accounts get limited views and no bulk export
  • Existing scrapers break easily — unreliable results, missing fields, silent failures

The Solution

This actor solves all of that:

  • Bulk extraction — process dozens of companies in a single run
  • No API key required — works without any Crunchbase subscription
  • Complete profiles — 11 fields per company including contact data and founders
  • Reliable pipeline — failed companies are isolated, not silently dropped

What You Get

Every company profile returns:

FieldDescription
descriptionWhat the company does
website_urlCompany website
founding_dateWhen the company was founded
emailContact email
phoneContact phone number
headquarters_locationCity, State, Country, Region
operating_statusActive, closed, etc.
employee_countCompany size range
founder_namesList of founders
industry_categoriesIndustry and category tags

Sample Output

{
"timestamp": "2026-05-19T15:51:54.293994+08:00",
"description": "Apple is a technology company that designs, manufactures, and markets consumer electronics, personal computers, and software.",
"website_url": "https://www.apple.com",
"founding_date": "2021-01-01",
"email": null,
"phone": "+1 408-996-1010",
"headquarters_location": "California, United States, North America",
"operating_status": "active",
"employee_count": "10001+",
"founder_names": ["David Pakman", "Ron Wayne", "Steve Jobs"],
"industry_categories": ["Electronics", "Manufacturing", "Software"]
}

Input

Just provide company names — the scraper handles the rest:

{
"companyNames": [
"apple",
"tesla"
]
}

Full Crunchbase URLs also work:

{
"companyNames": [
"https://www.crunchbase.com/organization/apple",
"https://www.crunchbase.com/organization/tesla"
]
}
FieldRequiredDescription
companyNamesYesArray of company names or Crunchbase URLs

Usage Examples

Single Company

{ "companyNames": ["apple"] }

Batch — AI Companies

{
"companyNames": [
"openai",
"anthropic",
"hugging-face"
]
}

Batch — Fintech Leaders

{
"companyNames": [
"stripe",
"klarna",
"revolut"
]
}

Who This Is For

Sales & Growth Teams — Build targeted lead lists with verified contact data (email, phone, website). Stop manually copying from Crunchbase profiles.

Researchers & Analysts — Map entire industries in minutes. Pull company descriptions, categories, and operating status to spot trends and gaps.

Investors & VCs — Screen companies by size, status, and industry. Surface founder backgrounds across your pipeline without clicking through hundreds of profiles.

Recruiters — Identify fast-growing companies by employee count and industry. Find contact info to reach out directly.


Export Formats

  • JSON — For pipelines, APIs, and databases
  • CSV — For spreadsheets and BI tools
  • Excel — For reports and presentations

Subscribe for More

This actor is actively maintained and improved. Subscribe on Apify to get:

  • Automatic updates when scraping logic is enhanced
  • Priority support for feature requests
  • Access to the latest version as Crunchbase evolves

Subscribe now on Apify and start extracting Crunchbase intelligence at scale.