Skip to main content
The PhantomBuster node adds PhantomBuster operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. PhantomBuster also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in PhantomBuster.
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

OperationIDDescriptionTrigger
Get Accountget_userFetch the current account info, plan/quota, and running agents.
Update Accountupdate_userUpdate the current user’s profile fields.

Agents

OperationIDDescriptionTrigger
Delete Agentdelete_agentPermanently remove an agent.
Get Agentget_agentFetch a single agent’s details and configuration.
Get Agent Outputget_agent_outputFetch the incremental console output of an agent’s most-recent run.
Launch Agentlaunch_agentStart an agent run; returns a container ID.
Launch Agent (Queued)launch_agent_soonQueue the agent to launch as soon as a slot is free.
Launch Agent (Sync)launch_agent_syncLaunch and block until completion, returning the result inline.
List Agentslist_agentsList every agent (Phantom) in the workspace.
List Deleted Agentslist_deleted_agentsList soft-deleted agents in the workspace.
Save Agentsave_agentCreate or update an agent’s configuration/arguments.
Stop Agentstop_agentAbort a running agent / its container.
Unschedule All Agentsunschedule_allRemove all schedules from the org’s agents.

AI & utilities

OperationIDDescriptionTrigger
AI Adviceai_adviceGet AI advice (PhantomBuster-hosted AI).
AI Completionai_completionGenerate an AI text completion (PhantomBuster-hosted AI).
AI Taskai_taskRun an AI task (PhantomBuster-hosted AI).
IP Geolocationip_locationResolve geographic location from an IP address.
SERP Searchserp_searchRun a SERP (search-engine results) scrape via BrightData.
Solve hCaptchasolve_hcaptchaSubmit an hCaptcha challenge for solving.
Solve reCAPTCHAsolve_recaptchaSubmit a reCAPTCHA challenge for solving.

Branches

OperationIDDescriptionTrigger
Create Branchcreate_branchCreate a script branch.
Delete Branchdelete_branchDelete a script branch.
Diff Branchdiff_branchDiff a branch against production.
List Brancheslist_branchesList script branches.
Release Branchrelease_branchRelease (deploy) a branch to production.

Containers

OperationIDDescriptionTrigger
Attach To Containerattach_containerAttach to a running container and return its live output stream.
Get Containerget_containerFetch a single container’s status/metadata for one run.
Get Container Outputget_container_outputRetrieve console output / progress / result-object URL for a run.
Get Container Resultget_container_result_objectRetrieve the structured result object (the scraped data) for a run.
List Containerslist_containersList execution containers (run history) for an agent.

Identities

OperationIDDescriptionTrigger
Generate Identity Tokengenerate_identity_tokenGenerate a token + magic link for the user to connect an identity.
Save Identitysave_identitySave an identity (session cookies for logged-in scraping).
Save Identity Eventsave_identity_eventRecord an identity event.
Save Identity With Tokensave_identity_with_tokenSave an identity using a connection token.
Search Identitiessearch_identitiesSearch stored identities.

Org storage

OperationIDDescriptionTrigger
Delete Lead Listdelete_lead_listDelete a lead list.
Delete Leadsdelete_leadsDelete multiple leads by identifier.
Get Lead Listget_lead_listFetch a single lead list by id.
Get Leads By Listget_leads_by_listFetch the leads contained in a lead list.
List Lead Listslist_lead_listsList all saved lead lists in the workspace.
Save Lead Listsave_lead_listCreate or update a lead list.
Save Leadssave_leadsStore / upsert lead records into workspace storage.
Save Many Leadssave_many_leadsUpsert multiple leads (1-20) into workspace storage in one call.

Organization

OperationIDDescriptionTrigger
Export Agent Usageexport_agent_usageExport per-agent usage as a report.
Export Container Usageexport_container_usageExport per-container usage as a report.
Get CRM Accessget_crm_accessFetch the org’s CRM integration access.
Get CRM Resourcesget_crm_resourcesFetch the org’s CRM resources.
Get Org Resourcesget_org_resourcesFetch resource/quota allocation for the org.
Get Organizationget_orgFetch organization/workspace details.
List Agent Groupslist_agent_groupsList the org’s agent groups (folders).
List Running Containerslist_running_containersList all currently-running containers across the organization.
Save Agent Groupssave_agent_groupsCreate/update the org’s agent groups.
Save CRM Contactsave_crm_contactUpsert a CRM contact.

Scripts

OperationIDDescriptionTrigger
Delete Scriptdelete_scriptRemove a script.
Get Scriptget_scriptFetch metadata for a single script.
Get Script Codeget_script_codeRetrieve the raw code of a script.
List Scriptslist_scriptsList all scripts (Phantom definitions) in the workspace.
Save Scriptsave_scriptCreate or update a script’s code/metadata.
Set Script Access Listset_script_access_listSet a script’s access list.
Set Script Visibilityset_script_visibilitySet a script’s visibility.

Strategic

OperationIDDescriptionTrigger
List Buyer Personaslist_buyer_personasList buyer personas.
List ICPslist_icpsList Ideal Customer Profiles (ICPs).

Other

OperationIDDescriptionTrigger
On Phantom Finishedreceive_webhookReceive per-Phantom completion notifications from PhantomBuster.Yes