AS
Apify Store
/epctex/crunchbase-scraper
Scrape Crunchbase
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.
liveverifiedasyncunknown~30s typical
crunchbasefundingstartupscompanies
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Rental actor: requires an active rental on the master account; compute billed per result
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /epctex/crunchbase-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| search | array | Terms for text search in Crunchbase |
| mode | string (all | organizations | people | events | hubs) | Modes of actor while search keyword is presented. default "all" |
| maxItems | integer | Maximum number of items that you want as output. |
| startUrls | array | URLs to start with. It should be organization, person, event or hub detail URLs. Check README for more information. |
| proxy* | object | Select proxies to be used by your crawler. |
| extendOutputFunction | string | Function that takes a JQuery handle ($) as argument and returns data that will be merged with the default output |
| customMapFunction | string | Function that takes each of the objects as argument and returns data that will be mapped by the function itself. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/epctex/crunchbase-scraper","input":{"search":["telehealth"],"maxItems":20},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /epctex/crunchbase-scraper -i '{"search":["telehealth"],"maxItems":20}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/epctex/crunchbase-scraper", input: {"search":["telehealth"],"maxItems":20}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.