Dollar Hunter - Bluesky Posts & Profiles Scraper
Pricing
from $0.00005 / actor start
Dollar Hunter - Bluesky Posts & Profiles Scraper
Search and extract posts, profiles, and engagement data from Bluesky social network using the public AT Protocol API. No API key or login required.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Jonatan J. Martinez Collymoore
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
๐ฆ Dollar Hunter - Bluesky Posts & Profiles Scraper
Search and extract posts, profiles, and engagement data from Bluesky social network using the public AT Protocol API. No API key, no login, no browser required.
โจ Features
- ๐ Search Posts โ Find posts by keyword with automatic pagination (up to 100 results)
- ๐ฐ Author Feed โ Get the latest posts from any Bluesky user by handle or DID
- ๐ค Profile Info โ Detailed profile data: followers, follows, posts, verification status
- ๐ Engagement Metrics โ Likes, reposts, replies, and quote counts per post
- ๐ Auto-retry โ Built-in retry with exponential backoff for transient failures
- ๐ No auth needed โ Uses Bluesky's open AT Protocol, no API key required
๐ฅ Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | search | search (keyword), author_feed (user's posts), profile (user info) |
query | string | Bluesky | Keyword for search, or Bluesky handle/DID for feed/profile |
maxResults | int | 25 | Max items to return (1โ100) |
sort | select | latest | latest or top (search mode only) |
๐ค Output
Search / Author Feed Mode
| Field | Type | Description |
|---|---|---|
text | string | Post content (up to 2000 chars) |
author | string | Bluesky handle (e.g. bsky.app) |
authorDisplayName | string | Display name |
likes | int | Like count |
reposts | int | Repost count |
replies | int | Reply count |
url | string | Direct link to the post |
createdAt | string | ISO timestamp |
langs | array | Language tags |
hasEmbed | bool | Contains embedded content |
isRepost | bool | Is a repost |
Profile Mode
| Field | Type | Description |
|---|---|---|
handle | string | Bluesky handle |
displayName | string | Profile display name |
description | string | Bio (up to 500 chars) |
followersCount | int | Total followers |
followsCount | int | Total following |
postsCount | int | Total posts |
verificationStatus | string | Verification status |
avatar | string | Avatar image URL |
๐ฏ Use Cases
- ๐ค AI Training Data โ Curate Bluesky posts for fine-tuning or RAG datasets
- ๐ Social Listening โ Track keywords, trends, and brand mentions in real-time
- ๐ Lead Generation โ Find influencers and active users by topic
- ๐ Market Research โ Monitor conversations around products and industries
- ๐ต๏ธ Competitive Intel โ Track competitor announcements and community reactions
- ๐ฐ Content Curation โ Discover trending content for newsletters or roundups
๐ Example
{"mode": "search","query": "artificial intelligence","maxResults": 10,"sort": "top"}
Returns top 10 Bluesky posts matching "artificial intelligence", sorted by engagement.
โ FAQ
Q: Do I need a Bluesky account?
No. The AT Protocol API is fully public for read operations.
Q: Are there rate limits?
Bluesky's public API has undocumented rate limits. The actor handles 429 responses with automatic retry.
Q: Can I search in a specific language?
Search results include a langs field. Use specific query terms to narrow by language.
Q: What's a DID?
A Decentralized Identifier (e.g. did:plc:...). You can use it instead of a handle for the author_feed and profile modes.
๐ท๏ธ Categories
Social Media ยท Developer Tools ยท Data Extraction
๐ฐ Pricing
Pay per event โ $0.003 per 25 posts. Only pay for successful runs.