Search Bluesky with one call.
Read Bluesky, full-text post search, without building or maintaining a scraper. Same response shape as every other platform here, so one parser handles all of them.
1 credit a call
50 free credits on signup, no card
failed calls: 0 credits
50 free credits on signup, no card
failed calls: 0 credits
1The call
curl -H "x-api-key: $SS_KEY" \ "https://api.socialsearchapi.com/v1/bluesky/search?query=cloudflare"
This call costs 1 credit. A new account starts with 50 free credits on any platform: create a key in the dashboard and this command runs as-is.
2Why not build this yourself
Bluesky's protocol is genuinely open, but search requires an authenticated session, and session creation has sharp edges - the handle must be sent without its leading @ or the server reads it as an email and rejects it.
3What comes backcaptured 2026-08-27
{
"success": true,
"platform": "bluesky",
"data": {
"total": 3,
"items": [
{
"id": "at://did:plc:ppblad4zr4ogqkgdff7asa6l/app.bsky.feed.post/3mu3d4clzeo2z",
"platform": "bluesky",
"type": "post",
"text": "📢 24 packages npm malveillants utilisent des miroirs comme hébergeurs de pages de phishing ClickFix Cet article docum...",
"url": "https://bsky.app/profile/cyberveille-ch.bsky.social/post/3mu3d4clzeo2z",
"author": "cyberveille-ch.bsky.social",
"author_name": "CyberVeille",
"created_at": "2026-08-27T17:00:06Z",
"metrics": {
"comments": 0,
"likes": 0,
"reposts": 0,
"quotes": 0
}
}
]
},
"credits_used": 2
}Items from Bluesky carry: author, author_name, created_at, extra, id, metrics, platform, text, type, url.
4Characteristics
| Parameter | Value |
|---|---|
| /v1/bluesky/post | 1 credit a call |
| /v1/bluesky/profile | 1 credit a call |
| /v1/bluesky/profile/posts | 1 credit a call |
| /v1/bluesky/profile/search | 1 credit a call |
| /v1/bluesky/search | 1 credit a call |
| Typical latency | 1,153 ms, measured 2026-08-27 |
| Coverage | Public posts. Search covers the AppView index, not every relay. |
| Data | Publicly available content only, nothing behind a login. See the public data notice. |
| Reference | Every Bluesky endpoint, its parameters and its price: API reference |
5Other platforms
Get a key50 free credits · no card