reddit-scraper

Fetch and display latest posts from public Reddit subreddits via the Reddit JSON API.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill reddit-scraper-leonardoteodoroo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-scraper
Source: https://github.com/leonardoteodoroo/amino-advanced/tree/main/.agent/skills/reddit-scraper
Command: npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill reddit-scraper-leonardoteodoroo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

People want quick visibility into recent activity on Reddit without manual browsing or authentication.

Core Features & Use Cases

  • Fetch Latest Posts: Retrieve the top 3 newest posts from any public subreddit, showing title, author, score, URL, and a content preview.
  • CLI Chat Interface: Interactively query multiple subreddits in a session for rapid exploration.
  • Direct Queries & Filters: Retrieve posts with specific subreddit, sort, time window, and limit to tailor results.
  • Advanced Search: Search within a subreddit with a text query and display matching posts with metadata.

Quick Start

Fetch the latest posts from a subreddit and display the top three results.

Frequently Asked Questions about reddit-scraper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch latest Reddit posts from a subreddit without authentication?

You can fetch latest Reddit posts from any public subreddit without authentication using the Reddit JSON API. This tool retrieves post titles, authors, scores, URLs, and content previews directly through lightweight HTTP requests.

Can I retrieve Reddit posts using Python requests and filter them by time window?

Yes, you can retrieve Reddit posts using Python requests and filter them by time window. The tool allows you to specify subreddit, sort order, time window, and limit to tailor the fetched JSON API results to your needs.

What is the best way to interactively query multiple subreddits in a single session?

The best way to interactively query multiple subreddits in a single session is using the CLI chat interface. It enables rapid exploration by allowing you to continuously fetch and preview posts from different public subreddits.

Do I need an API key to scrape Reddit posts for a quick subreddit preview?

No, you do not need an API key to scrape Reddit posts for a quick subreddit preview. The tool relies on the public Reddit JSON API for no-auth retrieval, requiring only the Python requests library to perform the HTTP requests.

How do I search within a subreddit for specific text and display matching post metadata?

You can search within a subreddit for specific text using the advanced search feature. It fetches matching posts from the Reddit JSON API and displays their metadata, including title, author, score, and URL.

Are there limitations to fetching Reddit data through the public JSON API instead of official authentication?

Fetching Reddit data through the public JSON API limits you to retrieving posts from public subreddits only. It is designed for lightweight, no-auth retrieval and quick previews, meaning it may not support deeper data extraction or private subreddit access.