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
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
Hash of the squid to get results from
Hash of a specific run (optional)
Page number (default: 1). Example:
1Result Fields
Each result object contains the following fields:Row type:
post for the post itself, comment for a comment, user for a user profile, subreddit for subreddit metadata. Example: postCanonical URL of the Reddit post. Example:
https://www.reddit.com/r/Bitcoin/comments/1rcbgsa/crypto_beginners/Reddit post ID (base36 identifier). Example:
1rcbgsaTitle of the Reddit post. Example:
Crypto beginners guideText body of the post (for text posts) or comment text (for comment rows). Example:
Here's everything you need to know as a beginner.Type of post:
text, image, link, video, etc. Example: textUpvote score of the post or comment. Example:
1842Number of comments on the post. Populated for
type='post' rows. Example: 126Number of awards received by the post. Example:
3Username of the post or comment author. Example:
Independent_Lynx715Reddit ID of the author. Example:
t2_19xe8ly1c0Name of the subreddit (without prefix). Example:
BitcoinSubreddit name with
r/ prefix. Example: r/BitcoinReddit ID of the subreddit. Example:
t5_3oxtdPost flair label (if any). Example:
DiscussionDomain of the post content.
self.xxx for text posts, or the external domain for link posts. Example: self.BitcoinDetected language of the post (ISO 639-1). Example:
enUTC timestamp when the post or comment was created. Example:
2026-04-23T11:16:27Reddit comment ID (base36). Populated for
type='comment' rows only. Example: ohsv4v5Parent comment ID for nested replies. Populated for replies; null for top-level comments and post rows. Example:
ohsv4v5Comment nesting depth (0 = top-level comment). Null for post rows. Example:
0Total karma of the user. Populated for
type='user' rows only. Example: 87Post karma of the user. Populated for
type='user' rows only. Example: 17Comment karma of the user. Populated for
type='user' rows only. Example: 70Number of contributions by the user. Populated for
type='user' rows only. Example: 7JSON array of trophy names earned by the user. Populated for
type='user' rows only. Example: ["Five-Year Club"]JSON array of subreddits the user is active in (prefixed). Populated for
type='user' rows only. Example: ["r/Bitcoin", "r/PostCardExchange"]JSON array of subreddits the user moderates (prefixed). Populated for
type='user' rows only. Example: ["r/belikeme"]Description of the subreddit. Populated for
type='subreddit' rows only. Example: A community dedicated to Bitcoin.Number of weekly active users in the subreddit. Populated for
type='subreddit' rows only. Example: 1208799Number of weekly contributions (posts + comments) in the subreddit. Populated for
type='subreddit' rows only. Example: 18683JSON array of subreddit rules, each with
number, title, and description. Populated for type='subreddit' rows only. Example: [{"number": "1", "title": "Be civil", "description": "..."}]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/"}]