Bluesky User Activity Feed
Fetch a guarded Bluesky feed/activity page by handle or DID, preserving authored-vs-other-author signals because results can include posts from other accounts.
View detailsInputs
Loading workflow structure...
Overview
Bluesky User Activity Feed fetches one guarded page of Bluesky activity for a handle or DID. Because the source can return reposts or activity from other accounts, it preserves authored, other-author, and unknown-author counts. Use it to sample account voice, topics, and engagement patterns without assuming every item is original.
Use cases
- Review recent Bluesky activity for a profile before outreach, community research, or creator briefs.
- Separate posts authored by the requested account from other-author activity returned in the feed.
- Summarize text, links, media, tags, labels, languages, reply context, and engagement counts from returned posts.
Input tips
- Provide exactly one identifier: a Bluesky handle or a DID, not both.
- Use the handle when you know it; use a DID when the account ID is already available.
- Treat the output as an activity sample, then inspect author relation before quoting or attributing a post.
- Use Bluesky Post Finder when you need one specific post and its replies.
Expected output
The AI Tool returns lookup status, requested handle or account ID, canonical URL when available, warnings, normalization notes, additional recovered fields, cost metadata, returned posts, authored/other/unknown author counts, and optional cursor, nextCursor, and hasMore. Post records can include URI, content ID, public URL, text, timestamps, language tags, labels, links, mentions, tags, author details, author relation, engagement counts, external link cards, media assets, reply context, thread controls, and per-post recovered fields.
Caveats
- This is a guarded activity-feed-style lookup; returned items may include posts from other accounts.
- Always check author relation before treating a post as authored by the requested account.
- The result is one returned page, not a complete account history.
- Engagement counts, labels, media links, and account activity can change after the run.
Related AI Tools

Bluesky Profile Finder
Fetch a public Bluesky profile by handle, including identity, description, avatar, follower counts, post counts, labels, and verification details when available.

Bluesky Post Finder
Fetch one public Bluesky post from a canonical bsky.app URL, including author details, engagement, embeds, media links, and nested replies when available.