Back to skills
extension
Category: OtherAPI key required

公众号最近7日爆文提取

Extract high-performing WeChat articles (100k+ reads) published within a recent time window, using multiple data sources such as APIs or web scraping.

personAuthor: 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
}