PhantomBuster integration
PhantomBuster is a cloud-based data extraction and automation platform that…
- Provider
- phantombuster
- Category
- Other
- Setup
- User-supplied API key
- Actions
- 53 available
Quick start
Call PhantomBuster from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to PhantomBuster's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"PHANTOMBUSTER_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own PhantomBuster API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
53 actions exposed via the
PhantomBuster integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
PHANTOMBUSTER_ABORT_AGENT_V1 -
PHANTOMBUSTER_DELETE_AGENT -
PHANTOMBUSTER_DELETE_LEAD_OBJECTS -
PHANTOMBUSTER_DELETE_LEADS_MANY -
PHANTOMBUSTER_DELETE_LIST -
PHANTOMBUSTER_DELETE_SCRIPT -
PHANTOMBUSTER_GET_AGENT -
PHANTOMBUSTER_GET_AGENT_CONTAINERS -
PHANTOMBUSTER_GET_AGENT_OUTPUT -
PHANTOMBUSTER_GET_AGENTS_FETCH_ALL -
PHANTOMBUSTER_GET_AGENTS_FETCH_DELETED -
PHANTOMBUSTER_GET_BRANCHES_DIFF
Show all 53 actions
-
PHANTOMBUSTER_GET_BRANCHES_FETCH_ALL -
PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL -
PHANTOMBUSTER_GET_LEADS_BY_LIST -
PHANTOMBUSTER_GET_LOCATION_IP -
PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGE -
PHANTOMBUSTER_GET_ORGS_EXPORT_CONTAINER_USAGE -
PHANTOMBUSTER_GET_ORGS_FETCH -
PHANTOMBUSTER_GET_ORGS_FETCH_AGENT_GROUPS -
PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCES -
PHANTOMBUSTER_GET_ORGS_FETCH_RUNNING_CONTAINERS -
PHANTOMBUSTER_GET_ORG_STORAGE_LISTS_FETCH_ALL -
PHANTOMBUSTER_GET_SCRIPT -
PHANTOMBUSTER_GET_SCRIPT_BY_NAME -
PHANTOMBUSTER_GET_SCRIPTS_CODE -
PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL -
PHANTOMBUSTER_GET_USER -
PHANTOMBUSTER_POST_AGENTS_UNSCHEDULE_ALL -
PHANTOMBUSTER_POST_AI_COMPLETIONS -
PHANTOMBUSTER_POST_BRANCHES_CREATE -
PHANTOMBUSTER_POST_BRANCHES_DELETE -
PHANTOMBUSTER_POST_HCAPTCHA -
PHANTOMBUSTER_POST_IDENTITIES_GENERATE_TOKEN -
PHANTOMBUSTER_POST_ORG_STORAGE_LEADS_SAVE_MANY -
PHANTOMBUSTER_POST_RECAPTCHA -
PHANTOMBUSTER_POST_SCRIPTS_VISIBILITY -
PHANTOMBUSTER_RELEASE_BRANCH -
PHANTOMBUSTER_SAVE_AGENT -
PHANTOMBUSTER_SAVE_AGENT_GROUPS -
PHANTOMBUSTER_SAVE_COMPANY_OBJECT -
PHANTOMBUSTER_SAVE_COMPANY_OBJECTS_MANY -
PHANTOMBUSTER_SAVE_IDENTITY_EVENT -
PHANTOMBUSTER_SAVE_LEAD -
PHANTOMBUSTER_SAVE_LEAD_OBJECT -
PHANTOMBUSTER_SAVE_LEADS_OBJECTS_MANY -
PHANTOMBUSTER_SAVE_LIST -
PHANTOMBUSTER_SAVE_SCRIPT -
PHANTOMBUSTER_SEARCH_COMPANY_OBJECTS -
PHANTOMBUSTER_SEARCH_LEAD_OBJECTS -
PHANTOMBUSTER_STOP_AGENT -
PHANTOMBUSTER_UPDATE_SCRIPT -
PHANTOMBUSTER_UPDATE_SCRIPTS_ACCESS_LIST
Build with PhantomBuster
Open OverSkill, describe what you want to build, and reference PhantomBuster in your prompt — the AI will wire up the integration automatically.