通过 PhantomBuster 云平台自动化获客、网页抓取与社媒数据采集流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "PhantomBuster Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/phantombuster-automation/SKILL.md 2. 保存为 ~/.claude/skills/phantombuster-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我设计一个使用 PhantomBuster Automation 的流程,从 LinkedIn 搜索结果中批量提取潜在客户姓名、职位、公司和公开资料链接,并整理成表格。
一套可执行的自动化流程说明,包含采集字段、步骤与结构化表格结果。
使用 PhantomBuster Automation 规划一个网页抓取任务,从行业目录网站中提取公司名称、地区、联系方式和网址,并导出为 CSV。
网页抓取任务配置建议,以及包含目标字段的 CSV 数据输出方案。
请创建一个 PhantomBuster Automation 工作流,用于批量收集 Twitter 或 Instagram 账号的公开简介、粉丝数、主页链接,并按账号分类汇总。
一个用于社媒数据采集与分类汇总的自动化方案及整理后的数据结果示例。
Automate cloud-based data extraction and lead generation -- manage agents and scripts, monitor organization resources and usage, track container execution, and solve captcha challenges -- all orchestrated through the Composio MCP integration.
Toolkit docs: composio.dev/toolkits/phantombuster
https://rube.app/mcpPHANTOMBUSTER_* tools become available for executionFetch every agent associated with your account or organization to inventory automation workflows.
Tool: PHANTOMBUSTER_GET_AGENTS_FETCH_ALL
No parameters required -- returns all agents with IDs and metadata.
Authenticate your API key first.
Use agent IDs from this response when fetching containers or monitoring specific automations.
Retrieve all scripts available under your account (without code bodies) for script management.
PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALLNo parameters required -- returns script metadata without source code.
Check your organization's current resource usage and quota limits to plan automation capacity.
Tool: PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCES
No parameters required -- returns resource allocation and current usage metrics.
Fetch all execution containers for a specific agent to monitor run history and status.
Tool: PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL
| Parameter | Type | Required | Description |
|---|---|---|---|
agentId | string | Yes | Agent ID from PHANTOMBUSTER_GET_AGENTS_FETCH_ALL |
Download a CSV report of all agents' run statistics for your organization.
Tool: PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGE
Returns a downloadable CSV with comprehensive agent execution statistics.
Obtain a valid hCaptcha token for automated form submissions or scraping flows that require captcha solving.
Tool: PHANTOMBUSTER_POST_HCAPTCHA
| Parameter | Type | Required | Description |
|---|---|---|---|
siteKey | string | Yes | Public site key of the hCaptcha widget |
pageUrl | string | Yes | Full URL of the page with the captcha |
proxy | string | No | Proxy URL (e.g., http://user:pass@host:port) |
userAgent | string | No | Custom User-Agent string to simulate |
| Pitfall | Details |
|---|---|
| Agent ID required for containers | PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL requires a valid agentId -- always resolve it first via PHANTOMBUSTER_GET_AGENTS_FETCH_ALL |
| API key authentication | All PhantomBuster tools require a valid API key connection -- verify authentication before calling any tools |
| Script bodies not included | PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL returns metadata only, not source code |
| Organization scope | Resource and usage tools operate at the organization level tied to your API key -- ensure the correct org is targeted |
| Branch operations | PHANTOMBUSTER_GET_BRANCHES_FETCH_ALL and PHANTOMBUSTER_GET_BRANCHES_DIFF are for advanced script versioning -- use them to assess staging vs. release changes before deployment |
| Tool Slug | Purpose |
|---|---|
PHANTOMBUSTER_GET_AGENTS_FETCH_ALL | List all agents in your account |
PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL | List all scripts (metadata only) |
PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCES | Check organization resource usage and quotas |
…
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 Scrapingant 抓取任务与相关流程。