Crunchbase Scraper avatar
Crunchbase Scraper

Pricing

Pay per event

Go to Apify Store
Crunchbase Scraper

Crunchbase Scraper

Developed by

BarriereFix

BarriereFix

Maintained by Community

Extract company profiles, funding data, investor information, and startup intelligence from Crunchbase. Get structured data on any company in seconds.

5.0 (1)

Pricing

Pay per event

0

2

2

Last modified

a day ago

Crunchbase Scraper - Extract Startup & Company Data from Crunchbase

Extract company profiles, funding data, investor information, and startup intelligence from Crunchbase. Get structured data on any company in seconds.

What Does This Crunchbase Scraper Do?

Extract comprehensive company data from Crunchbase profiles including:

  • πŸ“Š Company information: Name, description, location, website, employee count
  • πŸ’° Funding data: Total funding rounds, investor count, funding stage
  • 🏒 Company details: Industry categories, company type (Private/Public)
  • πŸ”— Social profiles: LinkedIn, Twitter, Facebook URLs
  • πŸ“ˆ Business intelligence: Employee ranges, market categories, location data

Perfect for investors, researchers, sales teams, and anyone needing startup intelligence.

πŸš€ Key Features

βœ… Bypasses Cloudflare Protection - Uses ScrapFly API to reliably access Crunchbase βœ… Rich Data Extraction - 15+ fields per company including categories and funding stages βœ… Fast & Reliable - 2-5 seconds per company with 85-90% success rate βœ… Easy to Use - Just provide company URLs and your ScrapFly API key βœ… Production Ready - Robust error handling with automatic retries

πŸ’‘ Use Cases

For Investors & VCs

  • Research potential investment targets
  • Track funding rounds and investor networks
  • Monitor competitor funding activity
  • Build deal flow pipelines

For Sales & Marketing

  • Lead generation and qualification
  • Market research and competitor analysis
  • Account-based marketing (ABM) targeting
  • CRM data enrichment

For Researchers & Analysts

  • Market trend analysis
  • Industry mapping and ecosystem research
  • Startup landscape monitoring
  • Funding pattern analysis

πŸ“₯ Input

FieldTypeDefaultDescription
companyUrlsArray["https://www.crunchbase.com/organization/stripe"]List of Crunchbase company profile URLs to scrape
maxResultsNumber1Maximum number of companies to scrape (1-10,000)
requestDelayNumber5000Delay between requests in milliseconds (3000-10000)
scrapflyApiKeyString (Secret)-REQUIRED: Your ScrapFly API key from scrapfly.io

How to Get ScrapFly API Key (Free Tier Available)

Free Trial - No Credit Card Required:

  1. Sign up: Go to scrapfly.io/register
  2. Verify email: Click the verification link sent to your email
  3. Get free credits: Instantly receive 1,000 free API credits
  4. Find your API key:
    • Log in to ScrapFly dashboard
    • Navigate to API section in sidebar
    • Copy your API key (starts with scp-live-...)
  5. Use in actor: Paste the API key into the scrapflyApiKey input field

Free tier gives you ~100 Crunchbase profiles (10 credits per request with Anti-Scraping Protection)

βœ… No credit card required for free trial βœ… API key stored securely (marked as secret in Apify) βœ… Upgrade anytime if you need more credits

πŸ“€ Output

Each company returns 15+ structured fields:

{
"companyId": "6f83ddd7-d637-61f8-06b2-438a0037605f",
"companyName": "Stripe",
"companyUrl": "https://www.crunchbase.com/organization/stripe",
"websiteUrl": "https://stripe.com",
"shortDescription": "Stripe is an API technology company...",
"fullDescription": "Stripe is a technology company that builds...",
"location": "South San Francisco",
"categories": ["Finance", "FinTech", "Mobile Payments", "SaaS"],
"employeeCount": "5001-10000",
"companyType": "Private",
"fundingStage": "Secondary Market",
"fundingRoundCount": 21,
"investorCount": 61,
"facebookUrl": "https://www.facebook.com/StripeHQ",
"twitterUrl": "https://x.com/stripe",
"linkedinUrl": "https://www.linkedin.com/company/stripe",
"scrapedAt": "2025-10-28T12:00:00Z",
"dataSource": "crunchbase"
}

Data Fields Explained

  • companyId: Unique Crunchbase identifier
  • categories: Industry tags (FinTech, AI, SaaS, etc.)
  • employeeCount: Human-readable ranges (1-10, 11-50, 5001-10000, etc.)
  • companyType: Private, Public, or other status
  • fundingStage: Latest funding round (Seed, Series A-F, Secondary Market, etc.)
  • fundingRoundCount: Total number of funding rounds
  • investorCount: Number of investors who funded the company

πŸ“‹ Example Usage

Scrape a Single Company (Minimum Input)

{
"scrapflyApiKey": "scp-live-YOUR_KEY_HERE"
}

This uses default values: scrapes Stripe with 1 max result and 5 second delay.

Scrape Multiple AI Companies

{
"companyUrls": [
"https://www.crunchbase.com/organization/openai",
"https://www.crunchbase.com/organization/anthropic",
"https://www.crunchbase.com/organization/perplexity-ai"
],
"maxResults": 3,
"scrapflyApiKey": "scp-live-YOUR_KEY_HERE"
}

Scrape FinTech Startups

{
"companyUrls": [
"https://www.crunchbase.com/organization/stripe",
"https://www.crunchbase.com/organization/plaid",
"https://www.crunchbase.com/organization/brex"
],
"requestDelay": 7000,
"scrapflyApiKey": "scp-live-YOUR_KEY_HERE"
}

πŸ’° Pricing & Costs

ScrapFly API Costs

  • Free Trial: 1,000 API credits (no credit card)
  • Per Request: ~10 credits with Anti-Scraping Protection (ASP)
  • Effective Cost: $0.01-0.02 per company profile

Example Costs

  • 10 companies: ~$0.10-0.20
  • 100 companies: ~$1-2
  • 1,000 companies: ~$10-20

Apify Platform Costs

  • Actor Usage: Free tier includes compute time
  • Pay-Per-Event (optional): Configure for usage-based billing

Note: ScrapFly offers volume discounts. Check scrapfly.io/pricing for details.

πŸ”§ Technical Details

How It Works

  1. Cloudflare Bypass: Uses ScrapFly's Anti-Scraping Protection (ASP) to bypass Cloudflare Turnstile
  2. Fast Extraction: Parses Angular app state JSON (no HTML parsing needed)
  3. Smart Retry: Automatically retries failed requests up to 3 times with progressive backoff
  4. Data Transform: Converts raw Crunchbase data into clean, structured output

What Makes This Scraper Reliable

  • βœ… ScrapFly ASP: Professional Cloudflare bypass service (85-90% success rate)
  • βœ… No JS Rendering: Faster and more reliable than browser automation
  • βœ… Retry Logic: 3 attempts with 3s and 6s backoff delays
  • βœ… Error Handling: Graceful failures with detailed logging
  • βœ… Optimized Config: Realistic headers and minimal resource usage

πŸ”— Explore More of Our Actors

🏒 Business Intelligence

ActorDescription
Indeed Salary AnalyzerGet salary data for compensation benchmarking and HR analytics
Northdata ScraperExtract German company data from Northdata for business research
Shopify Store IntelligenceAnalyze Shopify stores for competitive intelligence and market research
Apify Store RadarMonitor Apify Store actors for market intelligence
GitHub Sponsors ScraperExtract GitHub Sponsors data for developer funding research

πŸ’¬ Social Media & Community

ActorDescription
Reddit Scraper ProMonitor subreddits and track keywords with sentiment analysis
Discord Scraper ProExtract Discord messages and chat history for community insights
YouTube Comments HarvesterComprehensive YouTube comments scraper with channel-wide enumeration
YouTube Contact ScraperExtract YouTube channel contact information for outreach
YouTube Shorts ScraperScrape YouTube Shorts for viral content research

❓ FAQ

Q: Do I need a Crunchbase account? A: No. This scraper accesses publicly available company profiles.

Q: Can I use this with n8n, Zapier, or Make? A: Yes! Output is flat JSON optimized for automation tools and workflows.

Q: How fast is it? A: 2-5 seconds per company with a 5-second delay between requests.

Q: What's the success rate? A: ~85-90% with automatic retries. ScrapFly handles Cloudflare bypass reliably.

Q: Can I scrape thousands of companies? A: Yes, but it will cost proportionally. Test with small batches first.

Q: What if I get errors? A: Check your ScrapFly API key and credits. The actor shows clear error messages.

Q: Is this legal? A: This scraper accesses publicly available data. Use responsibly and respect Crunchbase's Terms of Service.

⚠️ Limitations

  • Public data only: Extracts data visible on public company profiles
  • Funding amounts: Total funding values not available in initial page load (only "is_present" flags)
  • Founded date: Not included in minimal response from Crunchbase
  • Requires ScrapFly: Needs paid API service to bypass Cloudflare protection

πŸ“ˆ Integration Examples

Use with n8n

  1. Add "HTTP Request" node
  2. Set URL to Apify API endpoint
  3. Pass company URLs in body
  4. Map output fields to your workflow

Use with Google Sheets

  1. Run the scraper
  2. Download results as CSV
  3. Import into Google Sheets
  4. Use for analysis or dashboards

Use with Zapier

  1. Trigger: Schedule (daily/weekly)
  2. Action: Run Apify Actor
  3. Map results to CRM/database

πŸ› οΈ Support & Issues

  • Issues: Report bugs via Apify support
  • Questions: Contact through Apify platform
  • Feature Requests: Submit via Apify actor feedback

Use Responsibly:

  • βœ… Personal research and analysis
  • βœ… Small-scale business intelligence
  • βœ… Competitor research and market analysis
  • βœ… Lead generation for B2B sales

Don't:

  • ❌ Bulk commercial data resale
  • ❌ Violate Crunchbase Terms of Service
  • ❌ Scrape excessively without rate limiting

Disclaimer: This tool is for accessing publicly available data. Users are responsible for compliance with Crunchbase's Terms of Service and applicable laws. Use ethically and responsibly.


Keywords: Crunchbase scraper, extract Crunchbase data, Crunchbase API alternative, startup data scraper, company information scraper, funding data extraction, investor research tool, Y Combinator companies, startup intelligence, venture capital research, company profile scraper, business intelligence tool, lead generation, market research automation