phantombusterControl PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
Install via ClawdBot CLI:
clawdbot install capt-marbles/phantombusterControl your PhantomBuster automation agents from the command line.
export PHANTOMBUSTER_API_KEY=your-api-key-here
All commands use the bundled pb.py script in this skill's directory.
See all your configured PhantomBuster agents.
python3 pb.py list
python3 pb.py list --json # JSON output
Start a phantom by ID or name.
python3 pb.py launch <agent-id>
python3 pb.py launch <agent-id> --argument '{"search": "CEO fintech"}'
Fetch the results/output from the most recent run.
python3 pb.py output <agent-id>
python3 pb.py output <agent-id> --json # Raw JSON
See if an agent is running, finished, or errored.
python3 pb.py status <agent-id>
Stop an agent that's currently running.
python3 pb.py abort <agent-id>
Full details about a specific agent.
python3 pb.py get <agent-id>
Download the actual result data (CSV) from an agent's latest run.
python3 pb.py fetch-result <agent-id>
python3 pb.py fetch-result <agent-id> > output.csv
This downloads the result.csv file from the agent's S3 storage, perfect for integrating PhantomBuster data into your workflows.
PhantomBuster offers many pre-built automations:
PhantomBuster has execution time limits based on your plan. The API itself is not heavily rate-limited, but agent execution consumes your plan's minutes.
Generated Mar 1, 2026
Sales teams can automate LinkedIn Sales Navigator searches to extract leads based on specific criteria like job titles, industries, or locations. This data is then exported as CSV for integration into CRM systems, enabling targeted outreach campaigns without manual scraping.
Marketing agencies use Twitter and Instagram scrapers to collect follower data, analyze audience demographics, and track engagement trends. This helps in crafting personalized content strategies and identifying influencers for partnership opportunities.
Businesses automate scraping of Google Maps listings to monitor competitor locations, reviews, and services. This data supports market research, helping companies adjust pricing, improve offerings, and identify expansion opportunities in real-time.
HR departments leverage LinkedIn profile scrapers to source candidates by filtering skills, experience, and location. The automation streamlines initial screening, reducing time-to-hire and enabling proactive talent pipeline management.
Content creators use automation to scrape trending topics and user interactions from social platforms. This informs content calendars, helps identify viral trends, and optimizes posting schedules for maximum engagement and growth.
Companies offer PhantomBuster integrations as part of a subscription service, providing clients with automated data extraction and workflow management. Revenue is generated through tiered pricing based on usage limits, features, and support levels, targeting small to medium businesses.
Marketing agencies use this skill to deliver lead generation and social media analytics as a service. They charge clients project-based or retainer fees for setting up automations, analyzing outputs, and providing actionable insights to drive sales and marketing efforts.
Freelancers offer consulting services to help businesses integrate PhantomBuster into their existing systems, optimizing processes like CRM updates or reporting. Income is earned through hourly rates or fixed-price contracts for setup, training, and ongoing maintenance.
💬 Integration Tip
Set the PHANTOMBUSTER_API_KEY environment variable securely and use JSON arguments for precise automation launches, ensuring seamless integration with existing data pipelines.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.