Subreddit Posts Scraper (no login)
Pricing
$5.99/month + usage
Go to Apify Store
Pricing
$5.99/month + usage
Rating
0.0
(0)
Developer

Iskandar Souissi
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
3
Monthly active users
2 months ago
Last modified
Categories
Share
Reddit Post Data Fields
Scrapes posts from a subreddit.
Core Fields
| Field | Description |
|---|---|
id | Unique identifier for the post element. |
data-fullname | Full unique Reddit ID of the post (e.g., t3_xxxxxx). |
data-permalink | Relative URL to the Reddit post. |
data-url | Target URL of the post (external link or Reddit permalink). |
data-domain | Domain name of the linked content (e.g., i.redd.it, youtube.com). |
data-context | Context reference (used for comments or crossposts). |
data-timestamp | Unix timestamp (milliseconds) of post creation. |
data-type | Type of the post (e.g., link, self, etc.). |
Author Information
| Field | Description |
|---|---|
data-author | Reddit username of the author. |
data-author-fullname | Full Reddit user ID (e.g., t2_abcdef). |
Subreddit Information
| Field | Description |
|---|---|
data-subreddit | Subreddit name (e.g., python). |
data-subreddit-fullname | Full subreddit ID (e.g., t5_2qh0y). |
data-subreddit-prefixed | Prefixed subreddit name (e.g., r/python). |
data-subreddit-type | Type of subreddit (e.g., public, restricted). |
Post Metrics
| Field | Description |
|---|---|
data-score | Current score (upvotes - downvotes). |
data-comments-count | Number of comments on the post. |
data-rank | Rank of the post on the current page. |
data-num-crossposts | Number of times the post was crossposted. |
Flags & Metadata
| Field | Description |
|---|---|
data-nsfw | Marks NSFW posts (true or false). |
data-is-gallery | Indicates if the post is a gallery (true or false). |
data-promoted | Marks promoted/sponsored content. |
data-oc | Marks “original content” posts. |
data-spoiler | Marks spoiler-tagged posts. |
data-whitelist-status | Indicates whether the subreddit is ad-whitelisted. |
data-gildings | JSON-like info about awarded medals/golds. |
Example Extracted Object
{"id": "thing_123","data-author": "example_user","data-author-fullname": "t2_abcd123","data-subreddit": "python","data-score": "256","data-comments-count": "42","data-nsfw": "false","data-permalink": "/r/python/comments/xxxxx/example_post/","data-url": "https://i.redd.it/xxxxxx.jpg","data-timestamp": "1729455123000"}