← Back to catalog
bluesky.feed
mock data$0.001 / callBluesky User Feed
Get recent posts from a Bluesky user by handle — post text, timestamps, like/repost counts. Up to 100 posts per request (AT Protocol / Bluesky)
Input schema
limit
integerNumber of posts to return (default 20, max 100)
handlerequired
stringBluesky handle to get posts from (e.g. "jay.bsky.team")
Call via REST
curl -X POST https://unifyapi.pro/api/call/bluesky.feed \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"handle":"<handle>"}'