reddapi

Solid

The original reddapi.dev Reddit search skill (vector search, semantic search, trends, subreddit discovery), no Reddit OAuth or app registration needed. This is the same engine now packaged as reddit-research with added market-research playbooks and a fuller pitch on semantic vs keyword search; reddapi is kept live under its original name for existing installs and works standalone. Use when the user says 'reddapi' by name, or wants a minimal drop-in Reddit search skill without the extra research-workflow guidance. For the expanded research-oriented version with query playbooks, see reddit-research. For B2B lead scoring, see reddit-leads. For a bare API reference, see reddit-search-api.

API & Backend 433 stars 1 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
88
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# reddapi.dev Skill ## About This Skill This was the first skill published for reddapi.dev. It has since grown into **`reddit-research`**, which covers the same endpoints below plus market-research query playbooks and a fuller pitch on why semantic search beats keyword search on Reddit. This file stays live and fully functional under its original name so existing installs keep working - if you're installing fresh, prefer `reddit-research`. ## Overview Search Reddit's archive through reddapi.dev, a third-party indexer (not the official Reddit API - no OAuth, no app registration). Two search modes, a trends endpoint over a date range, and subreddit lookup. All endpoints require the auth header built in "Credentials" below. **All POST requests must also send `Content-Type: application/json` - omitting it returns HTTP 403 "Cross-site POST form submissions are forbidden".** ## Credentials `REDDAPI_API_KEY` lives in the environment of the shell that runs the request. Its value is never needed in this conversation. The operator sets both variables once, in their own shell, before the agent runs anything. The agent never reads, writes, or transports the key's value: ```bash export REDDAPI_API_KEY=... # from https://reddapi.dev/account export REDDAPI_AUTH="Authorization: Bearer $REDDAPI_API_KEY" ``` Every request below sends `-H "$REDDAPI_AUTH"`. No command in this skill names the key's value, and no example needs it substituted in. - Refere...

Details

Author
lignertys
Repository
lignertys/reddit-research-skills
Created
7 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

reddit-search-api

Pure API reference for reddapi.dev - authentication, all endpoints (vector search, semantic search, trends, subreddit lookup), request parameters, response schemas, and error codes, with no research-workflow framing. Use when the user wants raw endpoint documentation, is debugging a reddapi.dev integration, needs exact request/response field names, or asks for 'reddapi API reference', 'reddapi.dev endpoints', or 'reddapi error codes'. For guided research workflows and query playbooks, see reddit-research. For B2B lead scoring, see reddit-leads.

433 Updated 1 months ago
lignertys
AI & Automation Solid

reddit-research

Do market research, user research, and product validation on Reddit with semantic search across 50K+ subreddits, 20M+ posts, and 40M+ comments via reddapi.dev - search by meaning, not keywords, no Reddit OAuth or app registration needed. Use when the user wants to research what people say on Reddit, find user pain points and complaints, validate a product or niche idea, do competitor and market research, track subreddit trends over a date range, or discover which subreddits discuss a topic. Also use when the user mentions 'Reddit research', 'Reddit 调研', 'search Reddit', 'subreddit discovery', 'niche validation', 'pain points', 'user complaints', or 'Reddit trends'. Requires REDDAPI_API_KEY. For B2B lead scoring, see reddit-leads; for a bare API reference, see reddit-search-api.

433 Updated 1 months ago
lignertys
AI & Automation Featured

reddit-insights

Search Reddit posts by meaning via the reddapi.dev index.

433 Updated 1 months ago
lignertys