UnifyAPI
← Back to catalog

bluesky.feed

mock data$0.001 / call

Bluesky 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)

Socialprovider: Bluesky#bluesky#social

Input schema

limit

Number of posts to return (default 20, max 100)

integer
handlerequired

Bluesky handle to get posts from (e.g. "jay.bsky.team")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.