
WeChat Article Search API
Fetch full WeChat article details by keyword via API. Ideal for content monitoring, media research, and article intelligence workflows.
Brief
What is WeChat Article Search API?
BrowserActās WeChat Article Search API lets you extract full article details from WeChat article search results through a single API request, without building crawler scripts or maintaining custom browser automation.
This API is designed for keyword-based article discovery and full-content extraction. Simply provide keywords, set Date_limit, and choose publication_date. BrowserAct will search relevant WeChat articles, open each article detail page, extract the complete article content, and return it directly via API.
It is ideal for content monitoring, media research, trend tracking, knowledge base building, and internal article archives.
What data can you get through WeChat Article Search API?
The API extracts structured article details from the WeChat article detail page, including:
- title: Full article title
- body_content: Full body content of the article
- image_url: Main image URL or article cover image URL when available
- author: Article author or publishing account name
- publication_date: Article publication date
- url_link: Original article URL
Why WeChat Article Search API is right for you
- Keyword-based discovery
Search WeChat articles by keyword and extract structured data from matching results.
- Full-content extraction
Open each article detail page and extract the complete article body, not just list-level snippets.
- Zero operational overhead
No proxy setup, crawler scripts, or anti-bot handling required. BrowserAct runs the workflow in the background.
- Production-ready output
Consistent, structured responses designed for content systems, monitoring dashboards, and automation workflows.
In short:
Keyword ā API call ā Full article details delivered
API Parameters
Parameter | Description | Default | Supported values (examples) |
keywords | Search keywords used to find WeChat articles | openclaw | Any keyword or phrase e.g. openclaw, AI agent, browser automation |
Date_limit | Maximum number of articles to extract. For the first run, the default value is recommended | 10 | Positive integer e.g. 5, 10, 20 |
publication_date | Filter articles by publication date | 3ę11ę„ | Any valid date expression e.g. March 10, 2026-03-11 |
Code to Integrate
Click Get code, replace the API key, and run the code directly in your application.
API Key, get from: https://www.browseract.com/reception/integrations
API_KEY = os.getenv("BROWSERACT_API_KEY", "app-abcdefghijklmn")
Replace:
app-abcdefghijklmn
with your own API key, and the code will run successfully.
You can find your API key in the API & Integrations section of the BrowserAct dashboard.
API Example
Input
keywords: openclaw
Date_limit: 10
publication_date: 3ę11ę„
Steps
- Click Get the Code
- Run the request
- Receive structured full article details via API
Example Output
[
{
"title": "2026-03-11 OpenClaw Multi-Agent Orchestration in Practice: Your Personal AI Team for Everyday Life",
"body_content": "Let multiple AI Agents collaborate to manage everyday tasks. One person can work with three AI assistants at the same time...",
"image_url": "https://mmbiz.qpic.cn/mmbiz_png/xxxxxxxx/300?wx_fmt=png",
"author": "ruoji",
"publication_date": "2026-03-11",
"url_link": "https://mp.weixin.qq.com/s?src=11×tamp=xxxxxxxx"
}
]
Create Your Own WeChat Article Search API
To create your own WeChat Article Search API, simply start from a prebuilt template.
- Click Create from Template in the top-right corner
- Complete the setup
- Youāll receive a callable workflow_id
Once created, you can use the BrowserAct API to invoke your workflow programmatically and retrieve full WeChat article details directly in your application.
Need help?
Discord: [Discord Community]
E-mail: service@browseract.com
