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

Bluesky Scraper API — Posts, Profiles, Threads & Followers

Pricing

from $3.00 / 1,000 post scrapeds

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

Bluesky Scraper API — Posts, Profiles, Threads & Followers

Scrape Bluesky posts, profiles, threads, and follower graphs by keyword, hashtag, or handle. No login required. Fast AT Protocol API, JSON/CSV export, pay only per result.

Pricing

from $3.00 / 1,000 post scrapeds

Rating

0.0

(0)

Developer

subimpact

subimpact

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Bluesky Scraper API

Scrape Bluesky posts, profiles, threads, and follower graphs by keyword, hashtag, or handle. No login required — uses the public AT Protocol (XRPC) API.

Quick Start

  1. Pick a mode: search (posts by keyword), author_feed (recent posts by a handle), thread (full thread with replies), profile (profile details), followers / follows (graph lists)
  2. Provide the mode's input (query, handle, or post URI)
  3. Run — results land in the dataset as clean JSON, pay only per result

Modes

ModeInputOutput
searchquery (e.g. "malaysia", "#ai")Posts matching the keyword
author_feedhandle (e.g. "bsky.app")Recent posts by the author
threadpostUri (at://...)The post + replies
profilehandleProfile details (followers, follows, posts counts)
followershandleFollower list
followshandleFollowing list

Pricing

Pay per event:

  • $0.003 / post (search, author_feed, thread)
  • $0.005 / profile (profile, followers, follows)

Example input

{
"mode": "search",
"query": "malaysia",
"maxItems": 100
}

Use cases

  • Brand & social monitoring (track mentions, hashtags)
  • AI dataset building (posts, profiles, graphs)
  • Growth marketing (X → Bluesky migration tracking)
  • Research (threads, author feeds, community mapping)

Notes

  • Uses api.bsky.app (public XRPC). No auth, no cookies.
  • Intermittent 403/429 rate-limiting is handled with automatic backoff retries + proxy rotation.
  • Default inputs produce a successful run — try it with zero configuration.