Read WeChat Article
wechat_read_articleFetch and parse WeChat public account articles using an authenticated browser session, handling captchas and rate limits to return structured content or status.
Instructions
Read a WeChat article URL through the local browser bridge and return structured article data or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | WeChat article URL or captcha wrapper URL. | |
| cdp_url | No | Explicit Chrome DevTools Protocol endpoint. | |
| channel | No | Browser family to launch when launch mode is used. | |
| timeout | No | Timeout in seconds. | |
| strategy | No | Browser connection strategy. | |
| ephemeral | No | Use a temporary profile instead of the persistent one. | |
| profile_dir | No | Explicit profile directory for launch/playwright modes. | |
| profile_name | No | Named profile under the default profile root. | |
| wait_for_manual_verify | No | Seconds to wait for manual WeChat verification before returning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| hint | No | ||
| title | No | ||
| author | No | ||
| status | Yes | ||
| content | No | ||
| metadata | Yes | ||
| fetched_at | No | ||
| page_title | No | ||
| account_name | No | ||
| publish_time | No |