Open Connector
所有 Tools

Crunchbase

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

crunchbasev1.0.07 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

search

Provider 资源