Crunchbase API Scraper — Company & Funding Data API

Crunchbase API scraper for company profiles, funding rounds, investors, and acquisitions. 37 endpoints, structured JSON, 100 free requests/month.

The most complete Crunchbase scraper on RapidAPI — $14.99 / 5K requests 37 endpoints · Companies, funding, investors, people · No per-field billing
Free tier available
JSON responses
Real-time data

Crunchbase locked their API behind enterprise sales calls years ago. Every startup founder, every SDR, every VC analyst who needs company data programmatically hits the same wall: “Talk to our team.” The data sits right there on the website — you can see it, you just can’t use it at scale.

And the scraper you built last month? Already broken.



What Is the FlyByAPIs Crunchbase API Scraper?

FlyByAPIs Crunchbase API Scraper is a REST API that returns structured JSON data from Crunchbase — company profiles, funding rounds, investors, people, acquisitions, IPOs, growth scores, tech stacks, and risk signals — through 37 dedicated endpoints.

37

REST API Endpoints

$0

Free Tier — 100 req/mo

$14.99

Pro — 5K requests/mo

JSON

Structured Responses

It handles Crunchbase’s anti-bot systems server-side. You get reliable data without managing proxies or scrapers.

Available on RapidAPI starting at $0/month with 100 free requests. Building pipelines, enriching CRMs, or screening deal flow? This gives you programmatic access starting at $14.99/month. No contracts. No “let’s schedule a call.”

FlyByAPIs Crunchbase API Scraper gives you 37 endpoints of Crunchbase data — company profiles, funding rounds, investors, growth scores — starting at $14.99/month. No enterprise contract, no scraper maintenance, no per-field billing.


The Problem: Crunchbase Data Is Expensive to Access Programmatically

1

Manual copy-paste

Works for 10 companies. Then your boss wants 500. Then the VC fund wants weekly screening across 2,000 startups. Half your day gone.

2

The API wall

No public pricing. No self-serve signup. Just "Contact Sales" and an enterprise quote that makes zero sense for a 5-person team.

3

DIY scraper breaks

Playwright, a proxy service, two days of work. Runs for about a week. Then Crunchbase updates their frontend and you're debugging instead of shipping.

The data is public — the access is what costs a fortune. You don’t need Crunchbase’s permission.


Why Other Approaches to Crunchbase Data Fail

Why other approaches fail

Crunchbase Pro ($49/mo)

Zero API access. You're paying for a nicer search UI. Need data in your pipeline? Back to copy-pasting.

DIY scrapers

Session tokens rotate, fingerprinting changes, rate limits tighten. You'll spend more engineering hours maintaining it than you'll ever save.

Other Crunchbase APIs on RapidAPI

Most are abandoned projects that stopped working months ago. Check their last-updated dates and error rates.

$

CSV exports & data dumps

Stale the day you download them. Funding rounds happen daily, employee counts change weekly. Static exports don't work for anything time-sensitive.


How the Crunchbase API Scraper Works

37 endpoints. Structured JSON. One API key.

Send a request with a company slug, get clean data back. No scraper to maintain. No enterprise contract. No per-field billing — one request returns all available fields.

FlyByAPIs handles Crunchbase’s anti-bot systems server-side — proxy rotation, session management, CAPTCHA handling. When Crunchbase changes their frontend, we patch the parser within hours (active data-drift monitoring).

Get any company’s full profile — no OAuth, no SDK, no client library:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
import requests

url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/details"
querystring = {"id": "stripe"}
headers = {
    "x-rapidapi-key": "YOUR_API_KEY",
    "x-rapidapi-host": "crunchbase-extractor-full-api3.p.rapidapi.com"
}
response = requests.get(url, headers=headers, params=querystring)
print(response.json())
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
const url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/details?id=stripe";

const response = await fetch(url, {
  method: "GET",
  headers: {
    "x-rapidapi-key": "YOUR_API_KEY",
    "x-rapidapi-host": "crunchbase-extractor-full-api3.p.rapidapi.com",
  },
});

const data = await response.json();
console.log(data);
1
2
3
4
curl -G "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/details" \
  --data-urlencode "id=stripe" \
  -H "x-rapidapi-key: YOUR_API_KEY" \
  -H "x-rapidapi-host: crunchbase-extractor-full-api3.p.rapidapi.com"

Standard HTTP requests, structured JSON back.


Who Built This — and Why It Stays Running

FlyByAPIs runs web data extraction APIs against hostile platformsAmazon Product Data API (22 marketplaces), Google Search API , Google Maps Extractor API , and more.

The Crunchbase API Scraper is built on the same infrastructure that keeps our other 5 APIs running:

  • Active data-drift monitoring — automated systems detect source changes within hours
  • Production-grade uptime — the same reliability standards as our Amazon and Google APIs
  • 1,000+ developers already using the platform
  • 5M+ API requests served across the platform
  • 37 verified endpoints on this Crunchbase API alone — all tested and returning data
Try the Crunchbase API Scraper free →

100 free requests/month on RapidAPI — no credit card needed


All 37 Endpoints — What’s Inside

Discovery — 4 endpoints Search, trending, signals
EndpointDescription
/autocompleteFuzzy search for organizations, people, and hubs
/trendingTop trending companies
/feedReal-time signal feed — funding predictions, trending alerts
/autocomplete/locationLocation autocomplete for search filters
Companies — 10 endpoints Profiles, growth, financials, tech, risk
EndpointDescription
/company/searchSearch by funding stage, employee count, IPO status, category, location
/company/detailsFull company profile — financials, people, tech stack, similar orgs
/company/growthGrowth scores, predictions, Semrush traffic, Bombora surge
/company/financialsFunding rounds, investors, acquisitions, investments, exits
/company/peopleFounders, key employees, advisors, board members, contacts
/company/techTech stack, mobile apps, Semrush/BuiltWith/Siftery data
/company/intelligenceCategory ranks, similar companies, subsidiaries
/company/officesHQ and office locations
/company/timelineTimeline entries and recent press references
/company/riskLayoffs and legal proceedings
People & Investors — 5 endpoints Profiles, investors, contacts
EndpointDescription
/person/searchSearch people with filters (investor status, gender)
/person/detailsFull profile — career history, investments, education, events
/investor/searchSearch investors by type (VC, PE, angel, accelerator) and stage
/role/searchSearch job roles across companies
/contact/searchB2B contacts by seniority and department
Funding & Exits — 8 endpoints Rounds, acquisitions, IPOs, funds
EndpointDescription
/funding-round/searchSearch funding rounds by investment type
/funding-round/detailsRound details with investors
/acquisition/searchSearch acquisitions
/acquisition/detailsAcquirer, acquiree, terms
/ipo/searchSearch IPOs
/ipo/detailsExchange, valuation, shares, listing type
/fund/searchSearch VC/PE funds
/investment/searchSearch individual investments
Network & Relationships — 5 endpoints Hubs, events, press, ownership
EndpointDescription
/hub/searchSearch curated hubs (Unicorn Companies, YC Alumni, AI startups)
/hub/detailsHub details with sample orgs, investors, funding rounds
/event/searchSearch events
/event/detailsSpeakers, exhibitors, sponsors
/event-appearance/searchSearch event appearances
Taxonomy — 3 endpoints Categories, locations
EndpointDescription
/category/searchSearch 800+ categories
/category-group/searchTop-level category groups
/location/searchSearch locations (city, region, country)

Extractable Data Fields

Every company request returns structured JSON. Here’s what /company/details gives you:

FieldDescription
Name & slugCompany name, URL slug, legal name
DescriptionShort + full company description
Logo & linksLogo URL, website, LinkedIn, Twitter/X, Facebook
EmployeesEmployee count range, min/max, known count
StatusOperating status, IPO status, company type
Categories & tagsIndustry categories, tags, hub memberships
HeadquartersHQ city, region, country, country code
FoundersFounder names, slugs, profiles
Key employeesTitle, person profile for each
Board & advisorsBoard members, advisors with counts
Funding roundsEvery round with investors and amounts
InvestorsAll investors with role info
Acquisitions & exitsCompanies acquired, exit events
Growth predictionsAcquisition likelihood, IPO probability, funding prediction
Tech stackBuiltWith/Siftery data, mobile apps
Web trafficSemrush monthly visits, rank, 90-day change
Similar companiesRelated organizations by category
Recent pressPress references and timeline entries

This is just /company/details — one of 37 endpoints. People, funding rounds, investors, acquisitions, IPOs, hubs, and events each return their own full data set.

Explore all 37 endpoints on RapidAPI →

Test every endpoint in the playground — no code needed


What You Get

  • 37 REST API endpoints covering companies, people, funding, exits, events, hubs, and taxonomy
  • Structured JSON responses with consistent wrapper — no HTML parsing, no data cleaning needed
  • Free tier: 100 requests/month to test before spending anything
  • Server-side anti-detection — proxy rotation, session management, CAPTCHA handling, all invisible to you
  • Data-drift monitoring — when Crunchbase changes their site, the parser is patched within hours
  • No per-field billing — one request, all available fields included in the response
  • Pay-per-overage on paid tiers — never hard-capped mid-enrichment job
  • RapidAPI playground for testing endpoints before writing a single line of code
  • Works with any language — Python, Node.js, cURL, Ruby, PHP, Go — standard REST

Use Cases

VC Deal Flow & Screening

Screen startups by funding stage, growth scores, and acquisition predictions. Build automated deal flow pipelines that surface companies matching your investment thesis — before they hit your inbox.

CRM Enrichment & Lead Scoring

Enrich your CRM with company size, funding history, tech stack, and key contacts. Score leads based on growth predictions and recent funding activity — automatically, at scale.

Competitive Intelligence

Track competitors' funding rounds, key hires, tech stack changes, and acquisition moves. Get risk signals (layoffs, legal proceedings) and growth score trends to spot threats early.

Lead Generation & Prospecting

Search companies by category, location, employee count, and funding stage to build qualified lead lists. Pull B2B contacts by seniority and department — fresh data, not stale databases from six months ago.


Get Started in Minutes

  1. Sign up on RapidAPI — it’s free.
  2. Subscribe to the Basic plan (100 free requests/month).
  3. Copy your API key from the RapidAPI dashboard.
  4. Make your first request using the code example above.

1,000+

Developers on the platform

5M+

API requests served

6

Production APIs

Hours

To patch data-drift

Pricing

PlanPriceRequests/monthOverageBest for
Basic (Free)$0100Hard limitTesting & evaluation
Pro$14.995,000$0.006–$0.01/reqSmall teams, side projects
Ultra$49.9940,000$0.003–$0.007/reqProduction workloads
Mega$99.99150,000$0.001–$0.0025/reqBulk enrichment, enterprise pipelines

Compare that to Crunchbase’s official API: enterprise-only, sales-gated, priced for large organizations. Here you start free and scale as you grow. No per-field billing — every request returns all available fields at the same cost.


No Contracts. No Lock-In.

No annual commitments. Cancel anytime from RapidAPI — no “retention call,” no hoops.

The free tier gives you 100 requests to test every endpoint. If the data doesn’t match what you need, you’ve lost nothing.


One More Thing

Crunchbase isn’t going to make their API more accessible. They’ve been tightening restrictions every year.

The teams that have automated company intelligence are already building on top of it. Every week on manual research or broken scrapers is a week your pipeline isn’t growing.

Get your API key — it's free →

37 endpoints · Structured JSON · Start in under 5 minutes


Simple Pricing

Start Free, Scale as You Grow

All plans include full API access to every endpoint. No feature gating.

Basic

Free

The most complete Crunchbase scraper on RapidAPI — $14.99 / 5K requests

37 endpoints · Companies, funding, investors, people · No per-field billing

  • 100 requests/month
  • 1000/hour
Start Free

Pro

$14.99 /mo
  • 5,000 requests/month
  • Standard rate limit
Choose Plan

Mega

$99.99 /mo
  • 150,000 requests/month
  • Priority rate limit
Choose Plan
Get in Touch

Need the Data Without the Hassle?

Whether you need a done-for-you data extraction, a custom enterprise plan, or just have a question — we'll get back to you within 24 hours.

Message sent!

We'll get back to you within 24 hours. Check your inbox.

Reply within 24h
No commitment
Free consultation
FAQ

Frequently Asked Questions

Q Is the Crunchbase API free?

The official Crunchbase API is not free — it requires expensive enterprise contracts with custom pricing. FlyByAPIs Crunchbase API Scraper has a free tier: 100 requests/month across all 37 endpoints, no credit card required. Enough to test every endpoint and validate the data for your use case.

Q How do I use the Crunchbase API with Python?

Sign up on RapidAPI, grab your API key, and use any Python HTTP library (requests, httpx, aiohttp). FlyByAPIs Crunchbase API Scraper returns structured JSON — no SDK needed, no OAuth, no client libraries. A working Python script takes under 5 lines of code.

Q What Crunchbase data can I get through this API?

FlyByAPIs Crunchbase API Scraper returns company profiles, funding rounds, investors, people (founders to board members), acquisitions, IPOs, growth scores, tech stacks, risk signals, events, and hubs — across 37 dedicated endpoints. All returned as structured JSON with no parsing required.

Q What happens if Crunchbase changes their website?

FlyByAPIs runs active data-drift monitoring across all APIs. When Crunchbase updates their frontend, systems detect it and the parser is patched within hours. This is the same process used for Amazon (22 marketplaces) and Google Search. Your integration stays stable.

Q Is scraping Crunchbase data legal?

Scraping publicly accessible web data is legal in the US (hiQ Labs v. LinkedIn, 2022). FlyByAPIs handles the technical extraction — you interact with a standard REST API and receive structured data. You are responsible for how you use the data downstream.

Q Why not build my own Crunchbase scraper?

You can — it will work for about a week. Crunchbase rotates session tokens, uses browser fingerprinting, and updates their frontend regularly. Proxy infrastructure costs $100+/month, plus engineering time to fix breakages. Most teams spend more in one month of maintenance than a full year of FlyByAPIs Crunchbase API Scraper.

Q How does this compare to other Crunchbase APIs on RapidAPI?

Most Crunchbase APIs on RapidAPI are abandoned or barely maintained. FlyByAPIs Crunchbase API Scraper has 37 verified endpoints, active data-drift monitoring, and is built by the same team running 5 other production APIs on the platform. Check last-update dates and reviews on alternatives.

Q Can this handle bulk company enrichment?

Yes. The Mega plan gives 150,000 requests/month with pay-per-overage beyond that. Search endpoints support pagination up to 200 results per page. Teams use FlyByAPIs Crunchbase API Scraper for CRM enrichment, lead scoring, and building company databases at scale.

Ready to Get Started?

Sign up for free and make your first API call in under 5 minutes.