Subreddit Posts Scraper (no login) avatar
Subreddit Posts Scraper (no login)
Under maintenance

Pricing

$5.99/month + usage

Go to Apify Store
Subreddit Posts Scraper (no login)

Subreddit Posts Scraper (no login)

Under maintenance

Developed by

Iskandar Souissi

Iskandar Souissi

Maintained by Community

Scrape all posts from a subreddit.

0.0 (0)

Pricing

$5.99/month + usage

0

3

3

Last modified

22 days ago

Reddit Post Data Fields

Scrapes posts from a subreddit.


Core Fields

FieldDescription
idUnique identifier for the post element.
data-fullnameFull unique Reddit ID of the post (e.g., t3_xxxxxx).
data-permalinkRelative URL to the Reddit post.
data-urlTarget URL of the post (external link or Reddit permalink).
data-domainDomain name of the linked content (e.g., i.redd.it, youtube.com).
data-contextContext reference (used for comments or crossposts).
data-timestampUnix timestamp (milliseconds) of post creation.
data-typeType of the post (e.g., link, self, etc.).

Author Information

FieldDescription
data-authorReddit username of the author.
data-author-fullnameFull Reddit user ID (e.g., t2_abcdef).

Subreddit Information

FieldDescription
data-subredditSubreddit name (e.g., python).
data-subreddit-fullnameFull subreddit ID (e.g., t5_2qh0y).
data-subreddit-prefixedPrefixed subreddit name (e.g., r/python).
data-subreddit-typeType of subreddit (e.g., public, restricted).

Post Metrics

FieldDescription
data-scoreCurrent score (upvotes - downvotes).
data-comments-countNumber of comments on the post.
data-rankRank of the post on the current page.
data-num-crosspostsNumber of times the post was crossposted.

Flags & Metadata

FieldDescription
data-nsfwMarks NSFW posts (true or false).
data-is-galleryIndicates if the post is a gallery (true or false).
data-promotedMarks promoted/sponsored content.
data-ocMarks “original content” posts.
data-spoilerMarks spoiler-tagged posts.
data-whitelist-statusIndicates whether the subreddit is ad-whitelisted.
data-gildingsJSON-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"
}