← All integrations

PhantomBuster

56 operations0 webhooks

Web automation and data extraction platform for scraping websites and automating workflows.

Supported operations

  • DeleteDestructive

    Delete a PhantomBuster agent by ID

  • FetchRead-only

    Get details for a specific PhantomBuster agent by ID

  • Fetch AllRead-only

    Get all PhantomBuster agents (Phantoms) in the organization

  • Fetch DeletedRead-only

    Get all deleted agents in the organization

  • Fetch OutputRead-only

    Get the output of the most recent container for an agent, including status, progress, console log, and result object

  • LaunchWrite

    Add a PhantomBuster agent to the launch queue

  • Launch SoonWrite

    Schedule a PhantomBuster agent to launch before a specific time

  • SaveWrite

    Create a new agent or update an existing one

  • StopWrite

    Stop a currently running PhantomBuster agent

  • Unschedule AllWrite

    Disable automatic launch for all agents in the organization

FAQ

Install corsair and @corsair-dev/phantombuster, add the PhantomBuster plugin, and connect with an API key. Then call methods like corsair.phantombuster.api.agents.delete() from your app. Corsair keeps each tenant isolated.

Yes. PhantomBuster requires an API key from your PhantomBuster account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit PhantomBuster, GitHub, Notion, Stripe, and the rest. Trigger PhantomBuster from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for web automation and data extraction platform for scraping websites and automating workflows. Common builds include sync jobs, admin tooling, and agents that call PhantomBuster APIs from your backend.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per PhantomBuster API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/phantombuster in the open repo. When PhantomBuster ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your PhantomBuster data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store PhantomBuster data on your behalf.