The Swarm
Connect to The Swarm to search profiles and companies, fetch social posts, map networks, and inspect credits usage.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "THE_SWARM_ADD_CONNECTOR", 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("THE_SWARM_ADD_CONNECTOR", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute THE_SWARM_ADD_CONNECTOR --data '{ }'Tool 目录
可用 Tools
26 个可调用操作
Add connector(s) to the teamTHE_SWARM_ADD_CONNECTORAdd one or more LinkedIn users as connectors to the team需要连接
Add one or more LinkedIn users as connectors to the team
认证
需要 Connected AccountTags
Aggregate profile field valuesTHE_SWARM_AGGREGATE_PROFILESReturn distinct values for a single profile field matching a text query (e.g. autocomplete for locations or current job titles).需要连接
Return distinct values for a single profile field matching a text query (e.g. autocomplete for locations or current job titles).
认证
需要 Connected AccountTags
Create a child teamTHE_SWARM_CREATE_TEAMCreate a new child team under the authenticated team需要连接
Create a new child team under the authenticated team
认证
需要 Connected AccountTags
Fetch companies with corresponding dataTHE_SWARM_FETCH_COMPANIESFetch companies with corresponding data (e.g. tags)需要连接
Fetch companies with corresponding data (e.g. tags)
认证
需要 Connected AccountTags
Fetch companies with corresponding dataTHE_SWARM_FETCH_COMPANIES_V3Fetch companies with corresponding data (e.g. tags)需要连接
Fetch companies with corresponding data (e.g. tags)
认证
需要 Connected AccountTags
Fetch profiles with corresponding dataTHE_SWARM_FETCH_PROFILESFetch profiles with corresponding data (e.g. connections, lists, tags)需要连接
Fetch profiles with corresponding data (e.g. connections, lists, tags)
认证
需要 Connected AccountTags
Fetch profiles with corresponding dataTHE_SWARM_FETCH_PROFILES_V3Fetch profiles with corresponding data (e.g. lists, tags)需要连接
Fetch profiles with corresponding data (e.g. lists, tags)
认证
需要 Connected AccountTags
Get company postsTHE_SWARM_GET_COMPANY_POSTSFetch LinkedIn posts published by a company需要连接
Fetch LinkedIn posts published by a company
认证
需要 Connected AccountTags
Get credits usageTHE_SWARM_GET_CREDITS_USAGERetrieve your team's current billing period credit usage. The API identifies your team from the API key, fetches the meter usage for the active billing period, and returns the number of credits already consumed.需要连接
Retrieve your team's current billing period credit usage. The API identifies your team from the API key, fetches the meter usage for the active billing period, and returns the number of credits already consumed.
认证
需要 Connected AccountTags
Get partner network mapping statusTHE_SWARM_GET_PARTNER_NETWORK_STATUSCheck the status of an async partner network mapping task需要连接
Check the status of an async partner network mapping task
认证
需要 Connected AccountTags
Network Mapper (Partner) StatusTHE_SWARM_GET_PARTNER_NETWORK_STATUS_V3Poll the status of a long-running Network Mapper (Partner) v3 task. Partner permission required.需要连接
Poll the status of a long-running Network Mapper (Partner) v3 task. Partner permission required.
认证
需要 Connected AccountTags
Get post commentsTHE_SWARM_GET_POST_COMMENTSFetch comments on a LinkedIn post需要连接
Fetch comments on a LinkedIn post
认证
需要 Connected AccountTags
Get post reactionsTHE_SWARM_GET_POST_REACTIONSFetch reactions on a LinkedIn post需要连接
Fetch reactions on a LinkedIn post
认证
需要 Connected AccountTags
Get post resharesTHE_SWARM_GET_POST_RESHARESFetch reshares of a LinkedIn post需要连接
Fetch reshares of a LinkedIn post
认证
需要 Connected AccountTags
Get profile postsTHE_SWARM_GET_PROFILE_POSTSFetch LinkedIn posts published by a person需要连接
Fetch LinkedIn posts published by a person
认证
需要 Connected AccountTags
Fetch a refreshed profileTHE_SWARM_GET_REFRESHED_PROFILEFetch up-to-date profile data for a given LinkedIn URL slug需要连接
Fetch up-to-date profile data for a given LinkedIn URL slug
认证
需要 Connected AccountTags
MCP endpointTHE_SWARM_MCPModel Context Protocol (MCP) endpoint for AI assistant integrations需要连接
Model Context Protocol (MCP) endpoint for AI assistant integrations
认证
需要 Connected AccountTags
Find connected profiles (network mapper)THE_SWARM_NETWORK_MAPPERFind connected profiles, with it's connection details需要连接
Find connected profiles, with it's connection details
认证
需要 Connected AccountTags
Get network mapper task statusTHE_SWARM_NETWORK_MAPPER_TASK_STATUSCheck the status of a network mapper task started by POST /v2/profiles/network-mapper需要连接
Check the status of a network mapper task started by POST /v2/profiles/network-mapper
认证
需要 Connected AccountTags
Trigger partner network mappingTHE_SWARM_POST_PARTNER_NETWORKInitiate network mapping for a given company. Returns data immediately if already mapped, or returns a task ID to poll for results.需要连接
Initiate network mapping for a given company. Returns data immediately if already mapped, or returns a task ID to poll for results.
认证
需要 Connected AccountTags
Network Mapper (Partner) — v3THE_SWARM_POST_PARTNER_NETWORK_V3Partner-permission endpoint for mapping connections across the partner network. Calls from API keys not tied to a team with the partner permission in Stripe return 403 Forbidden. Costs 1 credit per non-empty response.需要连接
Partner-permission endpoint for mapping connections across the partner network. Calls from API keys not tied to a team with the partner permission in Stripe return 403 Forbidden. Costs 1 credit per non-empty response.
认证
需要 Connected AccountTags
RelationshipsTHE_SWARM_RELATIONSHIPS_V3Find connected profiles with their connection details. Renamed from Network Mapper in v3.需要连接
Find connected profiles with their connection details. Renamed from Network Mapper in v3.
认证
需要 Connected AccountTags
Search for companies idsTHE_SWARM_SEARCH_COMPANIESSearch for companies ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format需要连接
Search for companies ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format
认证
需要 Connected AccountTags
Search for companies idsTHE_SWARM_SEARCH_COMPANIES_V3Search for companies ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format需要连接
Search for companies ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format
认证
需要 Connected AccountTags
Search for profiles idsTHE_SWARM_SEARCH_PROFILESSearch for profiles ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format需要连接
Search for profiles ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format
认证
需要 Connected AccountTags
Search for profiles idsTHE_SWARM_SEARCH_PROFILES_V3Search for profiles ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format需要连接
Search for profiles ids using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) format
认证
需要 Connected AccountTags