Add PhantomBuster to your AI agent
PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.
- Things your agent can do in PhantomBuster
- 53
Things your AI can do in PhantomBuster
Your FormWise AI can handle any of these in PhantomBuster — on its own, without you needing to click a button.
Abort Agent (v1)
PopularTool 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.
Delete Agent
PopularTool to delete an agent by id. Use when you need to remove a PhantomBuster agent. Ensure the agent is not currently running before deletion.
Delete Lead Objects
PopularTool 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.
Delete Many Leads
PopularTool to delete multiple leads from organization storage. Use when you need to bulk delete leads by their IDs.
Delete List
PopularTool to delete a storage list by id (Beta). Use when you need to remove a list from organization storage.
Delete Script
PopularTool 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.
Get Agent
PopularTool 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.
Get Agent Containers (v1)
PopularTool 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.
Get Agent Output (v1)
PopularTool 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.
Get All Agents
PopularTool to fetch all agents associated with the current user or organization. Use after validating your Phantombuster API key to list available agents.
Get Deleted Agents
PopularTool to get deleted agents for the current user or organization. Use when you need to audit recently removed agents.
Get Branches Diff
PopularTool to get the length difference between the staging and release branch of all scripts. Use when assessing branch changes before deployment.
Show 41 more things it can do
Get All Branches
PopularTool to fetch all branches associated with the current organization. Use when you need to enumerate every branch across your scripts.
Get Containers Fetch All
PopularTool 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.
Get Leads By List
PopularTool to fetch leads by their list ID. Use when you need to retrieve leads from a specific list with optional pagination and filtering.
Get IP Location
PopularTool 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")
Get Org Storage Lists Fetch All
PopularTool to fetch all storage lists for the authenticated organization. Use when you need to enumerate every storage list available (Beta).
Export Agent Usage CSV
PopularTool to export agent usage CSV for current organization. Use when you need a downloadable report of all agents' run statistics in CSV format.
Export Container Usage CSV
PopularTool 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.
Get Organization
PopularTool to fetch current organization details. Use when you need to retrieve the organization associated with the provided API key.
Get Agent Groups
PopularTool to get agent groups and order for the current organization. Use when you need to review how agents are grouped and ordered.
Get Organization Resources
PopularTool to get current organization's resources and usage. Use when you need to monitor quotas.
Get Org Running Containers
PopularTool to get the current organization's running containers. Use after listing agents to identify active containers across the organization.
Get Script
PopularTool 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.
Get Script Code
PopularTool to get the code of a script. Use when you need to retrieve the source code content of a specific script.
Get All Scripts
PopularTool to fetch all scripts for the current user. Use after authenticating your Phantombuster API key to list scripts without their code bodies.
Get User Information
PopularTool 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.
Unschedule All Agent Launches
PopularTool to unschedule all scheduled launches for agents. Use when you need to disable every automated agent run organization-wide after verifying your API key.
Request AI Completion
PopularTool to request a text completion from the AI module. Use when you need to generate text based on a prompt.
Create Branch
PopularTool 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.
Delete Branch
PopularTool to delete a branch by id. Use when you need to remove obsolete or incorrect script branches; ensure the branch exists before calling.
Solve hCaptcha
PopularTool to solve an hCaptcha challenge. Use when you need a valid hCaptcha token for form submissions or automation flows.
Generate Identity Token
PopularTool to generate an identity token for PhantomBuster. Use when you need to create a new identity token for authentication or session management.
Save Many Leads
PopularTool 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.
Solve reCAPTCHA
PopularTool 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.
Update Script Visibility
PopularTool to update the visibility of a script. Use when you need to change whether a script is private, public, or open source.
Release Branch
PopularTool to release a script branch. Use when you need to deploy a branch to production or release changes to specified scripts.
Save Agent
PopularTool 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.
Save Agent Groups
PopularTool 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.
Save Company Object
PopularTool 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.
Save Many Company Objects
PopularTool 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.
Save Identity Event
PopularTool to save an identity event to Phantombuster. Use when you need to record user interactions or activities associated with specific social media profiles.
Save Lead Object
PopularTool to save a lead object to organization storage. Use when you need to store or update lead information with custom properties.
Save List
PopularTool 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.
Save Script
PopularTool 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.
Search Company Objects
PopularTool to search company objects in Phantombuster's organizational storage. Use when you need to find companies by specific criteria or perform a global search.
Search Lead Objects
PopularTool to search lead objects in Phantombuster org storage. Use when you need to find leads based on search criteria or filter conditions.
Stop Agent
PopularTool to stop a running agent. Use when you need to halt agent execution, optionally cascading to slave agents or switching to manual launch mode.
Update Script (v1 API)
PopularTool 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.
Update Script Access List
PopularTool 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.
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.
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.
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.
Built for the way you actually work
No code, no engineers
Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.
Sounds like you, not like a bot
Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.
Plugs into the stack you already use
No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.
Your data stays yours
Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.
What you can do once PhantomBuster is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in PhantomBuster, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches PhantomBuster for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive PhantomBuster work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect PhantomBuster to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find PhantomBuster in your connected apps
Inside FormWise, go to Settings → Connected Services and look for PhantomBuster.
- 3
Hit "Connect"
Click "Connect PhantomBuster" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in PhantomBuster
Build a quick AI Agent (it's like writing instructions, not code), and pick the PhantomBuster actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of PhantomBuster for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your PhantomBuster workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.
- OpenAI
- Anthropic Claude
- Google Gemini
Questions other PhantomBuster users had before signing up
Do I need to know how to code?
Not even a little. If you can use PhantomBuster today, you can set this up. You'll connect PhantomBuster, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.
Will my clients know they're talking to an AI?
Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.
Can I make it sound like me?
Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.
What if I want to take over a conversation?
You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.
Is my client data safe?
Yes. Your PhantomBuster login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect PhantomBuster or delete everything any time.
What happens when PhantomBuster updates their app?
We handle it. When PhantomBuster adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.
How fast can I actually get this running?
Most people are up and running the same day they sign up. Connecting PhantomBuster takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.
What is FormWise?
FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like PhantomBuster — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.
Can I sell AI agents to my clients?
Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.
Can I embed my AI on my website or in my course?
Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.
Do I need to know anything about AI to use this?
No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.
About PhantomBuster on FormWise
PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.
Connect PhantomBuster once and your FormWise AI gets 53 things it can do inside it. That means your AI can handle the PhantomBuster work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.
You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.
New to PhantomBuster? Take a look at phantombuster.com.
More ai web scraping integrations
Just One API
Just One API provides unified access to public social media, creator, entertainment, and ecommerce data across hundreds of metered endpoints.
OpenWeb Ninja
OpenWeb Ninja provides native APIs for web search, AI answers, e-commerce, finance, jobs, maps, news, real estate, contact enrichment, traffic, and web scraping.
Apify
Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.
Agenty
Agenty is a web scraping and automation platform that enables users to extract data, monitor changes, and automate browser tasks without coding.
Kadoa
Kadoa is an API-first platform that enables users to create, manage, and monitor data extraction workflows from unstructured data sources.
ScrapeCreators
ScrapeCreators extracts public profiles, posts, videos, comments, ads, and other data from social media and content platforms.
Stop doing the PhantomBuster work yourself
Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.
