Convert any Crunchbase company profile into clean JSON: firmographics, funding rounds, investors, valuations, headcount, founders, and key personnel.
Crunchbase is the reference graph for company firmographics and venture funding, tracking startups, investors, and deal flow worldwide. The Crunchbase Scraper API resolves organization profiles into validated JSON with industry and location firmographics, total funding, individual rounds with amount, date, and stage, named investors, and the founder and executive team.
It's built for venture-sourcing, market-mapping, and sales-intelligence teams that need structured funding and company data without a seat-limited subscription. People records link to their roles and prior companies, and round history can be snapshotted to detect new raises as they post.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.crunchbase.com/",
"type": "business",
"geo": "us"
}'
// ← response
{
"status": "ok",
"data": {
"name": "...",
"rating": 4.4,
"review_count": 1320,
"category": "...",
"address": "...",
"phone": "...",
"reviews": [ { "rating": 5, "text": "…", "author": "…" } ]
}
} "type": "business",
"geo": "us"Crunchbase data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Venture deal sourcing and tracking
Market and competitor mapping
Sales intelligence and account research
Investor and portfolio analysis
Yes. Each company profile returns total funding plus individual rounds with amount, date, and stage, the named investors per round, and the founder and executive team where public.
Yes. Profiles return industry, location, founding year, headcount range, website, and social links, so each company can drop straight into a firmographic or sales-intelligence model.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.