Crunchbase Company Profile & Funding Scraper
Extract public Crunchbase company profiles: description, website, HQ, industries, employee range, funding round type, founders and contacts. Export to JSON, CSV or Excel.
{ "imageUrl": "https://images.crunchbase.com/image/upload/c_p…", "name": "Stripe", "slug": "stripe", "url": "https://www.crunchbase.com/organization/stripe", "legalName": "Stripe, LLC.", "shortDescription": "Stripe is a financial technology company that …", "description": "Stripe is a financial technology company that …", "website": "https://stripe.com", "hqCity": "South San Francisco" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Image Url | Name | Slug | Url |
|---|---|---|---|
| https://images.crunchbase.com/ima… | Stripe | stripe | https://www.crunchbase.com/organi… |
{ "imageUrl": "https://images.crunchbase.com/image/upload/c_p…", "name": "Stripe", "slug": "stripe", "url": "https://www.crunchbase.com/organization/stripe", "legalName": "Stripe, LLC.", "shortDescription": "Stripe is a financial technology company that …", "description": "Stripe is a financial technology company that …", "website": "https://stripe.com", "hqCity": "South San Francisco" }
よくある質問
What company data can I get from Crunchbase without a login?
This scraper collects the public, logged-out profile: name, description, website, headquarters, industries, employee range, Crunchbase rank, founders, public contact details, social links, the most recent funding round type, and activity counts such as the number of investors, acquisitions and investments when they are shown publicly. It does not access anything behind the Crunchbase paywall.
Can I look companies up by name instead of slug?
Yes. Use the search query input to find organizations by name or keyword, and the scraper collects the matching public profiles. You can also pass exact slugs or full crunchbase.com/organization URLs.
Does it return total funding amount and founded year?
No. Crunchbase gates the exact founding date and dollar funding totals behind a paid login, so those are not part of the public surface and are not returned. The public last funding round type and the number of funding rounds are included when shown.
How many companies can I scrape in one run?
Set Max Items to any number. Requests run sequentially to respect Crunchbase rate limits, so large batches take longer but complete reliably.
What happens if a company is not found?
The record for that input carries an error note and the URL that was tried, so your run never fails silently and you can see exactly which slugs did not resolve.