Scrapers.lat logo scrapers.lat
社交媒体

Reddit Keyword Search & Mentions Scraper

Search all of Reddit by keyword and extract every matching post. Get title, full selftext, author, subreddit, score, upvote ratio, comment count, flair and permalink. Track brand, product and topic mentions. Export to JSON, CSV or Excel.

25 每条记录的字段 JSON · CSV · Excel · API 按用量付费
reddit-search-scraper.json 200 OK
{
  "title": "Is AGI (Artificial General Intelligence) actua…",
  "id": "1u0kzxn",
  "selftext": "Literally everyone in tech keeps saying AGI (A…",
  "subreddit": "ArtificialInteligence",
  "author": "Andreayoshika",
  "authorFullname": "t2_29zu2ryx",
  "score": 0,
  "upvoteRatio": 0.44,
  "numComments": 64
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
TitleIdSelftextSubredditAuthorAuthor FullnameScoreUpvote RatioNum CommentsNum CrosspostsTotal AwardsPermalinkDomainIs Self
示例输出

一条真实的示例记录,正是你收到的结构。

TitleIdSelftextSubreddit
Is AGI (Artificial General Intell…1u0kzxnLiterally everyone in tech keeps …ArtificialInteligence
What scares you most about artifi…1ub2f4vThat how fast it is advancing. Lo…AskReddit
What will be after Artificial int…1u0i6ffRobots. Lots and lots of robots.AskReddit
GET /reddit-search-scraper
{
  "title": "Is AGI (Artificial General Intelligence) actua…",
  "id": "1u0kzxn",
  "selftext": "Literally everyone in tech keeps saying AGI (A…",
  "subreddit": "ArtificialInteligence",
  "author": "Andreayoshika",
  "authorFullname": "t2_29zu2ryx",
  "score": 0,
  "upvoteRatio": 0.44,
  "numComments": 64
}

常见问题

How is this different from a subreddit scraper?

This actor searches across all of Reddit by keyword, so you find every mention of a term wherever it appears. A subreddit scraper pulls a community's feed regardless of topic. Use this one to monitor mentions; use a feed scraper to follow specific communities.

Can I search several terms at once?

Yes. Add each term to `searchQueries` and every result carries a `matchedQuery` field so you know which term found it.

Can I limit the search to certain subreddits?

Yes. Fill `subreddits` to restrict the search to those communities. Leave it empty to search all of Reddit.

Does it return the full post text?

With Fetch Full Post Text enabled, every self/text post carries its complete `selftext` body. Link posts have no body text, so the external `url` is populated instead.

How many results can I collect?

Set `maxItems` to whatever you need. Each query pages through results and the total is capped by `maxItems` across all your terms.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。