Bluesky Scraper - Profiles & Posts avatar

Bluesky Scraper - Profiles & Posts

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Bluesky Scraper - Profiles & Posts

Bluesky Scraper - Profiles & Posts

Scrape Bluesky profiles and posts in bulk. Get followers, bio, post count, and posts with likes, reposts, replies and media by handle. No login or API key. Pay per result.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape Bluesky in bulk. Paste a list of handles or profile URLs and get each account's followers, bio and post count, plus its posts with likes, reposts, replies and media. No login and no API key.

What you can do with it

  • Pull follower counts and profile details for a list of Bluesky accounts
  • Collect an account's full post history with engagement for research and monitoring
  • Track how a creator's or brand's Bluesky following and posts change over time
  • Export posts and profiles into your own app, spreadsheet or database

Input

FieldWhat it doesExample
Bluesky handlesThe accounts to scrape, as handles, DIDs or profile URLs.bsky.app, @jay.bsky.team, https://bsky.app/profile/nytimes.com
Include postsAlso return each profile's posts. On by default.on
Max posts per profileHow many recent posts to collect per profile.100

Output

One profile row per handle, plus one row per post (each row has a type).

Profile:

{
"type": "profile",
"handle": "nytimes.com",
"url": "https://bsky.app/profile/nytimes.com",
"displayName": "The New York Times",
"did": "did:plc:...",
"followersCount": 1335839,
"followsCount": 3,
"postsCount": 39818,
"description": "News tips? Share them here..."
}

Post:

{
"type": "post",
"url": "https://bsky.app/profile/nytimes.com/post/3l...",
"authorHandle": "nytimes.com",
"text": "Breaking News: ...",
"createdAt": "2026-07-16T14:00:00.000Z",
"likeCount": 640,
"repostCount": 210,
"replyCount": 88,
"quoteCount": 12,
"langs": ["en"],
"isReply": false,
"isRepost": false,
"imageUrl": "https://..."
}

How it works

Bluesky publishes a fully open, no-login API. This actor reads it directly, so it is fast and needs no API key and no proxy. It pages through each account's feed, so it can return the full post history you ask for.

Limits

  • Public accounts and posts only (that is everything on Bluesky's public API).
  • Post search across all of Bluesky requires a login and is not included; this actor covers profiles and each account's own posts.
  • An account's feed includes its reposts; those rows are flagged with isRepost.

Pricing

Pay per result. You only pay for the profiles and posts you actually get.