Automate lead generation, web scraping, and social media data extraction workflows through PhantomBuster's cloud platform via Composio
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-phantombuster-automation-db894f24cd51 ,按照其中的说明把「PhantomBuster Automation」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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.
Tool: PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL
No 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 |
PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL | Get all containers for a specific agent |
PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGE | Export agent usage as CSV |
PHANTOMBUSTER_POST_HCAPTCHA | Solve hCaptcha challenges for automation |
PHANTOMBUSTER_GET_ORGS_FETCH | Fetch organization details |
PHANTOMBUSTER_GET_ORGS_FETCH_AGENT_GROUPS | Get agent groups and ordering |
PHANTOMBUSTER_GET_BRANCHES_FETCH_ALL | List all script branches |
PHANTOMBUSTER_GET_BRANCHES_DIFF | Compare staging vs. release branches |
Powered by Composio