Reddit Search Scraper
Pricing
from $1.10 / 1,000 results
Reddit Search Scraper
Search Reddit by keyword and export matching posts, communities and users as structured JSON. No login, no API key.
Pricing
from $1.10 / 1,000 results
Rating
0.0
(0)
Developer
MYM
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Reddit Search Scraper — Search Reddit by Keyword & Scrape Posts, Communities, Users and Media (No API Key, No Login)
Scrape Reddit search results for any keyword and export every matching post, community, user and media item as clean, structured data — no API key, no login, no cookies or account required. Get title, author, subreddit, score, comment count, flair, full post text, timestamps and direct URLs, then export scraped data to JSON, CSV, Excel, or XML, schedule runs via API, and integrate with your tools and AI workflows.
Built for AI agents: plug Reddit Search Scraper into Claude, ChatGPT / Codex, and Cursor through the Apify MCP server to give your assistant live Reddit search results on demand.
What it does • AI agents (MCP) • How to use • Data extracted • Limiting results • Output example • Pricing • Integrations • FAQ • Other Reddit scrapers • Resources
What can Reddit Search Scraper do? {#what-can-reddit-search-scraper-do}
Reddit Search Scraper runs a keyword search across Reddit and returns every matching result as structured data. Type in one or more search terms — like python developer, machine learning, or your brand name — and the scraper collects the posts, communities, users, and media that match, complete with scores, comment counts, authors, subreddits, timestamps and full post text.
It works the same way Reddit's own search box does, but the output is clean, machine-readable data you can load straight into a spreadsheet, a database, a dashboard, or an AI agent. There is no API key to create, no login, no OAuth, and no cookies or account required — the actor handles everything for you and lets you go beyond the limitations of the official Reddit API. Only publicly available data is collected.
Whether you are tracking brand mentions, mining subreddits for product ideas, monitoring a competitor, sourcing leads, or building a Reddit dataset for machine learning, this actor turns a plain-text query into a repeatable, structured data feed — and lets you scrape Reddit search results at scale with no limitations on requests.
✅ Keyword search across all of Reddit
Supply one keyword or a whole list of them in searchQueries. Every query is executed independently and the matching results are merged into one dataset, so you can scrape a bunch of keywords at once. Search for anything Reddit indexes — topics, product names, job titles, competitors, hashtags, or long-tail phrases.
🗂️ Scrape posts, communities, users, and media
Use searchFor to choose which entity types each query returns:
- Posts — threads and text/link submissions that match the keyword.
- Communities — subreddits whose name or description matches.
- Users — Reddit accounts that match.
- Media posts only — restrict results to submissions that contain images or video.
Select one type or several at once and the scraper returns them all in a single run.
💬 Full post text and rich metadata
When includeSelftext is enabled, each post arrives with its complete body text (selftext) alongside title, author, subreddit, score, comment count, flair, domain, timestamps, and direct URLs. Perfect for sentiment analysis, summarization, or feeding an LLM.
📊 Sorting and time filtering
Order results by sort (relevance, new, hot, top, most comments) and constrain them to a time window (past hour, 24 hours, week, month, year, or all time) so you only pull the freshest — or the all-time most popular — matches. Fresh data, no caching.
🔄 Subreddit targeting
Narrow any search to specific communities with searchInSubreddits. Pass a list like learnpython or programming and every query is restricted to those subreddits, so you get topic-relevant results without the noise.
⚡ Fast, capped, predictable runs
Set a hard maxItems ceiling and a per-query maxPostsPerSource cap so every run is fast and cost-predictable. A single run finishes in minutes and returns exactly the volume of data you asked for — fast, fresh data delivered in seconds.
🔞 NSFW control
Leave includeNSFW off (the default) for clean, safe-for-work results, or switch it on when your research requires the full, unfiltered result set.
Use Reddit Search Scraper with AI agents — Claude, ChatGPT & Cursor (MCP) {#use-with-ai-agents-mcp}
Reddit Search Scraper is available through the Apify MCP (Model Context Protocol) server, so you can call it directly from your favorite AI assistant and let the model search Reddit for you in real time.
- Claude (Claude Desktop / Claude Code) — add the Apify MCP server and ask Claude to "search Reddit for what people say about X" and analyze the results.
- ChatGPT / Codex — expose the actor as a tool so the model can pull fresh Reddit discussions mid-conversation.
- Cursor — wire it into your coding agent to gather real developer feedback from Reddit while you build.
Because the output is structured data, agents can filter, rank, and summarize the results without any extra parsing. From there, connect the dataset to downstream MCP connectors and automation tools — Slack, Notion, Airtable, Google Sheets, Zapier, Make, and n8n — to route mentions, build reports, or trigger alerts automatically.
Learn more about the Apify MCP server in the Resources section.
How to scrape Reddit search results {#how-to-search-reddit}
- Open the Reddit Search Scraper page on Apify and click Try for free.
- Enter one or more keywords in Search queries (
searchQueries). - Pick what each query should return under Search for (
searchFor) — posts, communities, users, and/or media. - (Optional) Restrict to specific subreddits, choose a Sort order and a Time range, and toggle NSFW / post text.
- Set Max items (
maxItems) to cap the total results. - Click ▶ Start and watch results stream into the dataset.
- Export as JSON, CSV, Excel, XML, or HTML, or pull the data through the API.
No account, no API token, no browser extension — just enter a keyword and run. Get your first results free in under 2 minutes.
What data can I scrape from Reddit search? {#what-data-can-i-scrape-from-reddit-search}
Each post result includes the following fields (media, community, and user results include the relevant subset):
| Field | Type | Description |
|---|---|---|
id | string | Reddit fullname / thing ID (e.g. t3_1tmkvkr). |
type | string | Result entity type (post, community, user, media). |
title | string | Post title. |
author | string | Username of the poster. |
subreddit | string | Subreddit the result belongs to. |
selftext | string | Full body text of the post (when included). |
score | integer | Net upvote score. |
numComments | integer | Number of comments on the post. |
flair | string | Post flair, if any. |
nsfw | boolean | Whether the result is flagged over-18. |
url | string | Canonical Reddit URL of the result. |
outboundUrl | string | Link target (external URL for link posts). |
domain | string | Source domain (e.g. self.learnjavascript). |
isSelf | boolean | Whether it is a self (text) post. |
thumbnail | string | Thumbnail image URL, if present. |
spoiler | boolean | Whether the post is marked as a spoiler. |
stickied | boolean | Whether the post is pinned. |
archived | boolean | Whether the thread is archived. |
edited | boolean | Whether the post was edited. |
gilded | boolean | Whether the post received awards. |
createdUtc | string (ISO 8601) | When the item was created. |
scrapedAt | string (ISO 8601) | When the item was collected. |
sourceType | string | Which query produced the item (e.g. search-posts). |
Use cases for scraping Reddit search results
- Brand & reputation monitoring — track every mention of your product, company, or founders across Reddit.
- Market & product research — mine discussions for pain points, feature requests, and unmet needs.
- Lead generation — find people actively asking for the kind of solution you sell.
- Competitor intelligence & competition monitoring — see what communities say about rival products.
- Content & SEO research — discover the questions and topics your audience actually cares about.
- Community discovery — locate the most relevant subreddits for a niche before you post.
- Trend spotting — surface rising discussions in the past hour, day, or week.
- Academic & social research — build reproducible Reddit datasets around any topic.
- AI / ML training data — collect labeled, topic-specific text corpora for models.
- Recruiting & sourcing — find candidates and communities discussing specific skills or roles.
Example inputs — how to scrape Reddit search
Search a single keyword
Return the most relevant posts for one term:
{"searchQueries": ["python developer"],"searchFor": ["posts"],"sort": "relevance","time": "month","maxItems": 50}
Search multiple keywords at once
Each query runs independently and results are merged:
{"searchQueries": ["machine learning", "data science", "llm"],"searchFor": ["posts"],"sort": "top","time": "year","maxItems": 100,"maxPostsPerSource": 30}
Restrict a search to specific subreddits
{"searchQueries": ["best resources"],"searchInSubreddits": ["learnpython", "learnprogramming"],"searchFor": ["posts"],"sort": "top","time": "all","maxItems": 40}
Discover communities and users
Find matching subreddits and accounts instead of posts:
{"searchQueries": ["mechanical keyboards"],"searchFor": ["communities", "users"],"maxItems": 50}
Collect media posts only
{"searchQueries": ["home office setup"],"searchFor": ["media"],"sort": "hot","time": "week","includeNSFW": false,"maxItems": 60}
Limiting results {#limits}
Two fields keep every run fast and cost-predictable:
maxItems— a hard cap on the total number of results saved to the dataset. Default 50, range 1–100. A single run lasts at most about 10 minutes.maxPostsPerSource— the maximum results kept per query. Default 25, range 1–100. Useful when you pass many keywords and want a balanced number of results from each.
Additional control fields:
sort— result ordering:relevance(default),new,hot,top,comments.time— time window:hour,day,week,month,year,all(defaultall).includeSelftext— include full post body text (defaulttrue).includeNSFW— include over-18 results (defaultfalse).maxRetries— retry attempts per failed request,0–6(default3, Advanced).requestDelayMs— politeness delay between requests in ms,0–10000(default300, Advanced).debug— verbose logging (defaultfalse, Advanced).
Output example {#output-example}
A real dataset item returned when scraping Reddit search results:
{"id": "t3_1tmkvkr","url": "https://www.reddit.com/r/learnjavascript/comments/1tmkvkr/would_learning_javascript_in_2026_be_beneficial/","nsfw": false,"type": "post","flair": "","score": 0,"title": "Would learning JavaScript in 2026 be beneficial?","author": "Majestic_Drawing_908","domain": "self.learnjavascript","edited": false,"gilded": false,"isSelf": true,"spoiler": false,"archived": false,"selftext": "I am planning to begin learning JavaScript to develop web applications. But if AI generates all the coding just from a command, then why do I need to study JavaScript 2026? Why are people still seeking for programming knowledge? Is it necessary to have JS knowledge even when working with AI?","stickied": false,"scrapedAt": "2026-07-18T22:15:34.577Z","subreddit": "learnjavascript","thumbnail": "","createdUtc": "2026-05-24T18:56:20.000Z","sourceType": "search-posts","createdText": "","numComments": 19,"outboundUrl": "https://www.reddit.com/r/learnjavascript/comments/1tmkvkr/would_learning_javascript_in_2026_be_beneficial/"}
How much does scraping Reddit search cost? {#how-much-does-scraping-reddit-search-cost}
Reddit Search Scraper uses a simple pay-per-result model — you are billed for the data you actually collect, with no monthly minimum and no wasted compute. Because runs are capped by maxItems and finish in minutes, costs stay small and fully predictable. Small searches cost only pennies, and the built-in limits mean you never pay for more than you asked for.
New Apify accounts include free monthly usage credits, so you can get your first results free in under 2 minutes and run real searches before spending anything. See the pricing tab on the actor page for current rates.
Integrate Reddit search data with n8n, Zapier, and Make {#integrations}
Run the actor and get results in a single call with the run-sync-get-dataset-items endpoint:
curl -X POST "https://api.apify.com/v2/acts/myagizm~reddit-search-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchQueries": ["python developer"],"searchFor": ["posts"],"sort": "relevance","time": "month","maxItems": 50}'
Start a run asynchronously and fetch the dataset when it finishes:
# 1. Start the runcurl -X POST "https://api.apify.com/v2/acts/myagizm~reddit-search-scraper/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{ "searchQueries": ["machine learning"], "maxItems": 100 }'# 2. Fetch the dataset items once the run is SUCCEEDEDcurl "https://api.apify.com/v2/datasets/DATASET_ID/items?token=YOUR_APIFY_TOKEN&format=json"
The actor works out of the box with Make, Zapier, n8n, Slack, Airbyte, Gumloop, CrewAI, IFTTT, Lindy, GitHub, Google Sheets, and Google Drive, plus any tool that can call an HTTP endpoint or the Apify API. Pair it with Slack, Notion, Airtable, or Google Sheets connectors to route new mentions, build living reports, or trigger alerts the moment a keyword shows up on Reddit. You can also schedule runs on Apify via API and webhooks to keep a dataset continuously up to date.
FAQ {#faq}
Do I need a Reddit account or API key to scrape Reddit search?
No. There is no login, no OAuth, no cookies, and no API key to create. Just enter a keyword and run — the actor handles all access for you and lets you go beyond the limitations of the official Reddit API.
Is it legal to scrape Reddit search results?
The actor collects only publicly available data that anyone can see without logging in. Publicly accessible information is generally considered fair to collect, but you are responsible for how you use it — respect Reddit's terms, copyright, and applicable privacy laws (such as GDPR and CCPA) in your jurisdiction. Do not scrape private content or use personal data unlawfully.
Can I use Reddit Search Scraper with the Apify API?
Yes. Start runs, pass input, and fetch dataset items programmatically through the Apify API using the actor path myagizm~reddit-search-scraper. Sync and async examples are shown in the Integrations section.
Can I get Reddit search data through an MCP server (AI agents)?
Yes. The actor is available through the Apify MCP server, so Claude, ChatGPT / Codex, and Cursor can call it directly and analyze the structured results in real time.
Do I need proxies to scrape Reddit search?
No. Proxy handling, retries, and access are managed automatically. You never touch a proxy, cookie, or session.
What keywords can I search on Reddit?
Anything Reddit's search indexes — topics, brand or product names, usernames, job titles, hashtags, or long-tail phrases. Pass several at once in searchQueries and each runs independently.
Can I scrape only certain subreddits?
Yes. Add subreddit names to searchInSubreddits and every query is restricted to those communities.
Can I find subreddits and users, not just posts?
Yes. Set searchFor to include communities and/or users. Use media to return only image/video posts.
Can I scrape multiple Reddit searches at once?
Yes. Pass many keywords in searchQueries and each runs independently, then all results merge into one dataset — scrape a bunch of searches at once with no limitations on the number of queries.
How many results can I get per run?
Up to 100 total via maxItems, and up to 100 per query via maxPostsPerSource. A single run lasts at most about 10 minutes.
Can I get the full text of each post?
Yes. Keep includeSelftext enabled (the default) and each post arrives with its complete selftext body.
How do I exclude or include NSFW content?
Leave includeNSFW off for safe-for-work results (default), or switch it on to include over-18 content.
Can I sort or filter Reddit search results by date?
Yes. Use sort (relevance, new, hot, top, most comments) and time (hour, day, week, month, year, all) to control ordering and the time window.
What formats can I export scraped Reddit data to?
Results can be exported as JSON, CSV, Excel, XML, or HTML, or pulled directly through the Apify API.
Can I scrape Reddit search results from private accounts or communities?
No. Only publicly available posts, communities, users, and media are collected. Private or quarantined-restricted content is never accessed.
Can I schedule recurring Reddit searches?
Yes. Use Apify's scheduler to run the actor automatically and keep a keyword dataset continuously updated.
Can I connect Reddit search data to Slack, Sheets, or a database?
Yes. Via Apify integrations and the API you can push results to Slack, Google Sheets, Airtable, Notion, databases, and automation platforms like n8n, Zapier, and Make.
Want other Reddit data? {#want-other-reddit-data}
Reddit Search Scraper is part of a full Reddit scraping suite by myagizm. If you need something beyond keyword search, grab the matching scraper:
- Reddit Scraper — fast, all-in-one Reddit scraper for posts, comments, and subreddit data.
- Reddit Comment Scraper — extract full comment trees from any Reddit thread.
- Reddit Subreddit Scraper — pull the latest and top posts from any subreddit.
- Reddit Community Scraper — collect community metadata and member stats for subreddits.
- Reddit Profile Scraper — scrape a user's posts, comments, and profile details.
Support {#support}
Questions, feature requests, or found a bug? Open an issue on the actor's Issues tab on Apify, and it will be looked into promptly. Suggestions for new output fields or search options are always welcome — this actor is actively maintained.
Related searches {#related-searches}
reddit search scraper · reddit keyword search api · reddit brand mention monitoring · search reddit comments · reddit buying signals · reddit social listening · scrape reddit search results · reddit competitive intelligence · reddit keyword monitoring · reddit search api alternative · reddit mention tracker · reddit prospecting tool · x402 actor · ai agent scraper no account · pay with usdc api · mcp scraper for agents
Run it from an AI agent — no Apify account needed (x402) {#x402}
This actor accepts agentic payments over the open x402 protocol. An AI agent can pay for a run in USDC on Base and get the data without an Apify account, a credit card, or an API key:
# one-time: wallet + prepaid token (agent side)npx -y awal auth login <email>npx awal x402 pay 'https://agi.apify.com/protocols/x402/prepaid-tokens?amount=1¤cy=usd' --max-amount 1000000 --json# then use the returned token exactly like an Apify API tokencurl "https://api.apify.com/v2/acts/myagizm~reddit-search-scraper/run-sync-get-dataset-items" \-H "Authorization: Bearer $PREPAID_TOKEN" -H 'Content-Type: application/json' -d '{INPUT}'
Why it works here: this actor is pay per event and runs with limited permissions, the two conditions x402 requires. You are charged per result, so an agent pays only for the rows it receives. The prepaid token is a hard spending cap and expires 14 days after purchase.
Disclaimer
This is an independent tool and is not affiliated with, endorsed by, or sponsored by Reddit. All product names, logos, and brands are property of their respective owners. Use Reddit Search Scraper responsibly and in compliance with applicable laws, Reddit's terms of service, and the privacy rights of individuals. Only publicly available data is collected.
Resources {#resources}
- Apify API documentation — full REST API reference.
- Apify MCP server — connect actors to Claude, ChatGPT, and Cursor.
- Run actors via API — start runs programmatically.
- Dataset export docs — export results as JSON, CSV, Excel, XML, or HTML.
- Apify integrations — n8n, Zapier, Make, Slack, Google Sheets, and more.
- Apify scheduling — automate recurring runs.
中文说明 —— Reddit 关键词搜索抓取工具(V1)
V1 = 轻量低价线。 本 Actor 为 V1:自包含、价格最低、尽力而为。若需要更稳定的交付与更全的字段,请使用同一功能的 V2 版本(见 myagizm 商店主页)。
免登录抓取 Reddit 公开数据 —— 按关键词在全站或指定版块内搜索帖子与评论。不需要 Reddit API Key、不需要 OAuth 应用、不需要登录或 Cookie。结果可导出为 JSON、CSV、Excel、XML,也可通过 Apify API 定时运行并接入 n8n、Zapier、Make 等工具。
两分钟内免费拿到第一批数据 —— 填入内容、点击 Start 即可。无需配置,试用不需要信用卡。
能做什么
- 🔎 关键词搜索:可搜帖子,也可搜评论(
searchFor)。 - 🎯 限定版块搜索(
searchInSubreddits),把噪音降到最低。 - 🔀 排序与时间范围:relevance / new / hot / top / comments × hour…all。
- 📝 可选帖子正文与🔞成人内容开关。
- 🗓️ 日期截断,只保留最近命中。
- 🏷️ 每行记录来源查询,多关键词运行也能拆分。
- 📏
maxItems/maxPostsPerSource精确控制成本。
谁在用
- 🏢 品牌与声誉监测 —— 追踪品牌被提及的每一处。
- 💼 销售线索 —— 搜「求推荐」「有没有替代品」这类购买信号。
- 📊 竞品情报 —— 看用户如何比较你和对手。
- 🧠 内容与 SEO —— 找出真实用户在问的问题。
- 🧑💻 NLP 团队 —— 按主题构建语料。
可以抓取哪些数据
| 字段 | 类型 | 说明 |
|---|---|---|
id | string | 记录 ID(帖子如 t3_...,评论如 t1_...) |
type | string | 记录类型(post / comment / user / community) |
title | string | 帖子标题 |
author | string | 作者用户名 |
subreddit | string | 所属子版块 |
selftext | string | 帖子正文(开启 Include post text 时返回) |
score | integer | 抓取时的净赞数 |
numComments | integer | 评论数 |
flair | string | 帖子 flair 标签 |
nsfw | boolean | 是否标记为成人内容 |
url | string | 永久链接 |
outboundUrl | string | 帖子指向的链接(外链帖为外部地址,自帖为永久链接) |
domain | string | 来源域名(如 self.AskReddit、i.redd.it) |
isSelf | boolean | 是否为纯文本自帖 |
thumbnail | string | 缩略图地址 |
spoiler | boolean | 是否标记为剧透 |
stickied | boolean | 是否在版块内置顶 |
archived | boolean | 是否已归档 |
edited | boolean | 是否被编辑过 |
gilded | boolean | 是否获得奖励 |
sourceType | string | 该行的采集方式(如 listing) |
字段取决于该条目公开了什么;不存在的值返回
null,数据结构保持稳定。
输入示例
{"searchQueries": ["python developer"],"searchFor": ["posts"],"sort": "relevance","time": "month","maxItems": 50}
输出示例
{"id": "t3_1tmkvkr","url": "https://www.reddit.com/r/learnjavascript/comments/1tmkvkr/would_learning_javascript_in_2026_be_beneficial/","nsfw": false,"type": "post","flair": "","score": 0,"title": "Would learning JavaScript in 2026 be beneficial?","author": "Majestic_Drawing_908","domain": "self.learnjavascript","edited": false,"gilded": false,"isSelf": true,"spoiler": false,"archived": false,"selftext": "I am planning to begin learning JavaScript to develop web applications. But if AI generates all the coding just from a command, then why do I need to study JavaScript 2026? Why are people still seeking for programming knowledge? Is it necessary to have JS knowledge even when working with AI?","stickied": false,"scrapedAt": "2026-07-18T22:15:34.577Z","subreddit": "learnjavascript","thumbnail": "","createdUtc": "2026-05-24T18:56:20.000Z","sourceType": "search-posts","createdText": "","numComments": 19,"outboundUrl": "https://www.reddit.com/r/learnjavascript/comments/1tmkvkr/would_learning_javascript_in_2026_be_beneficial/"}
价格
采用按结果计费:只为真正拿到的数据付费,不按运行时间收费。
- 💸 成本 = 结果数量 × 单价,预算可提前算清。
- 📉 Apify 的 Bronze / Silver / Gold / Platinum / Diamond 套餐享阶梯折扣。
- 🆓 新账号自带每月免费额度,第一次运行不花钱。
- 🚫 无代理附加费、无单次请求费、无最低消费。
实时价格见 Apify 商店页面。
使用建议
- 🔍 用精确短语(加引号)做品牌监测,宽泛词噪音大。
- 🎯 先用
searchInSubreddits锁定几个相关版块,质量远高于全站搜。 - 🗓️ 危机监测用
new+ 小时级时间范围,常规研究用top+ 月/年。 - 🆔 定时运行时按
id去重,只处理新命中。 - 🤖 把命中结果送入大模型自动打情感与意图标签。
其他 Reddit 数据
- 🤖 Reddit 综合抓取 —— 子版块 / 用户 / 社区 / 搜索四合一。
- 🔎 Reddit 搜索抓取 —— 全站或指定版块关键词搜索。
- 🏘️ 子版块抓取 —— 按版块抓帖子。
- 💬 评论抓取 —— 可控深度的评论采集。
- 📇 社区信息抓取 —— 版块规模与简介。
- 👤 用户资料抓取 —— karma、账号年龄、徽章。
其他平台同样采用免登录、按结果计费的方式:Instagram · TikTok · X(推特) · LinkedIn · YouTube · Google 地图。完整工具家族见 myagizm 商店主页。
配合 AI 智能体使用(MCP)
本 Actor 已接入 Apify MCP 服务器,Claude、ChatGPT、Cursor 等助手可以把它当作工具直接调用,用自然语言提问即可拿到结构化结果,无需写胶水代码。
集成与 API
支持 Make、Zapier、n8n、Slack、Airbyte、Gumloop、CrewAI、IFTTT、Lindy、GitHub、Google Sheets、Google Drive,以及 Webhook、定时任务与 MCP 服务器。
curl -X POST "https://api.apify.com/v2/acts/myagizm~reddit-search-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchQueries": ["python developer"],"searchFor": ["posts"],"sort": "relevance","time": "month","maxItems": 50}'
把 format 改成 json、csv、xlsx 或 xml 即可导出不同格式。
常见问题
需要 Reddit API Key 或登录吗? 不需要。没有 API Key、没有 OAuth 应用、不登录、不用 Cookie。
抓取 Reddit 合法吗? 只采集公开可见的数据,即任何未登录访客都能看到的内容。不登录、不访问私密版块或私信。合规责任由使用者承担:如涉及个人数据请遵守 GDPR / CCPA 与平台条款。
能抓私密版块或已删除内容吗? 不能,会被跳过并记录在运行日志中。
需要配置代理吗? 不需要,已内置托管。
支持导出 CSV / Excel / JSON 吗? 支持 JSON、CSV、Excel、XML。
可以通过 Apify API 调用吗? 可以,见上方示例。
支持 AI 智能体(MCP)吗? 支持,Claude、ChatGPT、Cursor 均可当作工具调用。
可以定时运行吗?
可以,支持 Apify Schedules、API 与 Webhook;按 id 去重即可实现增量采集。
V1 和 V2 有什么区别? V1 轻量自包含、价格最低、尽力而为;V2 运行在托管基础设施上,交付更稳定、字段更全。两者输入基本一致,可以先用 V1 广筛、再用 V2 精查。
数据有多新? 不缓存,每次运行都读取当前公开页面。
让 AI 代理直接调用 —— 无需 Apify 账号(x402)
本工具支持基于开放 x402 协议 的代理支付:AI 代理可以用 Base 链上的 USDC 直接付费运行,无需 Apify 账号、信用卡或 API 密钥。
npx -y awal auth login <邮箱>npx awal x402 pay 'https://agi.apify.com/protocols/x402/prepaid-tokens?amount=1¤cy=usd' --max-amount 1000000 --jsoncurl "https://api.apify.com/v2/acts/myagizm~reddit-search-scraper/run-sync-get-dataset-items" \-H "Authorization: Bearer $PREPAID_TOKEN" -H 'Content-Type: application/json' -d '{INPUT}'
之所以可用:本工具采用按事件计费且以受限权限运行,这正是 x402 的两个前提条件。按结果计费,代理只为拿到的数据付费;预付令牌本身就是消费上限,购买后 14 天到期。
免责声明
本工具为独立第三方工具,与 Reddit, Inc. 无任何隶属、认可或赞助关系,所有商标归各自所有者。
本 Actor 只采集公开可见的数据,不登录、不绕过访问控制、不获取私密内容。数据使用的合规责任由使用者承担。
相关搜索
reddit 搜索抓取 · reddit 关键词搜索 · reddit 品牌监测 · reddit 提及追踪 · reddit 购买信号 · 免登录 reddit 搜索 · reddit 搜索 api · reddit 评论搜索 · reddit 竞品情报 · reddit 舆情监控 · x402 支付 · ai 代理抓取 · usdc 付费 api