Bluesky Scraper — posts, profiles & author feeds (no login) avatar

Bluesky Scraper — posts, profiles & author feeds (no login)

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Bluesky Scraper — posts, profiles & author feeds (no login)

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

Vincent Kirui

Maintained by Community

Actor 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:

ModeWhat you getUse it for
Search postsEvery public post matching a keyword, phrase, #hashtag or @handleBrand & keyword monitoring, research, sentiment, trend tracking
ProfilesFull profile for any handle/DID (followers, posts, bio, avatar)Influencer/audience research, account enrichment
Author feedAn account's post history, paginatedCompetitor 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.

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.