Apify Store
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

FieldTypeDescription
searcharrayTerms for text search in Crunchbase
modestring (all | organizations | people | events | hubs)Modes of actor while search keyword is presented. default "all"
maxItemsintegerMaximum number of items that you want as output.
startUrlsarrayURLs to start with. It should be organization, person, event or hub detail URLs. Check README for more information.
proxy*objectSelect proxies to be used by your crawler.
extendOutputFunctionstringFunction that takes a JQuery handle ($) as argument and returns data that will be merged with the default output
customMapFunctionstringFunction 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 120
mcp
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.