Reddit Keyword Monitor avatar

Reddit Keyword Monitor

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Reddit Keyword Monitor

Reddit Keyword Monitor

Monitor Reddit for specific keywords across one or more subreddits. Search recent posts, collect titles, URLs, authors, scores, comments, and timestamps, then export structured data for lead generation, trend monitoring, brand tracking, research, or workflow automation.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Biddut Hossain

Biddut Hossain

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search Reddit for keywords and export matching posts.

Features

  • Search one or more keywords
  • Optional subreddit filtering
  • Collect:
    • Title
    • URL
    • Author
    • Score
    • Comments
    • Created Time
    • Self Text
  • Export JSON
  • Ready for automation

Input

{
"keywords": [
"openai",
"chatgpt"
],
"subreddits": [
"technology",
"artificial"
],
"limit": 20
}

Output

{
"keyword": "openai",
"subreddit": "technology",
"title": "OpenAI launches new model",
"author": "reddit_user",
"score": 152,
"comments": 37,
"created_utc": 1780000000,
"url": "https://reddit.com/r/technology/...",
"selftext": "Discussion..."
}