Bluesky Scraper — posts, profiles & author feeds (no login)
Pricing
from $1.50 / 1,000 results
Bluesky Scraper — posts, profiles & author feeds (no login)
Scrape public Bluesky / AT-Protocol data: search posts by keyword, fetch profiles, or pull an account's feed. No login, no cookies — uses the open public AppView API.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Vincent Kirui
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape public Bluesky / AT-Protocol data at scale — no login, no cookies, no account needed. Built on Bluesky's open public AppView API, so it's fast, clean, and legal for public data. Three modes in one actor:
| Mode | What you get | Use it for |
|---|---|---|
| Search posts | Every public post matching a keyword, phrase, #hashtag or @handle | Brand & keyword monitoring, research, sentiment, trend tracking |
| Profiles | Full profile for any handle/DID (followers, posts, bio, avatar) | Influencer/audience research, account enrichment |
| Author feed | An account's post history, paginated | Competitor tracking, content archives, dataset building |
Output
Clean, flat JSON rows (export to CSV/Excel/JSON/API). Post rows include text, createdAt,
author_handle, likeCount, repostCount, replyCount, quoteCount, langs, and a direct
url. Profile rows include handle, displayName, description, followersCount,
followsCount, postsCount, createdAt.
Input
{ "mode": "search", "searchQuery": "nairobi tech", "sort": "latest", "maxItems": 500 }
{ "mode": "profile", "actors": ["bsky.app", "atproto.com"] }
{ "mode": "author", "actors": ["bsky.app"], "maxItems": 1000 }
Why run it here vs. rolling your own
Bluesky's search endpoint rate-limits per IP (403s after a handful of calls). This actor routes requests through rotating proxies and backs off automatically, so large search and feed pulls actually complete — the thing a DIY script can't do reliably.
Legal
Bluesky is built on the AT Protocol, an open public protocol — this actor reads only public, non-authenticated data. No login, no ToS acceptance, no circumvention. You are responsible for using the data in line with applicable law (e.g. GDPR when handling personal data).
Pricing
Pay-per-event: a small actor-start fee plus a per-item charge for each post/profile returned — you pay for exactly the data you pull.