从Reddit提取帖子、嵌套评论线程、搜索结果和用户活动。可配置评论深度从1到5级,让您控制对话的深度。我们的爬虫透明地处理Reddit的反爬虫保护。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~reddit-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["best CRM software"], "maxResultsPerQuery": 50 }' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/reddit-scraper