Free tools for building on the AT Protocol — the open protocol behind Bluesky (41M users, +302% growth in 2025).
Need custom data extraction? I'll scrape any website for $20. Email Spinov001@gmail.com or 📧 spinov001@gmail.com — custom quote in 2 hours.
| Tool | What It Does | Link |
|---|---|---|
| Bluesky Scraper | Extract profiles and posts (no auth needed) | Apify |
| Feed Monitor | Engagement analytics with keyword filtering | Apify |
| Hashtag Tracker | Track trending topics and top authors | Apify |
| Profile Batch | Look up 100+ profiles at once | Apify |
// Get any profile — no auth needed
const profile = await fetch(
"https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor=bsky.app"
).then(r => r.json());
console.log(profile.followersCount); // 32,420,172| Endpoint | Auth | Description |
|---|---|---|
resolveHandle |
No | Handle → DID |
getProfile |
No | Full profile data |
getAuthorFeed |
No | User's posts |
searchPosts |
Yes | Search by keyword |
- Brand monitoring on Bluesky
- Influencer analytics and discovery
- Sentiment analysis
- AI training data from social conversations
- Competitive intelligence
MIT