Crunchbase.com Insights Extractor
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsCrunchbase.com Insights Extractor
Crunchbase Data Extractor empowers you to unlock valuable insights from millions of organizations. Extract acquisitions, people, reports, events, and more with customizable search for targeted results. Supercharge your research and business intelligence with ease.
You can access the Crunchbase.com Insights Extractor 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 "search": [
3 "Facebook"
4 ],
5 "maxItems": 20,
6 "startUrls": [
7 "https://www.crunchbase.com/organization/warner-law-offices",
8 "https://www.crunchbase.com/person/warner-l-baxter",
9 "https://www.crunchbase.com/hub/warner-bros-alumni-founded-companies",
10 "https://www.crunchbase.com/event/messenger-chatbots-the-secret-to-8x-engagement-20171010"
11 ],
12 "proxy": {
13 "useApifyProxy": true
14 },
15 "extendOutputFunction": "($) => { return {} }",
16 "customMapFunction": "(object) => { return {...object} }"
17}' |
18apify call thewolves/crunchbase-scraper --silent --output-dataset
Crunchbase.com Insights Extractor API through CLI
The Apify CLI is the official tool that allows you to use Crunchbase.com Insights Extractor locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: