返回 Skill 列表
extension
分类: 其它需要 API Key

公众号最近7日爆文提取

提取在最近7天内发布的、阅读量达到10万以上的微信公众号高表现文章,使用多种数据源(例如API或网页抓取)。

person作者: user_d82fedf3hubcommunity

🧠 WeChat Hot Article Extractor

📌 Overview

This skill extracts WeChat public account articles that meet the following criteria:

  • Published within the last N days (default: 7)
  • Read count ≥ specified threshold (default: 100,000)

Supports multiple data sources including:

  • Newrank API
  • GSData API
  • Sogou WeChat Search (fallback)
  • Custom database

⚙️ Input Schema

{
  "days": 7,
  "min_read": 100000,
  "source": "auto",
  "keyword": "热点",
  "api_key": null
}