Skip to main content
Crunchbase logo

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 key
1

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

FieldDescriptionRequiredFormat
Crunchbase User KeyYour Crunchbase API user key from data.crunchbase.comYesxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Available Actions

Parameters

field_ids
array
required
Fields to include on the resulting entity (e.g. identifier, short_description, name, website_url)
query
array
Array of query predicate objects for filtering organizations. Each object should have operator_id, type, values, and field_id keys.

Response

{
  "additionalProperties": false,
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "entities": {
      "items": {
        "additionalProperties": true,
        "type": "object"
      },
      "title": "Entities",
      "type": "array"
    },
    "total_count": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Total Count"
    }
  },
  "required": [
    "success"
  ],
  "title": "SearchOrganizationsOutput",
  "type": "object"
}

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 + error rather than raising.

Apollo.io

Brandfetch

Clay