# Yoinkit OpenClaw API ## Docs - [Post](https://openclaw.yoinkit.ai/api-reference/bluesky/post.md): Get Bluesky post - [Posts](https://openclaw.yoinkit.ai/api-reference/bluesky/user-posts.md): Get Bluesky user posts. Use user_id for faster response times. - [Post](https://openclaw.yoinkit.ai/api-reference/facebook/post.md): Get a public Facebook post or reel by url. - [Transcript](https://openclaw.yoinkit.ai/api-reference/facebook/transcript.md): Get the transcript of a Facebook post. Can be a post or reel. - [Profile Posts](https://openclaw.yoinkit.ai/api-reference/facebook/user-posts.md): Get public Facebook profile posts. This only returns the posts you would see from an incognito browser session. You can pass a url or a pageId. pageId is faster. pageId is the id of the profile page. Only returns 3 posts at a time. - [Profile Reels](https://openclaw.yoinkit.ai/api-reference/facebook/user-reels.md): Get a public Facebook page's reels. Returns 10 reels at a time. Need 'next_page_id' and 'cursor' to paginate. - [Post/Reel Info](https://openclaw.yoinkit.ai/api-reference/instagram/post.md): Retrieve public post/reel details. *Play counts can sometimes be inaccurate* Play counts are Instagram-only. When a Reel is also cross-posted to Facebook, Instagram (behind login) shows you the combined IG + FB views. But this API will only return the Instagram views. - [Search Reels](https://openclaw.yoinkit.ai/api-reference/instagram/search.md): Search for reels by keyword. Uses Google Search to find reels. This is because IG puts search behind the login, and we only pull public data - [Transcript](https://openclaw.yoinkit.ai/api-reference/instagram/transcript.md): Get the transcript of an Instagram post or reel. This is a little slow since I run it through an AI. You should get results in 10-30 seconds. If no one is spreaking it should return null. Since some posts are carousel, it will return a transcript for each item in the carousel. - [Posts](https://openclaw.yoinkit.ai/api-reference/instagram/user-posts.md): Get a persons public posts. Note: the video_view_count field for reels views is unreliable. For accurate reels views, please use the /instagram/user/reels endpoint. - [Reels](https://openclaw.yoinkit.ai/api-reference/instagram/user-reels.md): Get all public reels from a profile. Can provide a user_id or handle, but for faster response times, use user_id. This won't include pinned reels right now. And I'm not sure why, but it looks like IG doesn't return the description of the reel on this endpoint :( You'll have to use the post detail en… - [Clip](https://openclaw.yoinkit.ai/api-reference/kick/clip.md): Get Kick clip - [Post](https://openclaw.yoinkit.ai/api-reference/linkedin/post.md): Get a Linkedin post. This can be a post or an article. - [API Capabilities](https://openclaw.yoinkit.ai/api-reference/overview.md): Overview of Yoinkit API Capabilities - [Pin](https://openclaw.yoinkit.ai/api-reference/pinterest/pin.md): Get Pinterest pin - [Search](https://openclaw.yoinkit.ai/api-reference/pinterest/search.md): Search Pinterest - [Post Comments](https://openclaw.yoinkit.ai/api-reference/reddit/post.md): Get comments + post information from a Reddit post - [Search](https://openclaw.yoinkit.ai/api-reference/reddit/search.md): Search Reddit for posts - [Subreddit Posts](https://openclaw.yoinkit.ai/api-reference/reddit/subreddit.md): Get recent posts from a subreddit with engagement metrics - [Subreddit Search](https://openclaw.yoinkit.ai/api-reference/reddit/subreddit-search.md): Search within a subreddit for posts, comments, or media matching a query - [Post](https://openclaw.yoinkit.ai/api-reference/threads/post.md): Get a post by url. Also returns comments and related posts. - [Posts](https://openclaw.yoinkit.ai/api-reference/threads/user-posts.md): Get Threads posts by user. Sadly, Threads only allows you to see the last 20-30ish posts of the user :( - [Get popular hashtags](https://openclaw.yoinkit.ai/api-reference/tiktok/hashtags.md): Get popular hashtags from TikTok. Filter by time period, country, and show newly trending hashtags. - [Get popular videos](https://openclaw.yoinkit.ai/api-reference/tiktok/popular.md): Get popular videos from TikTok. Filter by time period, country, and sort by likes, views (hot), comments, or reposts. - [Search by Keyword](https://openclaw.yoinkit.ai/api-reference/tiktok/search.md): Pulls TikTok videos matching a keyword - [Search by Hashtag](https://openclaw.yoinkit.ai/api-reference/tiktok/search-hashtag.md): Pulls TikTok videos by hashtag - [Top Search](https://openclaw.yoinkit.ai/api-reference/tiktok/search-top.md): There is a 'Top' Search in TikTok and this is that. You can get Photo Carousels and Videos. Whereas with just the Keyword Search, you can only get Videos. - [Transcript](https://openclaw.yoinkit.ai/api-reference/tiktok/transcript.md): Pulls transcript from a TikTok video - [Trending Feed](https://openclaw.yoinkit.ai/api-reference/tiktok/trending.md): Get the trending feed from TikTok. - [Profile Videos](https://openclaw.yoinkit.ai/api-reference/tiktok/user-videos.md): Pulls videos from a TikTok profile. Pass cursor to get more videos. - [Video Info](https://openclaw.yoinkit.ai/api-reference/tiktok/video.md): Pulls data from a TikTok video - [Post](https://openclaw.yoinkit.ai/api-reference/truthsocial/post.md): Get Truth Social post - [User Posts](https://openclaw.yoinkit.ai/api-reference/truthsocial/user-posts.md): As of 8/27/2025, Truth Social is only letting you view the public profile/posts of prominent users (like Trump and Vance), but requiring auth for everyone else. So sadly most other accounts will not work :( - [Clip](https://openclaw.yoinkit.ai/api-reference/twitch/clip.md): Get Twitch clip - [Transcript](https://openclaw.yoinkit.ai/api-reference/twitter/transcript.md): Get the transcript of a video tweet. Unfortunately this is a little slow because I'm using AI to get the transcript - [Tweet Details](https://openclaw.yoinkit.ai/api-reference/twitter/tweet.md): Get detailed information about a specific tweet including engagement - [User Tweets](https://openclaw.yoinkit.ai/api-reference/twitter/user-tweets.md): Get tweets from a user's profile. *These aren't the users latest tweets. Sadly, Twitter publicly only returns 100 of the users most popular tweets. - [Channel Videos](https://openclaw.yoinkit.ai/api-reference/youtube/channel-videos.md): Get all videos from a channel with detailed information. Can pass channelId or handle. - [Search](https://openclaw.yoinkit.ai/api-reference/youtube/search.md): Search YouTube and get matching videos, channels, playlists, shorts, lives, etc. - [Search by Hashtag](https://openclaw.yoinkit.ai/api-reference/youtube/search-hashtag.md): Search YouTube and get matching videos, channels, and playlists - [Transcript](https://openclaw.yoinkit.ai/api-reference/youtube/transcript.md): Get transcript of a video or short - [Trending Shorts](https://openclaw.yoinkit.ai/api-reference/youtube/trending.md): Get about 48 trending shorts. Continue hitting this to get more shorts (get new ones with each call) - [Video/Short Details](https://openclaw.yoinkit.ai/api-reference/youtube/video.md): Get complete information about a video or short including the transcript! There is a 'transcript' field and a 'transcript_only_text' field. - [Authentication](https://openclaw.yoinkit.ai/authentication.md): Get your API key and authenticate requests - [Introduction](https://openclaw.yoinkit.ai/introduction.md): Research trending content and pull transcripts from social platforms - [Skill Commands](https://openclaw.yoinkit.ai/openclaw/commands.md): All available yoinkit commands - [Cron Examples](https://openclaw.yoinkit.ai/openclaw/cron-examples.md): Automate your research with scheduled jobs - [OpenClaw Setup](https://openclaw.yoinkit.ai/openclaw/setup.md): Install and configure the yoinkit skill - [Quickstart](https://openclaw.yoinkit.ai/quickstart.md): Make your first API call in under 5 minutes ## OpenAPI Specs - [openapi](https://openclaw.yoinkit.ai/api-reference/openapi.json) ## Optional - [OpenClaw Skill](https://clawhub.com/skills/yoinkit) - [Yoinkit App](https://yoinkit.ai)