Get Results
Reddit Scraper
Get Results
Retrieve scraped data from Reddit Scraper
GET
Get Results
Retrieve scraped data from your Reddit Scraper runs. Each result row represents a post, comment, user profile, or subreddit — indicated by the
type field.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
string
required
Hash of the squid to get results from
string
Hash of a specific run (optional)
integer
Page number (default: 1). Example:
1Result Fields
Each result object contains the following fields:string
Row type:
post for the post itself, comment for a comment, user for a user profile, subreddit for subreddit metadata. Example: poststring
Canonical URL of the Reddit post. Example:
https://www.reddit.com/r/Bitcoin/comments/1rcbgsa/crypto_beginners/string
Reddit post ID (base36 identifier). Example:
1rcbgsastring
Title of the Reddit post. Example:
Crypto beginners guidestring
Text body of the post (for text posts) or comment text (for comment rows). Example:
Here's everything you need to know as a beginner.string
Type of post:
text, image, link, video, etc. Example: textinteger
Upvote score of the post or comment. Example:
1842integer
Number of comments on the post. Populated for
type='post' rows. Example: 126integer
Number of awards received by the post. Example:
3string
Username of the post or comment author. Example:
Independent_Lynx715string
Reddit ID of the author. Example:
t2_19xe8ly1c0string
Name of the subreddit (without prefix). Example:
Bitcoinstring
Subreddit name with
r/ prefix. Example: r/Bitcoinstring
Reddit ID of the subreddit. Example:
t5_3oxtdstring
Post flair label (if any). Example:
Discussionstring
Domain of the post content.
self.xxx for text posts, or the external domain for link posts. Example: self.Bitcoinstring
Detected language of the post (ISO 639-1). Example:
enstring
UTC timestamp when the post or comment was created. Example:
2026-04-23T11:16:27string
Reddit comment ID (base36). Populated for
type='comment' rows only. Example: ohsv4v5string
Parent comment ID for nested replies. Populated for replies; null for top-level comments and post rows. Example:
ohsv4v5integer
Comment nesting depth (0 = top-level comment). Null for post rows. Example:
0integer
Total karma of the user. Populated for
type='user' rows only. Example: 87integer
Post karma of the user. Populated for
type='user' rows only. Example: 17integer
Comment karma of the user. Populated for
type='user' rows only. Example: 70integer
Number of contributions by the user. Populated for
type='user' rows only. Example: 7string
JSON array of trophy names earned by the user. Populated for
type='user' rows only. Example: ["Five-Year Club"]string
JSON array of subreddits the user is active in (prefixed). Populated for
type='user' rows only. Example: ["r/Bitcoin", "r/PostCardExchange"]string
JSON array of subreddits the user moderates (prefixed). Populated for
type='user' rows only. Example: ["r/belikeme"]string
Description of the subreddit. Populated for
type='subreddit' rows only. Example: A community dedicated to Bitcoin.integer
Number of weekly active users in the subreddit. Populated for
type='subreddit' rows only. Example: 1208799integer
Number of weekly contributions (posts + comments) in the subreddit. Populated for
type='subreddit' rows only. Example: 18683string
JSON array of subreddit rules, each with
number, title, and description. Populated for type='subreddit' rows only. Example: [{"number": "1", "title": "Be civil", "description": "..."}]string
JSON array of community resource links, each with
text and url. Populated for type='subreddit' rows only. Example: [{"text": "Wiki", "url": "https://www.reddit.com/r/Bitcoin/wiki/"}]float
Ratio of upvotes to total votes (0.0–1.0). Populated for post rows. Example:
0.97boolean
Whether the post has been locked by moderators (no new comments allowed). Example:
falseboolean
Whether the post is archived (older than 6 months; no new votes or comments allowed). Example:
falseboolean
Whether the post is stickied (pinned) by a moderator. Example:
falseboolean
Whether the post is marked as NSFW (18+). Example:
falseboolean
Whether the post is marked as a spoiler. Example:
falseboolean
Whether the post is a native Reddit video. Example:
falseboolean
Whether the post contains a gallery of images. Example:
falsestring
Direct URL of the post’s media (video or external image). Null for text and self posts.
string
Preview thumbnail URL for image and video posts. Null for text posts.
string
HTML-rendered body of the post. Populated only for direct post URL scrapes.
integer
Character count of the plain-text post body.
0 for posts with no body (image, video, link). Example: 342string
HTML-rendered body of the comment. Null for non-comment rows.
float
Age of the post in hours at scraping time, derived from
created_at. Example: 18.4float
Post score divided by age in hours — measures engagement velocity. Example:
245.3float
comment_count divided by max(score, 1). High values indicate discussion-heavy posts. Example: 0.08boolean
true if score_per_hour > 50 or comment_to_score_ratio > 0.1. Example: truestring
Whether the post was made with special authority:
moderator, admin, or null. Example: nullboolean
Whether the post is a paid advertisement (sponsored/promoted). Example:
falseboolean
Whether the post is a text/self post (no external link). Example:
truestring
Reddit short URL for the post (
https://redd.it/{post_id}). Example: https://redd.it/1rcbgsaboolean
Whether the post or comment has been edited after submission. Example:
falsestring
ISO timestamp of when the post was last edited. Null if never edited.
integer
Number of times this post has been crossposted to other subreddits. Example:
3string
The post author’s flair text in the subreddit at the time of posting. Example:
OG MemberWhether the post or comment author has Reddit Premium. Example:
falseinteger
Number of times this post has been gilded (awarded Reddit Gold). Example:
0boolean
Whether the post was marked as Original Content (OC) by the author. Example:
falseinteger
Number of subscribers in the subreddit at scraping time. Example:
7234891string
The
post_id of the original post if this is a crosspost. Null otherwise.string
Sort order suggested by the subreddit moderators for this post’s comments. Example:
top