Bluesky Scraper — Posts, Profiles, Search, Followers & Threads avatar

Bluesky Scraper — Posts, Profiles, Search, Followers & Threads

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Bluesky Scraper — Posts, Profiles, Search, Followers & Threads

Bluesky Scraper — Posts, Profiles, Search, Followers & Threads

Extract posts, profiles, author feeds, followers and full threads from Bluesky. Keyword/brand search supported. Clean JSON/CSV output for social listening, research and AI agents. No cookies, no proxies needed.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Prometheus Agency

Prometheus Agency

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

Bluesky Scraper — Posts, Profiles, Search & Followers

Extract clean, structured data from Bluesky (44M+ users): posts, profiles, keyword search, followers and full threads. Built on the open AT Protocol API — no cookies, no proxies, no login for most modes. Perfect for social listening, brand monitoring, market research, influencer analysis and AI agents that need Bluesky data.

What it does

ModeLogin needed?What you get
Posts from profiles❌ NoAll posts from any list of accounts
Profile details❌ NoFollowers/posts counts, bio, avatar for any handles
Followers / Following❌ NoFull follower/following lists with profiles
Thread❌ NoA post + every reply, flattened and clean
Keyword / brand search🔑 Free app passwordAll posts matching any query, with date & language filters

Output (every post, same stable schema)

{
"type": "post",
"url": "https://bsky.app/profile/user.bsky.social/post/3xyz",
"text": "This is the post text",
"createdAt": "2026-07-01T10:00:00.000Z",
"author": { "handle": "user.bsky.social", "displayName": "User", "did": "did:plc:..." },
"likeCount": 12, "repostCount": 3, "replyCount": 4, "quoteCount": 1,
"langs": ["en"], "isReply": false,
"images": [{ "url": "...", "alt": "..." }],
"externalLink": { "url": "...", "title": "..." }
}

Download as JSON, CSV, Excel or feed it straight into your pipeline / LLM agent via the Apify API.

Search mode setup (2 minutes, free)

Bluesky requires a (free) account for its search endpoint:

  1. Create a free account at bsky.app — no phone number needed.
  2. Go to Settings → Privacy and Security → App Passwords → Add App Password.
  3. Paste your handle (e.g. yourname.bsky.social) and the app password into the Actor input.

Never use your real password. The app password can be revoked anytime.

Why this scraper

  • Reliable by design: Bluesky's AT Protocol is an open, public API — no anti-bot cat-and-mouse, no breakage every two weeks.
  • Default input just works: press Run and you get real data immediately.
  • Readable errors: if something is missing (e.g. app password for search), the error tells you exactly how to fix it in plain language.
  • Pay per result: you only pay for the data you actually receive.

Use cases

  • Brand & crisis monitoring — brands get tens of thousands of Bluesky mentions per month even without an official account.
  • Lead generation & audience research — export followers of any account in your niche.
  • Trend & competitor research — keyword search with date and language filters.
  • AI agents / RAG — clean JSON built to be consumed by LLM pipelines and MCP tools.