logiover commited on
Commit
a7e28b5
·
verified ·
1 Parent(s): 0baee7e

Publish sample dataset for reddit-subreddit-scraper

Browse files
Files changed (3) hide show
  1. README.md +93 -0
  2. sample.json +0 -0
  3. sample.parquet +3 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "Reddit Subreddit Scraper"
4
+ tags: [social_media, web-scraping, apify, social-media, marketing, scraper]
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
+
9
+ # Reddit Subreddit Scraper
10
+
11
+ Scrape posts from any subreddit - title, author, score, comments, flair, text and timestamps. Run it on a schedule for social listening, brand monitoring, lead generation or market research.
12
+
13
+ ## What the actor scrapes
14
+
15
+ # 👽 Reddit Subreddit Scraper — Scrape Reddit Posts, Scores & Comments Scrape **posts from any subreddit on [Reddit](https://www.reddit.com)** — title, author, score, comment count, flair and full self text — and export them to JSON, CSV or Excel. This **Reddit scraper** comes with built-in residential proxy support so it works reliably against Reddit's datacenter-IP blocks, with **no login and no Reddit API key required**. Reddit never stops, so this Actor is built for **scheduled, recurring use
16
+
17
+ ## Who this is for
18
+
19
+ This sample is useful for anyone working in **social media, marketing** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
20
+
21
+ ## Source
22
+
23
+ **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/reddit-subreddit-scraper](https://apify.com/logiover/reddit-subreddit-scraper)
24
+
25
+ ## Fields
26
+
27
+ - **`postId`** — unique post identifier
28
+ - **`subreddit`** — source subreddit name
29
+ - **`title`** — item or page title
30
+ - **`author`** — author or creator handle
31
+ - **`url`** — canonical URL of the item
32
+ - **`permalink`** — permanent link to the item
33
+ - **`selftext`** — self-post body text
34
+ - **`score`** — engagement / popularity score
35
+ - **`upvoteRatio`** — ratio of upvotes (0-1)
36
+ - **`numComments`** — comment count
37
+ - **`flair`** — post flair label
38
+ - **`isVideo`** — boolean — whether item is a video
39
+ - **`over18`** — boolean — adult / NSFW flag
40
+ - **`createdAt`** — creation timestamp
41
+ - **`scrapedAt`** — timestamp the row was scraped
42
+
43
+ ## Sample preview
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "postId": "1tds089",
49
+ "subreddit": "startups",
50
+ "title": "Top 5 websites I regularly use as a developer at a startup - I will not promote",
51
+ "author": "New-Vacation-6717",
52
+ "url": "https://www.reddit.com/r/startups/comments/1tds089/top_5_websites_i_regularly_use_as_a_developer_at/",
53
+ "permalink": "https://www.reddit.com/r/startups/comments/1tds089/top_5_websites_i_regularly_use_as_a_developer_at/",
54
+ "selftext": "As a developer at a startup, I’ve realized the websites I use daily are completely different from the “top developer tools” lists you usually see online.\n\nNot talking about GitHub, Stack Overflow, or MDN and all other generic stuff…\n\nI mean the smaller tools/websites that actually save me time every single day while building and shipping products. \n\nHere are 5 I genuinely use almost daily right no…",
55
+ "score": 1,
56
+ "upvoteRatio": 1,
57
+ "numComments": 0,
58
+ "flair": "I will not promote",
59
+ "isVideo": false,
60
+ "over18": false,
61
+ "createdAt": "2026-05-15T10:15:47.000Z",
62
+ "scrapedAt": "2026-05-15T10:53:53.744Z"
63
+ },
64
+ {
65
+ "postId": "1tdrykj",
66
+ "subreddit": "startups",
67
+ "title": "Top 5 websites I regularly use as a developer at a startup - I will not promote",
68
+ "author": "New-Vacation-6717",
69
+ "url": "https://www.reddit.com/r/startups/comments/1tdrykj/top_5_websites_i_regularly_use_as_a_developer_at/",
70
+ "permalink": "https://www.reddit.com/r/startups/comments/1tdrykj/top_5_websites_i_regularly_use_as_a_developer_at/",
71
+ "selftext": "As a developer at a startup, I’ve realized the websites I use daily are completely different from the “top developer tools” lists you usually see online.\n\nNot talking about GitHub, Stack Overflow, or MDN and all other generic stuff…\n\nI mean the smaller tools/websites that actually save me time every single day while building and shipping products. \n\nHere are 5 I genuinely use almost daily right no…",
72
+ "score": 2,
73
+ "upvoteRatio": 0.67,
74
+ "numComments": 0,
75
+ "flair": "I will not promote",
76
+ "isVideo": false,
77
+ "over18": false,
78
+ "createdAt": "2026-05-15T10:13:36.000Z",
79
+ "scrapedAt": "2026-05-15T10:53:53.793Z"
80
+ }
81
+ ]
82
+ ```
83
+
84
+ ## Snapshot stats
85
+
86
+ - Row count in this sample: **100**
87
+ - Data quality flag at capture time: `GOOD`
88
+
89
+ ## License & Attribution
90
+
91
+ Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/reddit-subreddit-scraper](https://apify.com/logiover/reddit-subreddit-scraper).
92
+
93
+ The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
sample.json ADDED
The diff for this file is too large to render. See raw diff
 
sample.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3905f4d6b999dc7b61ebae73da60c965fdb18599563ccc0f51a9638664c4ab6b
3
+ size 88267