MCP Social Media Monitor avatar

MCP Social Media Monitor

Pricing

Pay per usage

Go to Apify Store
MCP Social Media Monitor

MCP Social Media Monitor

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Donny Nguyen

Donny Nguyen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

An MCP-compatible server for monitoring keyword mentions across social platforms. This actor tracks keywords on Reddit and Hacker News, returning structured results with titles, authors, scores, and comment counts for each mention found.

Features

  • Multi-Platform Monitoring - Searches Reddit and Hacker News simultaneously for your keywords
  • Reddit Search - Uses Reddit's JSON API to find recent posts matching your keywords across all subreddits
  • Hacker News Search - Uses the Algolia-powered HN API for fast, comprehensive keyword search
  • Structured Results - Returns clean JSON with platform, title, URL, author, score, comment count, and timestamps
  • MCP Compatible - Designed for AI agent frameworks using the Model Context Protocol
  • Multi-Keyword Support - Track multiple keywords in a single run

How It Works

The actor builds search requests for each keyword-platform combination. For Reddit, it queries the Reddit JSON search API with results sorted by newest first. For Hacker News, it uses the Algolia HN Search API to find matching stories and comments. All results are parsed and stored as structured JSON in the Apify dataset.

Input Configuration

ParameterTypeDefaultDescription
keywordsArray["apify", "web scraping"]Keywords to monitor
platformsArray["reddit", "hackernews"]Platforms to search
maxResultsInteger50Maximum total results to return

Output Format

Each result contains: platform (Reddit or Hacker News), keyword, title, url, author, subreddit (Reddit only), score (upvotes/points), commentCount, selfText (post body excerpt), postedAt, and scrapedAt.

Use Cases

  • Brand Monitoring - Track mentions of your company, product, or brand across social platforms
  • Competitive Intelligence - Monitor competitors and industry trends on Reddit and HN
  • Community Engagement - Find relevant discussions to participate in
  • AI Agent Social Awareness - Give your AI agents real-time awareness of social media conversations via the Apify API

API Integration

Integrate this actor into your AI agent pipeline or social listening workflow using the Apify API. Schedule regular runs to continuously monitor keyword mentions, or trigger on-demand searches when your AI agents need to check social sentiment on a topic.

Resources