Bluesky Scraper — Export Posts, Profiles & Leads (No Login) avatar

Bluesky Scraper — Export Posts, Profiles & Leads (No Login)

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Bluesky Scraper — Export Posts, Profiles & Leads (No Login)

Bluesky Scraper — Export Posts, Profiles & Leads (No Login)

Pull public Bluesky posts by keyword, profiles, and followers straight to CSV/Excel. No login, no API key, no monthly fee. Runs on your computer in minutes.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Arjun Annamalai

Arjun Annamalai

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Bluesky Scraper 🦋 — Posts, Profiles & Followers (No Login)

Extract public data from Bluesky (the AT Protocol social network) — no login, no cookies, no API key. Built on Bluesky's official public API, so it's fast and reliable instead of fragile HTML scraping.

Great for lead generation, social listening, brand monitoring, recruiting, and research.

What it does

ModeInputOutput
🔎 Keyword / hashtag searchsearchTermsAll public posts matching the term(s)
👤 Profile scrapeprofilesProfile details + (optionally) recent posts
👥 Follower scrapeprofiles + getFollowersFollowers of each profile

Example input

{
"searchTerms": ["hiring developer", "#buildinpublic"],
"profiles": ["bsky.app"],
"includeProfilePosts": true,
"getFollowers": false,
"maxItems": 500
}

Example output (one item per result)

{
"type": "post",
"url": "https://bsky.app/profile/alice.bsky.social/post/3kabc...",
"text": "We're hiring a backend developer, remote, DM me!",
"createdAt": "2026-06-24T10:00:00Z",
"authorHandle": "alice.bsky.social",
"authorDisplayName": "Alice",
"likeCount": 12,
"repostCount": 3,
"replyCount": 5
}

Results are saved to the Apify dataset and can be exported as JSON, CSV, Excel, or via API.

Use cases

  • Lead generation — find everyone posting "looking for", "need help with", "hiring", "recommend a…" in your niche.
  • Social listening — track mentions of your brand, product, or competitors.
  • Recruiting — surface people talking about a skill or open to work.
  • Research / datasets — collect posts on any topic for analysis.

Run locally (before publishing)

pip install -r requirements.txt
python3 local_test.py # hits the real API, no Apify account needed

Then with the Apify CLI:

npm i -g apify-cli
apify run # runs the full actor locally
apify push # publish to your account

Notes

  • Uses only public Bluesky data via https://public.api.bsky.app.
  • Respects rate limits with automatic backoff/retry.
  • maxItems caps total results so costs stay predictable.

Built on the open AT Protocol. Not affiliated with Bluesky.