Social Fetch
Integrations

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)

TypeNamePurpose
SourceNew Profile UpdatePoll a profile on a schedule; emit when the payload changes
ActionGet ProfileTikTok, Instagram, Twitter/X, Threads, Facebook, LinkedIn
ActionGet PostPost/video/tweet lookup from URL
ActionList Profile PostsRecent feed items with optional cursor
ActionGet TranscriptVideo/post transcript from URL
ActionGet Credit BalanceCurrent API credit balance

Every action maps to the same routes documented in the API reference.

Connect your API key

  1. Add a Social Fetch step to a workflow (after the app is available in the registry).
  2. When prompted, paste your full sfk_… key from API Keys.
  3. 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.mjs

From the monorepo root, regenerate action shells after catalog changes:

pnpm generate:pipedream

Full 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.

On this page