CONNECT APP
Build with Social Fetch
Developer Tools
- API key
MCP
Give your agent Social Fetch tools
Every Social Fetch action is exposed as an MCP tool on Pipedream's remote server. Point a client at it with your end user's ID and Connect resolves that user's Social Fetch account for each tool call — you store no tokens.
API PROXY
Call the Social Fetch API directly
For an endpoint with no pre-built tool, the Connect proxy forwards your request to the Social Fetch API with the connected user's credentials attached. You store no tokens and write no refresh logic.
SDK
Run Social Fetch actions from your backend
Connect a user's Social Fetch account once, then run Get Credit Balance on their behalf from your own code — TypeScript, Python, or plain HTTP.
TOOLS
Social Fetch actions
On-demand operations your product or agent can configure and run on behalf of a connected user.
-
Get Credit Balance
actionReturns the current API credit balance for your Social Fetch account. See the documentationRead-onlyv0.0.3 -
Get Post
actionFetches public post, video, or tweet data from a URL. See the documentationRead-onlyv0.0.3 -
Get Profile
actionFetches public profile data. Choose platform, then handle or profile URL. See the documentationRead-onlyv0.0.3 -
Get Reddit Post Transcript
actionGet the captions transcript for a Reddit video post. Use this when you need the spoken text of a Reddit-hosted video; for the post's comment thread use List Reddit Post Comments instead. Provide the post URL or a direct hosted video URL, and optionally a two-letter ISO 639-1 language code (e.g.en) to prefer a caption track when several exist. See the documentationRead-onlyv0.0.3 -
Get Subreddit
actionGet metadata for a single Reddit community — title, description, subscriber counts, and icon/banner images when available. Use this to look up details about one subreddit; to fetch its posts use List Subreddit Posts instead. Provide the community as a bare name (pics), anr/-prefixed name (r/pics), or a full subreddit URL (https://www.reddit.com/r/pics); casing must match Reddit exactly. See the documentationRead-onlyv0.0.3 -
Get TikTok Trending Feed
actionFetches the current TikTok trending feed for a given region. See the documentationRead-onlyv0.0.1 -
Get Transcript
actionFetches a transcript for a video or post URL. See the documentationRead-onlyv0.0.3 -
Get YouTube Trending Shorts
actionFetches the current trending YouTube Shorts. No query is required. See the documentationRead-onlyv0.0.1 -
List Profile Posts
actionLists recent posts, videos, reels, or tweets for a profile. See the documentationRead-onlyv0.0.3 -
List Reddit Post Comments
actionList the comments and nested replies on a specific Reddit post. Use this after locating a post via List Subreddit Posts when you need its discussion thread. Provide the full post URL (e.g.https://www.reddit.com/r/pics/comments/abc123/title/). Enable Trim for a lighter response shape, and page through long threads with the cursor. See the documentationRead-onlyv0.0.3 -
List Subreddit Posts
actionList posts from a single subreddit, with optional sorting (best,hot,new,top,rising) and a timeframe for time-based sorts (all,day,week,month,year). Use this to browse or page through a community's feed; for details about the community itself use Get Subreddit, and to read a specific post's replies use List Reddit Post Comments. Accepts the subreddit as a bare name (pics), anr/-prefixed name (r/pics), or a subreddit URL. Page through results with the cursor. See the documentationRead-onlyv0.0.3 -
Search Instagram Reels
actionSearches Instagram for Reels matching a query. See the documentationRead-onlyv0.0.1 -
Search LinkedIn People
actionSearches LinkedIn for people profiles by first and/or last name. At least one of First Name or Last Name is required. See the documentationRead-onlyv0.0.2 -
Search Reddit Content
actionSearches Reddit for posts matching a query. See the documentationRead-onlyv0.0.1 -
Search Reddit Subreddits
actionSearches posts within a specific Reddit subreddit. See the documentationRead-onlyv0.0.2 -
Search Threads Content
actionSearches Threads for posts matching a query. See the documentationRead-onlyv0.0.1 -
Search Threads Users
actionSearches Threads for user accounts matching a query. See the documentationRead-onlyv0.0.1 -
Search TikTok Content
actionSearches TikTok for videos/content matching a query. See the documentationRead-onlyv0.0.1 -
Search TikTok Hashtags
actionSearches TikTok for hashtags matching a query. See the documentationRead-onlyv0.0.1 -
Search TikTok Shop Products
actionSearches TikTok Shop for product listings matching a query. See the documentationRead-onlyv0.0.1 -
Search TikTok Users
actionSearches TikTok for user accounts matching a query. See the documentationRead-onlyv0.0.1 -
Search Twitter Content
actionSearches Twitter for posts/tweets matching a query. See the documentationRead-onlyv0.0.1 -
Search Twitter Hashtags
actionSearches Twitter for hashtag data matching a query. See the documentationRead-onlyv0.0.1 -
Search YouTube Content
actionSearches YouTube for videos matching a query. See the documentationRead-onlyv0.0.1 -
Search YouTube Hashtags
actionSearches YouTube for hashtags matching a query. See the documentationRead-onlyv0.0.1
EVENTS
Social Fetch triggers
Event sources your backend can deploy for users and receive through a webhook.
MULTI-APP
Use Social Fetch with other popular apps
Most products don't stop at one integration. Pair Social Fetch with the other apps your users rely on, and ship use cases that span both.
- App slug
- social_fetch
- Authentication
- API key
- Categories
- Developer Tools
- Actions
- 25
- Triggers
- 1
- API proxy
- Available