social-general
Bluesky public AppView (AT Protocol)
An open, keyless interface to the whole Bluesky social network — profiles, posts, and feeds across tens of millions of accounts. Public reads of profiles and feeds run through its API without any login or key. It is the cleanest way to pull current social posts and profiles directly into search results.
API
Why it’s useful & how it works
Standout. Keyless, CORS, cached, datacenter-friendly; search + feeds + profiles all unauthenticated. Top priority for inline social results.
What’s inside
Whole Bluesky network (tens of millions of accounts) + firehose.
API access
https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor= <handle> ; app.bsky.feed.searchPosts?q= ; app.bsky.feed.getAuthorFeed
Access
Programmatic API access (a key may be required — see the API tag).