Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
Social Mediaextract
4.5
1.5k uses

Reddit Subreddit Posts

Extract posts from a Reddit subreddit including title, score, author, comment count, and submission time

Target URL
https://old.reddit.com/r/technology/Visit Site
Steps
1

Go to subreddit page

navigate

2

Extract posts

extract

FieldSelectorTransform
title.thing .title a.titletext
score.thing .score.unvotedtext
author.thing .authortext
commentCount.thing .commentstext
url.thing .title a.titleurl
timePosted.thing timedate
Output Schema
FieldType
titlestring
scorestring
authorstring
commentCountstring
urlstring
timePostedstring
Example Output
titlescoreauthorcommentCounturltimePosted
Apple announces M4 Ultra chip for Mac Pro12.4ktech_insider1,847 comments/r/technology/comments/abc1232026-03-18T10:30:00Z
EU passes new right-to-repair legislation8.7keuro_news_bot923 comments/r/technology/comments/def4562026-03-18T08:15:00Z
Starlink now available in 80+ countries6.2kspace_watcher1,204 comments/r/technology/comments/ghi7892026-03-17T22:00:00Z
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-reddit-posts",
    "url": "https://old.reddit.com/r/technology/"
  }'

Command Palette

Search for a command to run...