Overview
Add Crunchbase to any ModuleX agent or workflow. Access Crunchbase company and organization data for business intelligence and research via the Crunchbase REST API (api.crunchbase.com/v4/data).
Categories: Sales · Business Intelligence · Data · Research · Auth: API Key · Actions: 2
Authentication
API Key Authentication
Authenticate using your Crunchbase user keyStep 1
Go to https://data.crunchbase.com and sign in
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Crunchbase User Key | Your Crunchbase API user key from data.crunchbase.com | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Available Actions
get_organization — Retrieve details about an organization by UUID or permalink
get_organization — Retrieve details about an organization by UUID or permalink
search_organizations — Search for organizations based on specified criteria
search_organizations — Search for organizations based on specified criteria
Limits & Quotas
- Rate limits depend on your Crunchbase plan tier (Basic, Pro, Enterprise).
- Enterprise plans typically allow higher request volumes; check your account dashboard for current limits.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.