Sogou WeChat Search Articles Scraper
parseforge/sogou-wechat-search-articles-scraper
News & media
Search and scrape WeChat Official Account articles via Sogou by keyword. Returns article title, summary, account name, publish date, and resolved mp.weixin.qq.com link for each result.
- Total users
- 2
- Monthly active
- 1
- Total runs
- 39
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 12 days ago
Overview
Sogou WeChat Search Articles Scraper
Scrape WeChat Official Account articles from Sogou search by keyword, up to a million results per run. Each article returns its title, summary, account name, publish date, and the resolved article link. Export to CSV, JSON, Excel, or XML.
WeChat's walled garden keeps Official Account articles off the open web, and the official platform offers no public search API. This Actor queries Sogou's WeChat article discovery gate directly, turning any keyword into a structured dataset of matching public articles. No WeChat login, no Official Account registration, and no manual browsing required.
| Who uses it | What they scrape Sogou WeChat for |
|---|---|
| Market researchers | Track which topics Chinese Official Accounts are publishing about this week |
| PR and communications teams | Monitor brand mentions across the WeChat content ecosystem |
| Competitive intelligence analysts | Collect competitor content strategies and publishing cadences on WeChat |
| Content marketers | Discover trending article formats and headlines in a specific industry |
| Academic researchers | Build corpora of Chinese-language public discourse for analysis |
What it does
This Actor searches public WeChat Official Account articles via Sogou by keyword and returns each result as a flat row with title, summary, account, date, and link.
- 🔎 Keyword search: enter any Chinese or English search term and get matching public WeChat articles from Sogou's index.
- 📊 Structured output: every result arrives as a flat row with title, summary, account name, publish date, and the resolved mp.weixin.qq.com link.
- ⚡ Scale on demand: free users get a 10-item preview. Paid users can pull up to 1,000,000 articles per run.
- 📁 Multi-format export: download your dataset as CSV, JSON, Excel, or XML for direct use in any analysis tool.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Sogou WeChat data
📈 Monitor brand mentions on WeChat.
A PR manager runs a daily search for their company name and product names, collecting every Official Account article that mentions them to measure share of voice.
🔬 Research industry content trends.
A market analyst searches for industry keywords like 新能源汽车 or 人工智能 weekly, building a timeline of which accounts drive conversation and what angles they take.
🕵️ Track competitor publishing activity.
A competitive intelligence team searches for a rival brand's name and key executives, logging every article that references them to map their content strategy.
📚 Build a Chinese-language text corpus.
An academic researcher runs broad topical queries and collects article summaries and metadata for discourse analysis or NLP training datasets.
Why choose this scraper
| What you get | |
|---|---|
| No WeChat login required | Access public article metadata without a WeChat Official Account or developer registration |
| Resolved article links | Get the final mp.weixin.qq.com URL for every result, not an intermediate redirect |
| Fixed schema | Every run returns the same fields so your downstream pipeline never breaks |
| Preview before scaling | Free tier returns 10 items so you can validate results before a full run |
How it compares
Three other scrapers target Sogou WeChat article search. Here is how this Actor compares on the capabilities their listings describe.
| Feature | ParseForge | Sogou WeChat Article Search Scraper (22 users) | Sogou WeChat Article Search Scraper (6 users) | WeChat Scraper - Search & Full Articles (2 users) |
|---|---|---|---|---|
| Keyword search on Sogou WeChat | Yes | Yes | Yes | Yes |
| Resolved mp.weixin.qq.com article links | Yes | Not listed | Yes | Yes |
| Article title and summary | Yes | Yes | Yes | Yes |
| Publishing account name | Yes | Yes | Yes | Yes |
| Full article body text extraction | Not listed | Not listed | Not listed | Yes |
| Cover image extraction | Not listed | Yes | Yes | Not listed |
| Up to 1,000,000 results per run | Yes | Not listed | Not listed | Not listed |
Configure the run
Drive the Actor with a search query and an optional max-items cap. The query runs against Sogou's WeChat article index and each matching result is returned in the dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"query": "technology",
"maxItems": 10
}
A larger pull:
{
"query": "technology",
"maxItems": 200
}
Pricing
Pay-per-result: $0.01313 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.31 |
| 1,000 results | $13.13 |
| 10,000 results | $131.30 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Sogou WeChat Search Articles Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Sogou WeChat through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/sogou-wechat-search-articles-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results for my query?
Try a broader or different keyword. Sogou's WeChat index may not contain articles matching very specific or niche terms. Check that your query uses terms likely to appear in Chinese Official Account content.
Why am I only getting 10 results even though I set a higher maxItems?
Free Apify accounts are capped at 10 items per run. Upgrade to a paid plan to increase your limit up to 1,000,000 items.
Some article links are not resolving to mp.weixin.qq.com URLs.
A small number of Sogou results may point to articles that have been deleted or made private. The Actor returns the best available link for each result. If the issue is widespread, try re-running the Actor.
The Actor is running slowly or timing out.
Large maxItems values will take longer to complete. Reduce your maxItems or run the Actor with more memory allocated. If Sogou is rate-limiting requests, the Actor will slow down automatically to respect the source.
Can I get more fields like read count or likes?
Sogou's search results page does not expose engagement metrics like read count or likes. Those metrics are only available inside the WeChat app or Official Account backend and cannot be scraped from public search.
FAQ
| Question | Answer |
|---|---|
| Do I need a WeChat account to use this scraper? | No. This Actor queries Sogou's public WeChat article search index, which is accessible without a WeChat login or Official Account registration. |
| What data does each result include? | Each result returns the article title, summary snippet, publishing Official Account name, publish date, and the resolved mp.weixin.qq.com article link. |
| Does this scraper return the full article text? | No. This Actor returns the search result metadata from Sogou. For full article body text, you would need a separate Actor that fetches and parses the resolved article URLs. |
| How many results can I get in one run? | Free users are limited to 10 items as a preview. Paid Apify users can set maxItems up to 1,000,000 per run. |
| Can I search in English or only Chinese? | You can search in any language. Sogou's WeChat index primarily covers Chinese-language content, but English keywords that appear in WeChat articles will also return matches. |
| What is Sogou and how does it relate to WeChat? | Sogou is a Chinese search engine that operates the only public search gateway for WeChat Official Account articles. Tencent, WeChat's parent company, is a major stakeholder in Sogou. |
| Are the article links direct or do they redirect? | The Actor resolves Sogou's intermediate links and returns the final mp.weixin.qq.com URL for each article. |
| Can I filter results by date range or specific Official Account? | This Actor accepts a keyword query and a max-items limit. Date-range and account-specific filtering are not available in the current input schema. |
| Is this legal to use? | This Actor accesses publicly available search results from Sogou. You are responsible for complying with the terms of service of any website you scrape and for how you use the collected data. |
| What export formats are supported? | You can export your dataset in CSV, JSON, Excel, or XML format from the Apify platform. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Sogou, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| query required | string | Search term for WeChat articles | technology |
| maxItems | integer | Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 | 10 |
Pricing
from $11.88 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.01188 to $0.01313 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~sogou-wechat-search-articles-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
Related scrapers
Run Sogou WeChat Search Articles Scraper on Apify All scrapers
