Subreddit Posts Scraper (no login) avatar

Subreddit Posts Scraper (no login)

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Subreddit Posts Scraper (no login)

Subreddit Posts Scraper (no login)

Under maintenance

Scrape all posts from a subreddit.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Iskandar Souissi

Iskandar Souissi

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

23 days ago

Last modified

Categories

Share

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"
}