Open WeChat Article
wechat_open_articleOpen WeChat article URLs to get structured page status, using authenticated sessions to bypass captchas and rate limits. No full extraction needed.
Instructions
Open a WeChat article URL and return structured page status without requiring full extraction.
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 |