Crunchbase Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsCrunchbase Scraper
The 🛠️ Crunchbase Scraper Tool is a powerful software for extracting detailed business data from Crunchbase. Ideal for market research and strategic planning, it offers comprehensive insights into industry trends and company profiles, ensuring informed decision-making.
You can access the Crunchbase Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "urls": [
3 {
4 "url": "https://www.crunchbase.com/organization/openai"
5 },
6 {
7 "url": "https://www.crunchbase.com/person/sundar-pichai"
8 },
9 {
10 "url": "https://www.crunchbase.com/acquisition/amynta-acquires-sutton-special-risk--9b02e4c2"
11 }
12 ]
13}' |
14apify call powerful_bachelor/crunchbase-scraper --silent --output-dataset
Crunchbase Scraper API through CLI
The Apify CLI is the official tool that allows you to use Crunchbase Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: