PhantomBuster
Cloud-based automation platform for web scraping and data extraction
Actions
| Name | Description |
|---|---|
launch_agentLaunch a Phantombuster agent with optional input arguments | Launch a Phantombuster agent with optional input arguments |
get_outputFetch the output of the latest agent run | Fetch the output of the latest agent run |
list_agentsList all agents in your Phantombuster account | List all agents in your Phantombuster account |
get_agentGet details of a specific agent | Get details of a specific agent |
custom_api_callMake a custom API call to the Phantombuster API | Make a custom API call to the Phantombuster API |
Triggers
| Name | Description |
|---|---|
agent_completedTriggers when an agent run completes | Triggers when an agent run completes |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'phantombuster',
actionName: 'launch_agent',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PhantomBuster to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does PhantomBuster support?
PhantomBuster supports 5 actions including Launch Agent, Get Agent Output, List Agents, Get Agent, Custom API Call.
Can I use PhantomBuster with AI agents?
Yes. Add PhantomBuster to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does PhantomBuster use?
PhantomBuster uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the PhantomBuster integration cost?
The PhantomBuster integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does PhantomBuster support?
PhantomBuster supports 1 triggers including Agent Completed.
Connect PhantomBuster in 2 minutes
Get 1,000 free actions every month. No credit card required.