# Phantombuster

```json
{
  "name": "Phantombuster",
  "slug": "phantombuster",
  "url": "https://composio.dev/toolkits/phantombuster",
  "markdown_url": "https://composio.dev/toolkits/phantombuster.md",
  "logo_url": "https://logos.composio.dev/api/phantombuster",
  "categories": [
    "data & analytics"
  ],
  "is_composio_managed": false,
  "updated_at": "2026-05-12T10:21:54.664Z"
}
```

![Phantombuster logo](https://logos.composio.dev/api/phantombuster)

## Description

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Phantombuster MCP or direct API to launch automations, extract leads, scrape data, and manage campaigns through natural language.

## Summary

Phantombuster is a cloud-based automation platform for extracting web data and automating actions online. It helps you automate lead generation, web scraping, and social media workflows at scale.

## Categories

- data & analytics

## Toolkit Details

- Tools: 53

## Images

- Logo: https://logos.composio.dev/api/phantombuster

## Authentication

- **Api Key**
  - Type: `api_key`
  - Description: Api Key authentication for PhantomBuster.
  - Setup:
    - Configure Api Key credentials for PhantomBuster.
    - Use the credentials when creating an auth config in Composio.

## Suggested Prompts

- Download agent usage CSV for last month
- List all active agents in my account
- Get the country for this IP address
- Fetch deleted agents for recent audit

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `PHANTOMBUSTER_ABORT_AGENT_V1` | Abort Agent (v1) | Tool to abort all running instances of an agent using the legacy v1 API. Use when you need to immediately stop an agent's execution. Supports soft abort for graceful shutdown. |
| `PHANTOMBUSTER_DELETE_AGENT` | Delete Agent | Tool to delete an agent by id. Use when you need to remove a PhantomBuster agent. Ensure the agent is not currently running before deletion. |
| `PHANTOMBUSTER_DELETE_LEAD_OBJECTS` | Delete Lead Objects | Tool to delete one or more lead objects from organization storage. Use when you need to remove lead data. Provide either leadObjectId, or both slug and type parameters. |
| `PHANTOMBUSTER_DELETE_LEADS_MANY` | Delete Many Leads | Tool to delete multiple leads from organization storage. Use when you need to bulk delete leads by their IDs. |
| `PHANTOMBUSTER_DELETE_LIST` | Delete List | Tool to delete a storage list by id (Beta). Use when you need to remove a list from organization storage. |
| `PHANTOMBUSTER_DELETE_SCRIPT` | Delete Script | Tool to delete a script by id. Use when you need to remove a specific script from PhantomBuster. Optionally specify a branch and environment to delete a specific version. |
| `PHANTOMBUSTER_GET_AGENT` | Get Agent | Tool to get an agent by its ID. Use when you need to retrieve detailed information about a specific Phantombuster agent, including its configuration, schedule, and execution settings. |
| `PHANTOMBUSTER_GET_AGENT_CONTAINERS` | Get Agent Containers (v1) | Tool to get a list of ended containers for an agent, ordered by date. Use when you need to retrieve the last available output logs from an agent. This is a legacy v1 API endpoint. |
| `PHANTOMBUSTER_GET_AGENT_OUTPUT` | Get Agent Output (v1) | Tool to get incremental data from an agent including console output, status, progress and messages. This is a legacy v1 API endpoint designed for easy incremental data retrieval. Use outputPos to track position. |
| `PHANTOMBUSTER_GET_AGENTS_FETCH_ALL` | Get All Agents | Tool to fetch all agents associated with the current user or organization. Use after validating your Phantombuster API key to list available agents. |
| `PHANTOMBUSTER_GET_AGENTS_FETCH_DELETED` | Get Deleted Agents | Tool to get deleted agents for the current user or organization. Use when you need to audit recently removed agents. |
| `PHANTOMBUSTER_GET_BRANCHES_DIFF` | Get Branches Diff | Tool to get the length difference between the staging and release branch of all scripts. Use when assessing branch changes before deployment. |
| `PHANTOMBUSTER_GET_BRANCHES_FETCH_ALL` | Get All Branches | Tool to fetch all branches associated with the current organization. Use when you need to enumerate every branch across your scripts. |
| `PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL` | Get Containers Fetch All | Tool to get all containers associated with a specified agent. Use when you need to retrieve every container for a given agent, for monitoring or reporting. |
| `PHANTOMBUSTER_GET_LEADS_BY_LIST` | Get Leads By List | Tool to fetch leads by their list ID. Use when you need to retrieve leads from a specific list with optional pagination and filtering. |
| `PHANTOMBUSTER_GET_LOCATION_IP` | Get IP Location | Tool to retrieve the country of a given or environment IP address. Use when you need to geolocate an IP endpoint. Example: get_location_ip(ip="8.8.8.8") |
| `PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGE` | Export Agent Usage CSV | Tool to export agent usage CSV for current organization. Use when you need a downloadable report of all agents' run statistics in CSV format. |
| `PHANTOMBUSTER_GET_ORGS_EXPORT_CONTAINER_USAGE` | Export Container Usage CSV | Tool to export container usage CSV for current organization. Use when you need a downloadable CSV report of container execution history up to 6 months; URL expires in 30 days. |
| `PHANTOMBUSTER_GET_ORGS_FETCH` | Get Organization | Tool to fetch current organization details. Use when you need to retrieve the organization associated with the provided API key. |
| `PHANTOMBUSTER_GET_ORGS_FETCH_AGENT_GROUPS` | Get Agent Groups | Tool to get agent groups and order for the current organization. Use when you need to review how agents are grouped and ordered. |
| `PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCES` | Get Organization Resources | Tool to get current organization's resources and usage. Use when you need to monitor quotas. |
| `PHANTOMBUSTER_GET_ORGS_FETCH_RUNNING_CONTAINERS` | Get Org Running Containers | Tool to get the current organization's running containers. Use after listing agents to identify active containers across the organization. |
| `PHANTOMBUSTER_GET_ORG_STORAGE_LISTS_FETCH_ALL` | Get Org Storage Lists Fetch All | Tool to fetch all storage lists for the authenticated organization. Use when you need to enumerate every storage list available (Beta). |
| `PHANTOMBUSTER_GET_SCRIPT` | Get Script | Tool to fetch a script by its unique ID. Use when you need to retrieve detailed metadata about a specific script, including its branches, visibility, and optionally its source code. |
| `PHANTOMBUSTER_GET_SCRIPT_BY_NAME` | Get Script by Name | Tool to retrieve a script by its name from Phantombuster (Legacy v1 API). Use when you need to fetch script metadata or content by name. Supports both JSON (structured) and raw (plain text) response formats. |
| `PHANTOMBUSTER_GET_SCRIPTS_CODE` | Get Script Code | Tool to get the code of a script. Use when you need to retrieve the source code content of a specific script. |
| `PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL` | Get All Scripts | Tool to fetch all scripts for the current user. Use after authenticating your Phantombuster API key to list scripts without their code bodies. |
| `PHANTOMBUSTER_GET_USER` | Get User Information | Tool to get information about your PhantomBuster account and your agents using the legacy v1 API. Use when you need to check account quotas, remaining resources, or list associated agents. |
| `PHANTOMBUSTER_POST_AGENTS_UNSCHEDULE_ALL` | Unschedule All Agent Launches | Tool to unschedule all scheduled launches for agents. Use when you need to disable every automated agent run organization-wide after verifying your API key. |
| `PHANTOMBUSTER_POST_AI_COMPLETIONS` | Request AI Completion | Tool to request a text completion from the AI module. Use when you need to generate text based on a prompt. |
| `PHANTOMBUSTER_POST_BRANCHES_CREATE` | Create Branch | Tool to create a new branch. Use when you need to isolate updates by creating a separate branch. Use after authenticating with your Phantombuster API key and optionally specifying an organization. |
| `PHANTOMBUSTER_POST_BRANCHES_DELETE` | Delete Branch | Tool to delete a branch by id. Use when you need to remove obsolete or incorrect script branches; ensure the branch exists before calling. |
| `PHANTOMBUSTER_POST_HCAPTCHA` | Solve hCaptcha | Tool to solve an hCaptcha challenge. Use when you need a valid hCaptcha token for form submissions or automation flows. |
| `PHANTOMBUSTER_POST_IDENTITIES_GENERATE_TOKEN` | Generate Identity Token | Tool to generate an identity token for PhantomBuster. Use when you need to create a new identity token for authentication or session management. |
| `PHANTOMBUSTER_POST_ORG_STORAGE_LEADS_SAVE_MANY` | Save Many Leads | Tool to save multiple leads (1-20) to organization storage in a single batch operation (Beta). Use when you need to create or update leads with LinkedIn profile data and optional enrichment fields. |
| `PHANTOMBUSTER_POST_RECAPTCHA` | Solve reCAPTCHA | Tool to solve a reCAPTCHA challenge (v2 or v3). Use when you need a valid reCAPTCHA response token for form submissions or automation. Note: API returns 200 status even on errors; check the error field in the response. |
| `PHANTOMBUSTER_POST_SCRIPTS_VISIBILITY` | Update Script Visibility | Tool to update the visibility of a script. Use when you need to change whether a script is private, public, or open source. |
| `PHANTOMBUSTER_RELEASE_BRANCH` | Release Branch | Tool to release a script branch. Use when you need to deploy a branch to production or release changes to specified scripts. |
| `PHANTOMBUSTER_SAVE_AGENT` | Save Agent | Tool to create a new agent or update an existing one. Use when you need to configure an agent's launch schedule, settings, or behavior. If an agent ID is provided, the existing agent will be updated; otherwise, a new agent is created. |
| `PHANTOMBUSTER_SAVE_AGENT_GROUPS` | Save Agent Groups | Tool to update agent groups and order for the current user's organization. Use when you need to reorganize agents into groups or change their display order. |
| `PHANTOMBUSTER_SAVE_COMPANY_OBJECT` | Save Company Object | Tool to save one company object to the organization storage. Use when you need to create or update a company object with LinkedIn company data and custom properties. |
| `PHANTOMBUSTER_SAVE_COMPANY_OBJECTS_MANY` | Save Many Company Objects | Tool to save many company objects to organization storage. Use when you need to bulk insert or update company data with a minimum of 1 and maximum of 20 objects per request. |
| `PHANTOMBUSTER_SAVE_IDENTITY_EVENT` | Save Identity Event | Tool to save an identity event to Phantombuster. Use when you need to record user interactions or activities associated with specific social media profiles. |
| `PHANTOMBUSTER_SAVE_LEAD` | Save Lead | Tool to save or update a lead in Phantombuster org storage. Use when you need to store LinkedIn profile data or other lead information. |
| `PHANTOMBUSTER_SAVE_LEAD_OBJECT` | Save Lead Object | Tool to save a lead object to organization storage. Use when you need to store or update lead information with custom properties. |
| `PHANTOMBUSTER_SAVE_LEADS_OBJECTS_MANY` | Save Many Lead Objects | Tool to save multiple lead objects to Phantombuster's organization storage. Use when you need to create or update multiple lead objects in a single API call. |
| `PHANTOMBUSTER_SAVE_LIST` | Save List | Tool to save (create or update) a list with filter criteria. Use when you need to create a new list or update an existing one by providing a filter configuration. This is a Beta feature. |
| `PHANTOMBUSTER_SAVE_SCRIPT` | Save Script | Tool to create a new script or update an existing one. Provide an id to update; otherwise creates new script. Use when you need to save JavaScript automation code to Phantombuster. |
| `PHANTOMBUSTER_SEARCH_COMPANY_OBJECTS` | Search Company Objects | Tool to search company objects in Phantombuster's organizational storage. Use when you need to find companies by specific criteria or perform a global search. |
| `PHANTOMBUSTER_SEARCH_LEAD_OBJECTS` | Search Lead Objects | Tool to search lead objects in Phantombuster org storage. Use when you need to find leads based on search criteria or filter conditions. |
| `PHANTOMBUSTER_STOP_AGENT` | Stop Agent | Tool to stop a running agent. Use when you need to halt agent execution, optionally cascading to slave agents or switching to manual launch mode. |
| `PHANTOMBUSTER_UPDATE_SCRIPT` | Update Script (v1 API) | Tool to update an existing script or create a new one if it does not exist (Legacy v1 API). Use when you need to save script code to Phantombuster. If insertOnly is true, the operation will fail if a script with the same name already exists. |
| `PHANTOMBUSTER_UPDATE_SCRIPTS_ACCESS_LIST` | Update Script Access List | Tool to update the access list of a script. Use when you need to add or remove users/orgs from a script's access list in a specific branch. |

## Supported Triggers

None listed.

## Installation and MCP Setup

### Path 1: SDK Installation

#### Path 1, Step 1: Install Composio

Install the Composio SDK
```python
pip install composio_openai
```

```typescript
npm install @composio/openai
```

#### Path 1, Step 2: Initialize Composio and Create Tool Router Session

Import and initialize Composio client, then create a Tool Router session
```python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()
session = composio.create(user_id='your-user-id')
```

```typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
```

#### Path 1, Step 3: Execute Phantombuster Tools via Tool Router with Your Agent

Get tools from Tool Router session and execute Phantombuster actions with your Agent
```python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'Export agent usage CSV for this month'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
```

```typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Export agent usage CSV for this month'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
```

### Path 2: MCP Server Setup

#### Path 2, Step 1: Install Composio

Install the Composio SDK and Claude Agent SDK
```python
pip install composio claude-agent-sdk
```

```typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
```

#### Path 2, Step 2: Create Tool Router Session

Initialize the Composio client and create a Tool Router session
```python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
```

```typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

console.log("Creating Tool Router session...");
const { mcp } = await composio.create('your-user-id');
console.log(`Tool Router session created: ${mcp.url}`);
```

#### Path 2, Step 3: Connect to AI Agent

Use the MCP server with your AI agent
```python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Phantombuster tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Export agent usage CSV for this month')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
```

```typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText, stepCountIs } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcp.url,
    headers: { 'x-api-key': 'your-composio-api-key' }
  }
});

const tools = await client.tools();

const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{ role: 'user', content: 'Export agent usage CSV for this month' }],
  stopWhen: stepCountIs( 5 )
});

console.log(`Agent: ${text}`);
```

## Why Use Composio?

### 1. AI Native Phantombuster Integration

- Supports both Phantombuster MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for launching, monitoring, and retrieving Phantombuster automation data

### 2. Managed Auth

- Built-in API key handling for Phantombuster
- Central place to manage, scope, and revoke Phantombuster access
- Per user and per environment credentials instead of hard-coded keys

### 3. Agent Optimized Design

- Tools are tuned using real error and success rates to improve reliability over time
- Comprehensive execution logs so you always know what ran, when, and on whose behalf

### 4. Enterprise Grade Security

- Fine-grained RBAC so you control which agents and users can access Phantombuster
- Scoped, least privilege access to Phantombuster resources
- Full audit trail of agent actions to support review and compliance

## Use Phantombuster with any AI Agent Framework

Choose a framework you want to connect Phantombuster with:

- [OpenAI Agents SDK](https://composio.dev/toolkits/phantombuster/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/phantombuster/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/phantombuster/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/phantombuster/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/phantombuster/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/phantombuster/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/phantombuster/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/phantombuster/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/phantombuster/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/phantombuster/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/phantombuster/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/phantombuster/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/phantombuster/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/phantombuster/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/phantombuster/framework/autogen)

## Related Toolkits

- [Excel](https://composio.dev/toolkits/excel) - Microsoft Excel is a robust spreadsheet application for organizing, analyzing, and visualizing data. It's the go-to tool for calculations, reporting, and flexible data management.
- [21risk](https://composio.dev/toolkits/_21risk) - 21RISK is a web app built for easy checklist, audit, and compliance management. It streamlines risk processes so teams can focus on what matters.
- [Abstract](https://composio.dev/toolkits/abstract) - Abstract provides a suite of APIs for automating data validation and enrichment tasks. It helps developers streamline workflows and ensure data quality with minimal effort.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agenty](https://composio.dev/toolkits/agenty) - Agenty is a web scraping and automation platform for extracting data and automating browser tasks—no coding needed. It streamlines data collection, monitoring, and repetitive online actions.
- [Ambee](https://composio.dev/toolkits/ambee) - Ambee is an environmental data platform providing real-time, hyperlocal APIs for air quality, weather, and pollen. Get precise environmental insights to power smarter decisions in your apps and workflows.
- [Ambient weather](https://composio.dev/toolkits/ambient_weather) - Ambient Weather is a platform for personal weather stations with a robust API for accessing local, real-time, and historical weather data. Get detailed environmental insights directly from your own sensors for smarter apps and automations.
- [Anonyflow](https://composio.dev/toolkits/anonyflow) - Anonyflow is a service for encryption-based data anonymization and secure data sharing. It helps organizations meet GDPR, CCPA, and HIPAA data privacy compliance requirements.
- [Api ninjas](https://composio.dev/toolkits/api_ninjas) - Api ninjas offers 120+ public APIs spanning categories like weather, finance, sports, and more. Developers use it to supercharge apps with real-time data and actionable endpoints.
- [Api sports](https://composio.dev/toolkits/api_sports) - Api sports is a comprehensive sports data platform covering 2,000+ competitions with live scores and 15+ years of stats. Instantly access up-to-date sports information for analysis, apps, or chatbots.
- [Apify](https://composio.dev/toolkits/apify) - Apify is a cloud platform for building, deploying, and managing web scraping and automation tools called Actors. It lets you automate data extraction and workflow tasks at scale—no infrastructure headaches.
- [Autom](https://composio.dev/toolkits/autom) - Autom is a lightning-fast search engine results data platform for Google, Bing, and Brave. Developers use it to access fresh, low-latency SERP data on demand.
- [Beaconchain](https://composio.dev/toolkits/beaconchain) - Beaconchain is a real-time analytics platform for Ethereum 2.0's Beacon Chain. It provides detailed insights into validators, blocks, and overall network performance.
- [Big data cloud](https://composio.dev/toolkits/big_data_cloud) - BigDataCloud provides APIs for geolocation, reverse geocoding, and address validation. Instantly access reliable location intelligence to enhance your applications and workflows.
- [Bigpicture io](https://composio.dev/toolkits/bigpicture_io) - BigPicture.io offers APIs for accessing detailed company and profile data. Instantly enrich your applications with up-to-date insights on 20M+ businesses.
- [Bitquery](https://composio.dev/toolkits/bitquery) - Bitquery is a blockchain data platform offering indexed, real-time, and historical data from 40+ blockchains via GraphQL APIs. Get unified, reliable access to complex on-chain data for analytics, trading, and research.
- [Brightdata](https://composio.dev/toolkits/brightdata) - Brightdata is a leading web data platform offering advanced scraping, SERP APIs, and anti-bot tools. It lets you collect public web data at scale, bypassing blocks and friction.
- [Builtwith](https://composio.dev/toolkits/builtwith) - BuiltWith is a web technology profiler that uncovers the technologies powering any website. Gain actionable insights into analytics, hosting, and content management stacks for smarter research and lead generation.
- [Byteforms](https://composio.dev/toolkits/byteforms) - Byteforms is an all-in-one platform for creating forms, managing submissions, and integrating data. It streamlines workflows by centralizing form data collection and automation.
- [Cabinpanda](https://composio.dev/toolkits/cabinpanda) - Cabinpanda is a data collection platform for building and managing online forms. It helps streamline how you gather, organize, and analyze responses.

## Frequently Asked Questions

### Do I need my own developer credentials to use Phantombuster with Composio?

Yes, Phantombuster requires you to configure your own API key. Once set up, Composio handles secure credential storage and API request handling for you.

### Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. [Learn more](https://docs.composio.dev/tool-router/overview).

### Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. [Learn more](https://trust.composio.dev).

### What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
