Code-free automations and data extraction. Chain actions and data extraction on the web to generate business leads, marketing audiences and overall growth. Phantombuster gives you the tools and know-how to grow your business faster.
Go to sitePhantombuster is a tool that lets you automate interactions with web platforms to extract data, manage social media campaigns, and automate web actions. Using its API on Pipedream, you can seamlessly integrate these automation capabilities into complex workflows. Imagine orchestrating a symphony where Phantombuster plays the strings—pulling data from LinkedIn, sending tailored tweets, or automating lead generation—while Pipedream conducts, integrating these actions with other apps and services for a harmonious data-driven performance.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
phantombuster: {
type: "app",
app: "phantombuster",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.phantombuster.com/api/v1/user`,
headers: {
"X-Phantombuster-Key-1": `${this.phantombuster.$auth.api_key}`,
},
})
},
})
LinkedIn Lead Generation and Outreach: Trigger a Phantombuster automation to scrape LinkedIn profiles based on specified criteria. Use Pipedream to process this data, filter leads, and send personalized messages through LinkedIn or sync with a CRM like Salesforce to follow up.
Twitter Engagement Booster: Set up a workflow where Phantombuster automatically likes, retweets, or follows users based on specific hashtags or keywords. Pipedream can then store these interactions in a Google Sheet for analysis and further engage with these users by scheduling follow-up tweets or direct messages.
Instagram Content Planner: Use Phantombuster to pull popular posts and hashtags for given topics on Instagram. With Pipedream, analyze the popularity trends and automatically schedule your posts through Buffer or Hootsuite to maximize engagement, ensuring your content hits the mark every time.
Emit new events when new outputs are created. See the docs here
Phantombuster uses API keys for authentication. When you connect your Phantombuster account, Pipedream securely stores the keys so you can easily authenticate to Phantombuster APIs in both code and no-code steps.
Your API key resides in your Phantombuster Org settings page. This page is also accessible through your navbar's menu, under the label "Org settings". Please notice that for security reasons, you key will only be shown once, on creation. You better copy it in a safe place before refreshing or leaving the page.
For more info, refer to Phantombuster's API documentation.