wechat-article-fetcher

Scrape full WeChat article content using Playwright and Chromium.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill wechat-article-fetcher-wulaosiji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-article-fetcher
Source: https://github.com/wulaosiji/skills/tree/main/wechat-article-fetcher
Command: npx skills add https://github.com/wulaosiji/skills --skill wechat-article-fetcher-wulaosiji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill overcomes WeChat's strict anti-scraping mechanisms, which prevent standard web fetching tools from accessing the full content of official account articles.

Core Features & Use Cases

  • Full Article Content Retrieval: Extracts the complete text content of WeChat articles, not just the title.
  • Playwright-based Scraping: Utilizes Playwright to simulate a real browser, ensuring reliable access to article content.
  • Use Case: Collect research material for a book by systematically downloading all articles from a specific WeChat public account.

Quick Start

Use the wechat-article-fetcher skill to scrape the WeChat article at https://mp.weixin.qq.com/s/xxxxx and save it to output/article.md.

Frequently Asked Questions about wechat-article-fetcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape WeChat article content when standard web fetching fails due to anti-scraping?

To scrape WeChat article content bypassing anti-scraping, simulate a real browser using Playwright to access the page and extract text from the '#js_content' element. This method retrieves the full article text for research or archival purposes.

Do I need Playwright and Chromium to extract full text from WeChat official account articles?

Yes, Playwright and Chromium are required to extract full text from WeChat official account articles. Simulating browser interactions with Playwright bypasses strict anti-scraping mechanisms, ensuring reliable content extraction for aggregation.

What is the best way to collect research material by downloading all articles from a specific WeChat public account?

The best way to collect research material by downloading articles from a specific WeChat public account is using Playwright-based scraping. This approach systematically extracts complete article content, bypassing restrictions that block direct web fetching.

Can I use direct web fetching tools to retrieve the complete text content of WeChat articles?

No, direct web fetching tools cannot retrieve the complete text content of WeChat articles because of strict anti-scraping mechanisms. Browser simulation with Playwright is necessary to load the page and extract the full text successfully.

Why does standard web scraping return incomplete content or fail when accessing WeChat articles?

Standard web scraping fails or returns incomplete content when accessing WeChat articles due to strict anti-scraping measures. Simulating a browser environment with Playwright bypasses these blocks to extract the full text from the page element.

Are there limitations when using Playwright to scrape WeChat articles for content aggregation?

Using Playwright to scrape WeChat articles for content aggregation requires a functioning Chromium environment to simulate browser interactions. Extraction specifically targets the '#js_content' element, so any structural changes to WeChat pages may limit scraping success.