Sogou WeChat Search Articles Scraper avatar

Sogou WeChat Search Articles Scraper

Pricing

from $11.88 / 1,000 results

Go to Apify Store
Sogou WeChat Search Articles Scraper

Sogou WeChat Search Articles Scraper

Scrape article details from Sogou WeChat Search results including title, URL, summary, publish date, and source account. Use this data for content aggregation, market research, trend analysis, and competitive intelligence. The scraper handles pagination and respects rate limits.

Pricing

from $11.88 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

ParseForge

🔍 Sogou WeChat Article Search Scraper | 搜狗微信公众号文章采集器

Export WeChat Official Account (公众号) articles from Sogou 微信 search in seconds. Give it a keyword, get back a clean, structured dataset of article titles, source accounts, summaries, links, cover images, and dates, ready as CSV, JSON, Excel, or XML. No WeChat login, no cookies, no API key.

WeChat (微信) is the largest content platform in China, but its Official Account (公众号) articles are famously hard to reach: there is no public WeChat API, and the content sits behind an app-first wall. Sogou WeChat Search (搜狗微信搜索, weixin.sogou.com) is the one public discovery gate into it, and this Actor turns that gate into downloadable data. Point it at any keyword and it collects the matching article listings, the same results a human would see on the search page, normalized into a fixed schema your pipeline can build on. Built for China market research, brand monitoring, social listening, share-of-voice tracking, KOL research, and Chinese-language NLP datasets.

Who it's forWhat they do with it
China market researchers · brand & competitive-intelligence teams · social listening / PR analysts · journalists · academics · data scientistsChina market research, brand monitoring, competitor and KOL tracking, share-of-voice analysis, Chinese-language NLP datasets, and media-monitoring dashboards

👉 Jump to: What it does · Use cases · Why choose this · Output · Input · Pricing · API · MCP · FAQ


📋 What does the Sogou WeChat (微信) Article Search Scraper do?

This Actor searches WeChat Official Account (公众号) articles by keyword through Sogou's public WeChat index (weixin.sogou.com) and returns every match as a structured row. For each article it captures the title, the publishing account, a summary snippet, the publish date, the cover image, and the article link. It needs no WeChat login, no cookies, and no mp.weixin.qq.com credentials, just a search term. Results export to CSV, JSON, Excel, or XML, or stream straight from the API.


🎯 What can you do with WeChat Official Account (公众号) data?

1. 📈 Track topic and trend movement. A China market researcher runs the same industry keywords (新能源汽车, 跨境电商, 人工智能, 金融科技) every morning and reads the titles and publish dates to spot which stories are gaining traction across Official Accounts. It answers: what do we cover or act on today?

2. 📣 Brand monitoring, competitor tracking, and share of voice. A brand or communications team searches its own brand, its competitors, and its executives (华为, 腾讯, 品牌营销) on a schedule and watches which accounts publish about them and how often. It answers: where is the conversation moving on WeChat, and do we need to respond?

3. 🤖 Build Chinese-language datasets for NLP and RAG. A data scientist collects thousands of titles and summaries across many queries to train or evaluate a Chinese language model, topic classifier, or retrieval (RAG) pipeline, a corpus that is otherwise hard to assemble from inside WeChat.

4. 🚨 Social listening and public-interest alerts. A researcher or NGO tracks health advisories, government notices, and emergency information (消费趋势, public announcements) that first surface through Official Accounts, catching signals early from a single scheduled run.


⭐ Why choose this scraper

What you get
The one public door into WeChat (微信)Official Account (公众号) articles have no open WeChat API, so this Actor reaches them through Sogou's public index. You get data most tools simply can't.
A fixed, pipeline-ready schemaEvery record has the same fields in the same shape (title, accountName, summary, url, imageUrl, date, scrapedAt). Build once, run forever. The contract never shifts under you.
Keyword in, dataset outOne required field. No WeChat login, no cookies, no account credentials, no proxy setup. Just type a query and run.
Chinese and English keywordsSearch 公众号 content in native Chinese (中文) for the richest results, or in English for cross-market coverage.
Real cover-image thumbnailsEach article ships with its Sogou-hosted cover image URL, ready to render in dashboards or feeds.
Free-tier friendlyTry it for free (up to 10 results per run). Scale to thousands only when you're ready to pay.
Every export formatCSV, JSON, Excel, XML, straight from the dashboard or the API.
Automate it anywhereNative Make, Zapier, Slack, Airbyte, MCP, and webhook integrations turn it into a scheduled feed in minutes.

Export to CSV, Excel, JSON, or XML from the Dataset tab, or pull them straight from the API.

FieldTypeDescription
titlestringArticle title as shown in the WeChat (微信) search results.
accountNamestringName of the publishing WeChat Official Account (公众号).
summarystringShort excerpt or description from the search snippet.
urlstringDirect Sogou link to the article (redirects to the mp.weixin.qq.com original).
imageUrlstringSogou-hosted cover image thumbnail.
datestringPublish date shown in the snippet (ISO-8601).
scrapedAtstringUTC timestamp of extraction (ISO-8601).
errorstring | nullnull on success; an error message if that record failed.

Sample record

{
"title": "HR Technology 的正牌鼻祖来啦,了解一下?",
"accountName": "FSG上海外服",
"summary": "HR Technology 有数百家参展商,在这里我不仅遇到了潜在的新供应商,同时通过在会展上与现有的许多供应商亲自联系,节省足足…",
"url": "https://weixin.sogou.com/link?url=dn9a_-gY295K0Rci_xozVXfdMkSQTLW6cwJThYulHEtVjXrG…",
"imageUrl": "https://img01.sogoucdn.com/v2/thumb?appid=201147&url=http%3A%2F%2Fmmbiz.qpic.cn%2F…",
"date": "2019-03-22",
"scrapedAt": "2026-08-09T17:39:57.000Z",
"error": null
}

⚙️ How do you configure the Sogou WeChat Article Search Scraper?

ParameterTypeRequiredDefaultDescription
querystring✅ YestechnologyThe search term. Chinese (中文) keywords return the richest 公众号 results; English terms work but may return fewer matches.
maxItemsintegerNo10Maximum number of articles to collect. Free users are capped at 10 per run; paid users can raise it up to 1,000,000.

Minimal input (just a keyword):

{ "query": "人工智能" }

A larger, English-keyword pull:

{ "query": "fintech", "maxItems": 500 }

💰 How much does it cost to scrape WeChat articles?

This Actor uses pay-per-result pricing: $0.013 per article collected. You are billed only for the results you receive; a run that returns nothing costs nothing.

RunArticlesCost
Quick check10 (free tier)$0.00
Small pull100~$1.31
Standard job1,000~$13.13
Large dataset10,000~$131.30

New Apify accounts include $5 in free credit, enough for roughly 380 articles before you pay anything. Create a free account →


🚀 How do you scrape WeChat Official Account articles without a login?

  1. Sign up. Create a free Apify account with $5 in credit.
  2. Open the Actor. Go to the Sogou WeChat Search Articles Scraper page.
  3. Set your input. Enter a query (Chinese or English), optionally set maxItems, and click Start. No WeChat login or cookies required.
  4. Download. Results appear in the Dataset tab. Export as CSV, Excel, JSON, or XML, or pull them from the API.

🔌 Use it as an API

Call it from anything that can send an HTTP request. This returns the dataset in the same response:

curl -X POST \
"https://api.apify.com/v2/acts/parseforge~sogou-wechat-search-articles-scraper/run-sync-get-dataset-items" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "query": "fintech", "maxItems": 100 }'

Node.js (npm install apify-client):

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('parseforge/sogou-wechat-search-articles-scraper').call({
query: '人工智能',
maxItems: 100,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python (pip install apify-client):

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("parseforge/sogou-wechat-search-articles-scraper").call(
run_input={"query": "人工智能", "maxItems": 100}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

$APIFY_TOKEN is your Apify API token, from Settings in the console. For larger jobs, start the run asynchronously and collect results with a webhook. Save a tested input as an Apify Task and attach a schedule for recurring collection. Full reference: the Apify API documentation.


🤖 Use with AI agents via MCP

Give an AI agent live access to WeChat search through the Model Context Protocol (MCP). 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 the agent naturally:

  • "Search WeChat Official Accounts for 新能源汽车 and summarize the top 20 article titles."
  • "Monitor 品牌营销 on WeChat and list which accounts published this week."
  • "Pull 50 公众号 articles about 人工智能 and export them as a table."

Copy this block into ChatGPT, Claude, or Cursor to start using the Actor:

Use the Apify Actor "parseforge/sogou-wechat-search-articles-scraper" to search WeChat Official Account (公众号) articles by keyword via Sogou. Input: { "query": "<your keyword>", "maxItems": <n> }. It returns title, accountName, summary, url, imageUrl, date for each article. Call it with the ApifyClient and my APIFY_TOKEN.

🧩 Integrate with any app

Connects to any cloud service through Apify integrations:


🛠️ Troubleshooting


❓ FAQ


Browse the full ParseForge collection for more scrapers.


🆘 Need help? Open our contact form or email parseforge@protonmail.com to report an issue, request a scraper, or discuss a custom data project.


⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Sogou Inc. (搜狗), Tencent Holdings Ltd. (腾讯), WeChat (微信), Weixin, or the WeChat Official Accounts platform (微信公众平台 / 公众号). It collects only publicly available Sogou search-result data. You are responsible for using the collected data in compliance with the source sites' terms of service and applicable data-protection laws, including GDPR, CCPA, and China's PIPL. Do not use it to collect personal data unlawfully.