Open Connector
All tools

Crunchbase

Use Crunchbase API v4 for company discovery, enrichment, market landscape, and people research workflows.

crunchbasev1.0.07 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "CRUNCHBASE_AUTOCOMPLETES",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CRUNCHBASE_AUTOCOMPLETES", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute CRUNCHBASE_AUTOCOMPLETES --data '{ }'

Tool catalog

Available tools

7 callable operations

Autocomplete Crunchbase entitiesCRUNCHBASE_AUTOCOMPLETESSuggests matching identifier entities based on a query and optional collection ids.

Suggests matching identifier entities based on a query and optional collection ids.

Authentication

Connected account required

Tags

autocomplete
Get fields metadataCRUNCHBASE_GET_FIELDS_METADATAReturns the list of fields for collections with type and description. Use this before building search field_ids and predicates.

Returns the list of fields for collections with type and description. Use this before building search field_ids and predicates.

Authentication

Connected account required

Tags

metadata
Lookup an organizationCRUNCHBASE_GET_ORGANIZATIONRetrieves an organization by UUID or permalink, with optional fields and cards.

Retrieves an organization by UUID or permalink, with optional fields and cards.

Authentication

Connected account required

Tags

entity
Lookup an organization cardCRUNCHBASE_GET_ORGANIZATION_CARDRetrieves one paginated organization relationship card, such as founders, investors, or raised funding rounds.

Retrieves one paginated organization relationship card, such as founders, investors, or raised funding rounds.

Authentication

Connected account required

Tags

entity
Lookup a personCRUNCHBASE_GET_PERSONRetrieves a person by UUID or permalink, with optional fields and cards.

Retrieves a person by UUID or permalink, with optional fields and cards.

Authentication

Connected account required

Tags

entity
Search organizationsCRUNCHBASE_SEARCH_ORGANIZATIONSSearches organization entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.

Searches organization entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.

Authentication

Connected account required

Tags

search
Search peopleCRUNCHBASE_SEARCH_PEOPLESearches person entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.

Searches person entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.

Authentication

Connected account required

Tags

search

Provider resources