Bluesky Scraper
Under maintenancePricing
from $2.00 / 1,000 results
Go to Apify Store
Bluesky Scraper
Under maintenanceBluesky/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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
3 days ago
Last modified
Categories
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
| Mode | Description |
|---|---|
search_posts | Search posts by keyword |
user_posts | Get posts from a specific user |
user_profile | Get user profile details |
followers | Get user's followers |
following | Get user's following list |
post_thread | Get thread replies for a post |
custom_feed | Get posts from a custom feed |
post_likes | Get users who liked a post |
quote_posts | Get quote posts |
trending_topics | Get trending topics |
starter_pack | Get starter pack data |
Input Parameters
| Parameter | Type | Description |
|---|---|---|
mode | string | Operation mode (default: search_posts) |
searchQuery | string | Search keyword |
handle | string | Bluesky handle (e.g. alice.bsky.social) |
postUrl | string | Post URL or AT-URI |
maxResults | integer | Max results (default: 100) |
language | string | Language filter (e.g. en, zh) |
sortBy | string | Sort: 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.