Crunchbase Organization Scraper
Pricing
from $50.00 / 1,000 results
Go to Apify Store
Crunchbase Organization Scraper
Scrapes comprehensive company data from Crunchbase organization pages including financials, funding rounds, team members, news, and technology stack.
Pricing
from $50.00 / 1,000 results
Rating
5.0
(1)
Developer

AppliPlus
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
10 hours ago
Last modified
Categories
Share
An Apify Actor that scrapes comprehensive company data from Crunchbase organization pages.
Features
- Extracts detailed company profiles including overview, financials, and key metrics
- Scrapes funding rounds, acquisitions, and investor information
- Collects team data: founders, executives, board members, and advisors
- Gathers news articles and press mentions
- Retrieves technology stack and web traffic data
- Supports authentication via browser cookies
- Optional proxy configuration for anti-blocking
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Crunchbase organization URL (e.g., https://www.crunchbase.com/organization/databricks) |
cookies | array | Yes | JSON array of authentication cookies exported from your browser |
skipSections | boolean | No | Skip all additional sections for faster scraping. Default: false |
sectionsToSkip | array | No | List of specific sections to skip: people, financial_details, tech_details, news_and_analysis |
proxyConfiguration | object | No | Apify Proxy settings for anti-blocking |
Example Input
{"url": "https://www.crunchbase.com/organization/databricks","cookies": [{"name": "cookie_name","value": "cookie_value","domain": ".crunchbase.com"}],"sectionsToSkip": ["people"]}
To skip multiple sections:
{"url": "https://www.crunchbase.com/organization/databricks","cookies": [...],"sectionsToSkip": ["people", "news_and_analysis"]}
Output
The scraper returns structured JSON data including:
- Company Overview: Name, legal name, description, status, founded date
- Scores & Trends: Crunchbase rank, trend scores
- Contact Info: Website, social links, headquarters location
- Industries: Categories and industry classifications
- Financials: Revenue range, total funding, valuation
- Funding Rounds: Date, amount, investors for each round
- Acquisitions: Companies acquired with details
- People: Founders, executives, board members, advisors
- News: Recent articles and press mentions
- Technology: Tech stack and web traffic metrics
Getting Cookies
- Log in to Crunchbase in your browser
- Install a cookie export extension (e.g., "Get cookies.txt LOCALLY")
- Export cookies as JSON for
crunchbase.com - Paste the JSON array into the
cookiesinput field
Local Development
# Install dependenciespip install -r requirements.txt# Install Playwright browsersplaywright install chromium# Run locallypython -m src.main
Deployment
This Actor is designed to run on the Apify platform.
# Deploy using Apify CLIapify push
Dependencies
apify>=3.1.0- Apify SDK for Actor orchestrationplaywright>=1.57.0- Browser automationbeautifulsoup4>=4.14.3- HTML parsinglxml>=6.0.1- XML/HTML parsing backend
License
ISC