Crunchbase
Use Crunchbase API v4 for company discovery, enrichment, market landscape, and people research workflows.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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.Connection
Suggests matching identifier entities based on a query and optional collection ids.
Authentication
Connected account requiredTags
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.Connection
Returns the list of fields for collections with type and description. Use this before building search field_ids and predicates.
Authentication
Connected account requiredTags
Lookup an organizationCRUNCHBASE_GET_ORGANIZATIONRetrieves an organization by UUID or permalink, with optional fields and cards.Connection
Retrieves an organization by UUID or permalink, with optional fields and cards.
Authentication
Connected account requiredTags
Lookup an organization cardCRUNCHBASE_GET_ORGANIZATION_CARDRetrieves one paginated organization relationship card, such as founders, investors, or raised funding rounds.Connection
Retrieves one paginated organization relationship card, such as founders, investors, or raised funding rounds.
Authentication
Connected account requiredTags
Lookup a personCRUNCHBASE_GET_PERSONRetrieves a person by UUID or permalink, with optional fields and cards.Connection
Retrieves a person by UUID or permalink, with optional fields and cards.
Authentication
Connected account requiredTags
Search organizationsCRUNCHBASE_SEARCH_ORGANIZATIONSSearches organization entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.Connection
Searches organization entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.
Authentication
Connected account requiredTags
Search peopleCRUNCHBASE_SEARCH_PEOPLESearches person entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.Connection
Searches person entities with Crunchbase predicates, selected fields, ordering, and keyset pagination.
Authentication
Connected account requiredTags