Bluesky Brand Mention Monitor — Social Listening avatar

Bluesky Brand Mention Monitor — Social Listening

Pricing

Pay per event

Go to Apify Store
Bluesky Brand Mention Monitor — Social Listening

Bluesky Brand Mention Monitor — Social Listening

Monitor Bluesky for brand/keyword mentions with sentiment, questions, complaints, engagement scoring, hashtags and links. Built for actionable social listening.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Andres Garcia-Baquero Leon

Andres Garcia-Baquero Leon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Track what people say about your brand, product, or any keyword on Bluesky — and instantly see which mentions actually need your attention.

Unlike a generic Bluesky scraper that dumps every post, this Actor is built for reputation and support workflows. Every mention is enriched so you can triage in seconds:

  • 🟢🔴 Sentiment — positive / negative / neutral (heuristic)
  • Question detection — someone asking about you → answer it
  • ⚠️ Complaint detection — bugs, outages, billing, frustration → act on it
  • 🔥 Priority flag — questions & complaints surfaced as high
  • 📈 Engagement score — likes + reposts + replies + quotes
  • 🏷️ Hashtags & links extracted from each post
  • 🧹 Deduplication across keywords

Input

{
"keywords": ["apify", "my-brand"],
"sort": "latest",
"minEngagement": 0,
"onlyQuestionsAndComplaints": false,
"maxResultsPerKeyword": 100
}
FieldTypeDefaultDescription
keywordsarray["apify"]Brands / keywords to monitor (each searched separately)
sortstringlatestlatest or top
minEngagementinteger0Only return mentions with at least this total engagement
onlyQuestionsAndComplaintsbooleanfalseOnly return high-priority mentions (questions + complaints)
maxResultsPerKeywordinteger100Max mentions per keyword (1-1000)

Output per mention

{
"keyword": "apify",
"text": "Is Apify down? Getting errors on every run",
"sentiment": "negative",
"isQuestion": true,
"isComplaint": true,
"priority": "high",
"engagement": 14,
"likeCount": 9, "repostCount": 2, "replyCount": 3, "quoteCount": 0,
"hashtags": [], "links": [],
"authorHandle": "user.bsky.social",
"createdAt": "2026-07-23T10:00:00.000Z",
"url": "https://bsky.app/profile/user.bsky.social/post/abc"
}

Use cases

  • Brand & reputation monitoring — never miss a complaint or viral mention
  • Customer support — pipe priority: high mentions to your support queue
  • Competitor tracking — monitor rivals' names and see sentiment shift
  • Campaign measurement — track hashtag/keyword engagement over time
  • Lead gen — catch people asking "which tool does X?" in real time

Tip: run it on a schedule

Set this Actor on an Apify schedule (e.g. hourly) with onlyQuestionsAndComplaints: true to get a steady, low-noise feed of only the mentions worth replying to.

Pricing

Pay Per Event:

  • $0.004 per enriched mention returned

You only pay for mentions actually returned (after your filters).

Notes

  • Source: public Bluesky AT Protocol endpoints (api.bsky.app). No login required.
  • Sentiment / question / complaint detection is heuristic (keyword-based), tuned for English; treat it as a triage signal, not ground truth.