eavz
PhantomBuster

PhantomBuster

Cloud-based automation platform for web scraping and data extraction

5 actions
1 trigger

Actions

Name
launch_agent

Launch a Phantombuster agent with optional input arguments

get_output

Fetch the output of the latest agent run

list_agents

List all agents in your Phantombuster account

get_agent

Get details of a specific agent

custom_api_call

Make a custom API call to the Phantombuster API

Triggers

Name
agent_completed

Triggers when an agent run completes

Quick Start

TypeScript
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.