Skip to content

spinov001-art/bluesky-developer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bluesky Developer Tools

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.

Tools

Data Collection

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

Quick Start

// 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

API Endpoints

Endpoint Auth Description
resolveHandle No Handle → DID
getProfile No Full profile data
getAuthorFeed No User's posts
searchPosts Yes Search by keyword

Use Cases

  • Brand monitoring on Bluesky
  • Influencer analytics and discovery
  • Sentiment analysis
  • AI training data from social conversations
  • Competitive intelligence

Blog Posts

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors

Languages