← Back to catalog
bluesky.search_posts
mock data$0.001 / callSearch Bluesky Posts
Search posts across the Bluesky decentralized social network by keyword. Returns post text, author handle, display name, like/repost/reply counts, timestamps. Sort by relevance or latest. Filter by language (AT Protocol / Bluesky)
Input schema
qrequired
stringSearch query for Bluesky posts (e.g. "MCP server", "AI agents", "Claude")
lang
stringFilter by language code (e.g. "en", "ja", "pt")
sort
stringSort order: "top" (relevance) or "latest" (chronological)
limit
integerMax results (default 25, max 100)
Call via REST
curl -X POST https://unifyapi.pro/api/call/bluesky.search_posts \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","lang":"<lang>","sort":"<sort>","limit":0}'