Community n8n node to fetch real-time social media and web data via the Social Fetch API (v0.14.0). Supports TikTok, Twitter/X, Telegram, Facebook, Instagram, Threads, LinkedIn, Reddit, Spotify, YouTube, and Web scraping. Authentication via API key (sfk_). Includes cursor-based pagination with 'Return All' toggle. Each request costs credits (typically 1). Node descriptions auto-generated from OpenAPI spec. Requires n8n-workflow peer dependency and Node >=22.
npm install n8n-nodes-socialfetchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the SocialFetch node class and basic usage pattern in an n8n custom workflow.
Check the operation's documentation; if it doesn't use cursor, manually pass page parameters under Additional Fields.
Use n8n's 'Item Lists > Split Out' to extract arrays, then 'Item Lists > Aggregate' or a Code node to combine.
Monitor Social Fetch changelog for credential updates.
Ensure your API key starts with 'sfk_'.
Upgrade Node.js to version 22 or later.
Run 'npm install n8n-workflow' in the n8n environment.
Generate a new API key from the Social Fetch dashboard that starts with 'sfk_'.
Disable Return All and use Additional Fields to pass page parameters manually.