๐Ÿฆ‹ Bluesky Scraper โ€” Profiles, Posts, Search & Threads avatar

๐Ÿฆ‹ Bluesky Scraper โ€” Profiles, Posts, Search & Threads

Pricing

from $0.50 / 1,000 bluesky post, thread reply or liked posts

Go to Apify Store
๐Ÿฆ‹ Bluesky Scraper โ€” Profiles, Posts, Search & Threads

๐Ÿฆ‹ Bluesky Scraper โ€” Profiles, Posts, Search & Threads

Extract Bluesky profiles, feeds, profile and post search, exact posts, reply threads, followers, following, and liked posts with rich media, facets, verification and engagement data.

Pricing

from $0.50 / 1,000 bluesky post, thread reply or liked posts

Rating

0.0

(0)

Developer

Ilia

Ilia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

๐Ÿฆ‹ Bluesky Scraper โ€” Profiles, Posts, Search, Threads & Graph

Turn public Bluesky data into structured, analysis-ready records. Fetch rich profiles, author feeds, exact posts, complete reply threads, followers, following, liked posts, and profile or post search results from one Actor.

โœจ Everything in one Bluesky dataset

  • Profiles: DID, handle, display name, bio, avatar, banner, follower/following/post counts, labels, account dates, associated resources, and verification data.
  • Posts: stable AT URI and CID, canonical URL, full text, author details, creation/index dates, likes, reposts, replies, quotes, bookmarks, languages, tags, and labels.
  • Rich media: full-size images, thumbnails, alt text, aspect ratios, video playlists and thumbnails, external-link cards, and quoted-post context.
  • Conversation context: reply parent/root URIs, exact-post hydration, and breadth-first nested thread export with depth markers.
  • Discovery: paginated actor search and post search, with the originating query attached to every result.
  • Social graph and engagement: paginated followers and following, public liked-post feeds, and the likers, reposters, or quote-posts attached to exact posts.

๐Ÿš€ Common workflows

  • monitor creators, brands, competitors, announcements, and engagement;
  • build audience, follower-overlap, and influencer datasets;
  • collect conversations for sentiment, topic, and community research;
  • enrich public profiles and identify relevant accounts through search;
  • schedule incremental ingestion into Sheets, databases, Make, n8n, webhooks, or AI agents.

โš™๏ธ Flexible controls

Use independent limits for feeds, search, graph rows, and threads. Filter posts by date range, BCP-47 language codes, or media presence. Include replies and reposts when needed, and pass seenPostUris to avoid duplicate records in recurring runs.

Example input

{
"actors": ["bsky.app", "jay.bsky.team"],
"searchActors": ["climate journalist"],
"searchPosts": ["AT Protocol"],
"postUrls": ["https://bsky.app/profile/bsky.app/post/3l..."],
"includeProfile": true,
"includePosts": true,
"includeFollowers": true,
"includeThreadReplies": true,
"maxPostsPerActor": 100,
"maxRelationshipsPerActor": 500,
"languages": ["en"]
}

๐Ÿ’ณ Pay only for stored results

Billing is result-based: profile/search-profile records use the profile event, posts/search/thread/liked-post records use the post event, and follower/following records use the relationship event. Filtered, duplicate, missing, and failed inputs do not create billable dataset rows.

๐Ÿ”Œ Automation-ready output

Every record includes a recordType, source attribution, and scrape timestamp. Export JSON, CSV, Excel, XML, RSS, or HTML, or access results through the Apify API, webhooks, schedules, integrations, and MCP.

๐Ÿ“ฅ Complete input reference

FieldTypeDefaultPurpose
actorsarray["bsky.app"]Handles, @handles, profile URLs or did: identifiers.
searchActorsarray[]Profile search queries. Each query has its own result limit.
searchPostsarray[]Post search queries, including phrases and supported operators.
postUrlsarray[]Fetch exact posts or complete reply threads.
includeProfilebooleantrueExport a rich profile row for each actor.
includePostsbooleantrueExport recent posts from each actor's author feed.
includeRepliesbooleanfalseInclude posts that reply to another post.
includeRepostsbooleanfalseInclude posts reposted by the requested actor.
includeFollowersbooleanfalseExport profiles following each actor.
includeFollowingbooleanfalseExport profiles followed by each actor.
includeLikesbooleanfalseExport publicly visible liked posts from each actor's repository.
includeThreadRepliesbooleanfalseFor post URLs / AT URIs, export the root and nested replies.
includePostLikersbooleanfalseFor post URLs / AT URIs, export profiles that liked each post.
includePostRepostersbooleanfalseFor post URLs / AT URIs, export profiles that reposted each post.
includeQuotePostsbooleanfalseFor post URLs / AT URIs, export posts that quote each post.
maxPostsPerActorinteger25Independent author-feed result cap for every actor.
maxRelationshipsPerActorinteger100Independent cap for followers, following and liked posts.
maxSearchResultsinteger100Independent cap for every actor or post search query.
maxThreadRepliesinteger100Maximum root and nested reply rows exported for each thread.
maxEngagementPerPostinteger100Independent cap for likers, reposters and quote posts for every input post.
sortstring"latest"Order post-search results by recency or relevance/engagement.
postedAfterstring""Optional inclusive ISO date or YYYY-MM-DD.
postedBeforestring""Optional inclusive ISO date or YYYY-MM-DD.
languagesarray[]Optional BCP-47 codes such as en, de, ja.
mediaOnlybooleanfalseKeep posts with image or video media URLs.
seenPostUrisarray[]Stable post URIs to skip on recurring runs.
requestDelayMsinteger0Optional pacing delay for long collection jobs.

๐Ÿ“ค Complete output reference

The default dataset is exportable as JSON, CSV, Excel, XML or RSS. Fields remain stable for scheduled runs and API integrations.

FieldType
recordTypestring
sourceDidstring / null
sourceHandlestring / null
didstring / null
handlestring / null
profileUrlstring / null
displayNamestring / null
profileDescriptionstring / null
avatarUrlstring / null
bannerUrlstring / null
followersCountinteger / null
followsCountinteger / null
postsCountinteger / null
createdAtstring / null
indexedAtstring / null
labelsarray / null
associatedobject / null
verificationobject / null
searchQuerystring / null
threadDepthinteger / null
sourcePostUristring / null
engagementCreatedAtstring / null
postUristring / null
cidstring / null
postUrlstring / null
textstring / null
publishedAtstring / null
authorDidstring / null
authorHandlestring / null
authorDisplayNamestring / null
authorAvatarUrlstring / null
likeCountinteger / null
repostCountinteger / null
replyCountinteger / null
quoteCountinteger / null
bookmarkCountinteger / null
languagesarray / null
tagsarray / null
facetsarray / null
replyParentUristring / null
replyRootUristring / null
isReplyboolean / null
isRepostboolean / null
repostedByobject / null
repostedAtstring / null
likedAtstring / null
likeRecordUristring / null
embedTypestring / null
imagesarray / null
mediaUrlsarray / null
videoobject / null
externalobject / null
quotedPostobject / null
viewerobject / null
scrapedAtstring

๐Ÿ”Œ API & integrations

Run this Actor from the Apify Console, API, CLI, MCP, Make, Zapier or n8n. Replace the Actor identifier and token in this template:

curl -X POST "https://api.apify.com/v2/acts/bluesky-profile-author-feed-monitor/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Results are stored in the run's default dataset and can be forwarded with Apify webhooks or scheduled Tasks.

๐Ÿ”Ž Search keywords

Bluesky Scraper โ€” Profiles, Posts, Search, Threads & Graph, bluesky, scraper, profiles, posts, search, threads, graph, profile, author, feed, monitor, Apify Actor, scraper API, structured data, scheduled monitor, automation.

๐Ÿ’ฐ Pricing

Billing is tied to successfully delivered result events. Empty, filtered, duplicate or failed records are not charged as results. Open the Pricing tab for the current per-event rate before starting a run, and use Apify's maximum-charge control to enforce a hard budget.