Bluesky Scraper
Pricing
from $0.10 / 1,000 results
Bluesky Scraper
Scrape Bluesky profiles, posts, threads, followers, likes, reposts, quotes, custom feeds, lists, starter packs, trends and full-text search -- 15 modes, no login or API key needed.
Bluesky Scraper
Pricing
from $0.10 / 1,000 results
Scrape Bluesky profiles, posts, threads, followers, likes, reposts, quotes, custom feeds, lists, starter packs, trends and full-text search -- 15 modes, no login or API key needed.
What to scrape. Each mode reads ONE of the input lists below -- see each field's description for which. ACTOR modes (read "Bluesky accounts"): profile, posts, followers, follows, lists, starter-packs. POST modes (read "Post URLs"): post-detail, post-likes, post-reposts, post-quotes. SEARCH modes (read "Search queries"): search-posts, search-users. FEED mode (reads "Feed / list URLs"): feed. DISCOVERY modes (need no input at all): trends, popular-feeds.
Used by the ACTOR modes (profile, posts, followers, follows, lists, starter-packs). Accepts a handle (bsky.app), an @handle, a DID (did:plc:...), or a profile URL (https://bsky.app/profile/bsky.app) -- mixed freely.
Used by the POST modes (post-detail, post-likes, post-reposts, post-quotes). Accepts a bsky.app post URL (https://bsky.app/profile//post/) or a raw at:// URI.
Used by the SEARCH modes (search-posts, search-users). One dataset page set per query. Bluesky's inline operators work inside the query text too (for example: from:bsky.app "release notes").
Used by the "feed" mode. Accepts a custom-feed URL (https://bsky.app/profile//feed/), a list URL (https://bsky.app/profile//lists/), or the equivalent at:// URI. Feeds and lists are told apart automatically.
Upper bound on records collected for EACH input item (each account, post, or query) -- not for the run as a whole. Pagination stops early when the account or result set runs out.
"posts" mode only -- which of the account's posts to return. Default (posts_with_replies) returns everything.
"posts" mode only -- put the account's pinned post at the top of its feed.
"post-detail" mode only -- how many reply levels below the post to walk. 0 returns the post alone; 6 is the bsky.app web default. Replies come back flat with a replyDepth field, so the tree is still reconstructable.
"post-detail" mode only -- how many ancestor posts above the given post to include. 0 (default) treats the given post as the root.
"search-posts" mode only -- rank results by engagement (top) or recency (latest).
"search-posts" mode only -- only posts created at or after this time. ISO 8601 (2026-08-01T00:00:00Z) or a plain date (2026-08-01).
"search-posts" mode only -- only posts created before this time. ISO 8601 (2026-08-29T00:00:00Z) or a plain date (2026-08-29).
"search-posts" mode only -- restrict to posts tagged with this BCP-47 language code, e.g. id, en, ja.
"search-posts" mode only -- restrict to posts that mention this handle or DID.
"search-posts" mode only -- restrict to posts linking to this domain, e.g. nytimes.com.
"search-posts" mode only -- restrict to posts linking to this exact URL.
"search-posts" mode only -- restrict to posts carrying every one of these hashtags. Enter them without the leading # sign.
How many input items to process in parallel. Ignored for "search-posts", which is forced to 1 because Bluesky throttles that endpoint per IP and parallel workers only drain the same budget faster.
Bluesky's public API has no WAF, so most modes need no proxy at all. "search-posts" is the exception: it is rate-limited per IP, and a proxy lets the actor rotate to a fresh IP instead of waiting out the cooldown.
{ "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ]}