Pipedream
Connect Social Fetch to Pipedream workflows — polling profile updates, consolidated profile/post actions, and credit balance checks with your API key.
Use Social Fetch in Pipedream workflows with API key auth (sfk_…). The integration mirrors our Zapier catalog subset: one polling New Profile Update source plus five consolidated actions (profile, post, list posts, transcript, credit balance).
Registry listing in progress
Components are maintained in this monorepo under integrations/pipedream/. Marketplace listing requires a PR to PipedreamHQ/pipedream after Pipedream registers the app — see PUBLISHING.md in the repo.
What you'll need
- A Pipedream account.
- A Social Fetch API key — create one in your API Keys dashboard.
- Credits for metered routes — see Credits & billing.
Components (v1)
| Type | Name | Purpose |
|---|---|---|
| Source | New Profile Update | Poll a profile on a schedule; emit when the payload changes |
| Action | Get Profile | TikTok, Instagram, Twitter/X, Threads, Facebook, LinkedIn |
| Action | Get Post | Post/video/tweet lookup from URL |
| Action | List Profile Posts | Recent feed items with optional cursor |
| Action | Get Transcript | Video/post transcript from URL |
| Action | Get Credit Balance | Current API credit balance |
Every action maps to the same routes documented in the API reference.
Connect your API key
- Add a Social Fetch step to a workflow (after the app is available in the registry).
- When prompted, paste your full
sfk_…key from API Keys. - Pipedream validates the connection with
GET /v1/whoami.
Local development
If you contribute components or test before marketplace merge:
pd login
pd dev integrations/pipedream/components/socialfetch/sources/new-profile-update/new-profile-update.mjsFrom the monorepo root, regenerate action shells after catalog changes:
pnpm generate:pipedreamFull API surface
Pipedream v1 intentionally covers the high-traffic workflow paths. For every documented route (Reddit, Spotify, web scrape, and more), use the REST API, TypeScript SDK, or n8n node.