You can wire the PhantomBuster node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect PhantomBuster under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.Operations
Account
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Account | get_user | Fetch the current account info, plan/quota, and running agents. | |
| Update Account | update_user | Update the current user’s profile fields. |
Agents
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Delete Agent | delete_agent | Permanently remove an agent. | |
| Get Agent | get_agent | Fetch a single agent’s details and configuration. | |
| Get Agent Output | get_agent_output | Fetch the incremental console output of an agent’s most-recent run. | |
| Launch Agent | launch_agent | Start an agent run; returns a container ID. | |
| Launch Agent (Queued) | launch_agent_soon | Queue the agent to launch as soon as a slot is free. | |
| Launch Agent (Sync) | launch_agent_sync | Launch and block until completion, returning the result inline. | |
| List Agents | list_agents | List every agent (Phantom) in the workspace. | |
| List Deleted Agents | list_deleted_agents | List soft-deleted agents in the workspace. | |
| Save Agent | save_agent | Create or update an agent’s configuration/arguments. | |
| Stop Agent | stop_agent | Abort a running agent / its container. | |
| Unschedule All Agents | unschedule_all | Remove all schedules from the org’s agents. |
AI & utilities
| Operation | ID | Description | Trigger |
|---|---|---|---|
| AI Advice | ai_advice | Get AI advice (PhantomBuster-hosted AI). | |
| AI Completion | ai_completion | Generate an AI text completion (PhantomBuster-hosted AI). | |
| AI Task | ai_task | Run an AI task (PhantomBuster-hosted AI). | |
| IP Geolocation | ip_location | Resolve geographic location from an IP address. | |
| SERP Search | serp_search | Run a SERP (search-engine results) scrape via BrightData. | |
| Solve hCaptcha | solve_hcaptcha | Submit an hCaptcha challenge for solving. | |
| Solve reCAPTCHA | solve_recaptcha | Submit a reCAPTCHA challenge for solving. |
Branches
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Branch | create_branch | Create a script branch. | |
| Delete Branch | delete_branch | Delete a script branch. | |
| Diff Branch | diff_branch | Diff a branch against production. | |
| List Branches | list_branches | List script branches. | |
| Release Branch | release_branch | Release (deploy) a branch to production. |
Containers
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Attach To Container | attach_container | Attach to a running container and return its live output stream. | |
| Get Container | get_container | Fetch a single container’s status/metadata for one run. | |
| Get Container Output | get_container_output | Retrieve console output / progress / result-object URL for a run. | |
| Get Container Result | get_container_result_object | Retrieve the structured result object (the scraped data) for a run. | |
| List Containers | list_containers | List execution containers (run history) for an agent. |
Identities
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Generate Identity Token | generate_identity_token | Generate a token + magic link for the user to connect an identity. | |
| Save Identity | save_identity | Save an identity (session cookies for logged-in scraping). | |
| Save Identity Event | save_identity_event | Record an identity event. | |
| Save Identity With Token | save_identity_with_token | Save an identity using a connection token. | |
| Search Identities | search_identities | Search stored identities. |
Org storage
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Delete Lead List | delete_lead_list | Delete a lead list. | |
| Delete Leads | delete_leads | Delete multiple leads by identifier. | |
| Get Lead List | get_lead_list | Fetch a single lead list by id. | |
| Get Leads By List | get_leads_by_list | Fetch the leads contained in a lead list. | |
| List Lead Lists | list_lead_lists | List all saved lead lists in the workspace. | |
| Save Lead List | save_lead_list | Create or update a lead list. | |
| Save Leads | save_leads | Store / upsert lead records into workspace storage. | |
| Save Many Leads | save_many_leads | Upsert multiple leads (1-20) into workspace storage in one call. |
Organization
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Export Agent Usage | export_agent_usage | Export per-agent usage as a report. | |
| Export Container Usage | export_container_usage | Export per-container usage as a report. | |
| Get CRM Access | get_crm_access | Fetch the org’s CRM integration access. | |
| Get CRM Resources | get_crm_resources | Fetch the org’s CRM resources. | |
| Get Org Resources | get_org_resources | Fetch resource/quota allocation for the org. | |
| Get Organization | get_org | Fetch organization/workspace details. | |
| List Agent Groups | list_agent_groups | List the org’s agent groups (folders). | |
| List Running Containers | list_running_containers | List all currently-running containers across the organization. | |
| Save Agent Groups | save_agent_groups | Create/update the org’s agent groups. | |
| Save CRM Contact | save_crm_contact | Upsert a CRM contact. |
Scripts
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Delete Script | delete_script | Remove a script. | |
| Get Script | get_script | Fetch metadata for a single script. | |
| Get Script Code | get_script_code | Retrieve the raw code of a script. | |
| List Scripts | list_scripts | List all scripts (Phantom definitions) in the workspace. | |
| Save Script | save_script | Create or update a script’s code/metadata. | |
| Set Script Access List | set_script_access_list | Set a script’s access list. | |
| Set Script Visibility | set_script_visibility | Set a script’s visibility. |
Strategic
| Operation | ID | Description | Trigger |
|---|---|---|---|
| List Buyer Personas | list_buyer_personas | List buyer personas. | |
| List ICPs | list_icps | List Ideal Customer Profiles (ICPs). |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On Phantom Finished | receive_webhook | Receive per-Phantom completion notifications from PhantomBuster. | Yes |