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.
{ "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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Title | Id | Selftext | Subreddit |
|---|---|---|---|
| Is AGI (Artificial General Intell… | 1u0kzxn | Literally everyone in tech keeps … | ArtificialInteligence |
| What scares you most about artifi… | 1ub2f4v | That how fast it is advancing. Lo… | AskReddit |
| What will be after Artificial int… | 1u0i6ff | Robots. Lots and lots of robots. | AskReddit |
{ "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.