Reddit Trending Posts Scraper (r/popular, r/all)
Scrape trending Reddit posts from r/popular and r/all, globally or by country (US, GB, CA, AU, DE, IN, BR, MX). Get rank, title, selftext, author, subreddit, score, comments and awards. Export to JSON, CSV or Excel.
{ "thumbnail": "https://external-preview.redd.it/aWw4NnJmdGd3O…", "title": "Barack Obama gives Caitlin Clark some advice a…", "url": "https://v.redd.it/xf9c3nvgw8fh1", "id": "1v5olss", "subreddit": "sports", "author": "Seraphenigma", "authorFullname": "t2_2s98zvo", "score": 20975, "upvoteRatio": 0.95 }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Thumbnail | Title | Url | Id |
|---|---|---|---|
| https://external-preview.redd.it/… | Barack Obama gives Caitlin Clark … | https://v.redd.it/xf9c3nvgw8fh1 | 1v5olss |
| https://external-preview.redd.it/… | It’s Looking Like the Cybertruck … | https://finance.yahoo.com/markets… | 1v5hegw |
| (Charania) BREAKING: LeBron James… | 1v5eqbo | ||
| RAM Machine Giveaway - To enter t… | https://v.redd.it/2l8lpk52c7fh1 | 1v5ftwo | |
| https://preview.redd.it/9uzib3vfu… | Did I make the right choice? Kind… | https://www.reddit.com/gallery/1v… | 1v5oasm |
{ "thumbnail": "https://external-preview.redd.it/aWw4NnJmdGd3O…", "title": "Barack Obama gives Caitlin Clark some advice a…", "url": "https://v.redd.it/xf9c3nvgw8fh1", "id": "1v5olss", "subreddit": "sports", "author": "Seraphenigma", "authorFullname": "t2_2s98zvo", "score": 20975, "upvoteRatio": 0.95 }
よくある質問
What is the difference between r/popular and r/all?
r/popular is Reddit's curated, advertiser-friendly trending feed with some communities filtered out. r/all is the raw firehose of everything reaching the front page. Pick `source` to choose.
Can I get trends for a specific country?
Yes. Set `country` (for example `GB` or `BR`) to read the geo-filtered r/popular feed for that region. Leave it empty for the global feed.
What is the rank field?
`rank` is the post's 1-based position in the trending feed at the moment it was scraped, so you can reconstruct the exact ordering.
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.