Crunchbase
Use Crunchbase API v4 for company discovery, enrichment, market landscape, and people research workflows.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
7 个可调用操作
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags