Bluesky Scraper avatar

Bluesky Scraper

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Bluesky Scraper

Bluesky Scraper

Under maintenance

Bluesky/bsky social media scraper — posts, profiles, followers, feeds, trending. 15 modes, 30+ fields, sentiment analysis, engagement metrics. Free AT Protocol API, no proxy. Social media monitoring & brand tracking.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

qingwa

qingwa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Share

A comprehensive data extraction tool for the Bluesky social platform.

Features

  • 15 operational modes: post search, user profiles, followers, following, feeds, trending topics, thread replies, quote posts, likes, starter packs, and more
  • 30+ output fields: post text, engagement metrics, author info, sentiment analysis, viral scores
  • Built-in sentiment analysis and interaction rate calculation
  • No proxy needed — uses the free AT Protocol API
  • Batch processing with pagination support

Modes

ModeDescription
search_postsSearch posts by keyword
user_postsGet posts from a specific user
user_profileGet user profile details
followersGet user's followers
followingGet user's following list
post_threadGet thread replies for a post
custom_feedGet posts from a custom feed
post_likesGet users who liked a post
quote_postsGet quote posts
trending_topicsGet trending topics
starter_packGet starter pack data

Input Parameters

ParameterTypeDescription
modestringOperation mode (default: search_posts)
searchQuerystringSearch keyword
handlestringBluesky handle (e.g. alice.bsky.social)
postUrlstringPost URL or AT-URI
maxResultsintegerMax results (default: 100)
languagestringLanguage filter (e.g. en, zh)
sortBystringSort: latest, top, hot

Example

{
"mode": "search_posts",
"searchQuery": "artificial intelligence",
"maxResults": 50,
"language": "en"
}

Output

Each result contains structured JSON with fields like:

{
"post_id": "3m...",
"text": "Post content here",
"created_at": "2026-01-15T10:30:00Z",
"author_handle": "user.bsky.social",
"author_display_name": "User Name",
"likes": 42,
"reposts": 15,
"replies": 8,
"engagement_rate": 0.065,
"sentiment": "positive"
}

No Authentication Required

This scraper uses Bluesky's public AT Protocol API — no API keys or authentication needed.