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
25 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.