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 key1
Step 1
Go to https://data.crunchbase.com and sign in
2
Step 2
Navigate to your account settings or API key management
3
Step 3
Copy your user key
4
Step 4
Paste the key below
Required Credentials
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.