Xueqiu Stock Discussion Scraper
Pricing
Pay per usage
Go to Apify Store
Xueqiu Stock Discussion Scraper
Scrapes stock discussion posts from Xueqiu (雪球), China's largest investor community. Supports A-share, US, and HK stocks.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

liping wang
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape stock discussion posts from Xueqiu (雪球), China's largest investor community with 20M+ registered users.
What it does
This Actor extracts top discussion posts about any stock from Xueqiu, sorted by the author's follower count and engagement metrics. It supports:
- China A-shares (e.g.,
600519for Kweichow Moutai) - US stocks (e.g.,
MSFTfor Microsoft,PDDfor Pinduoduo) - Hong Kong stocks (e.g.,
00700for Tencent)
Output
Each post includes:
| Field | Description |
|---|---|
user | Author's display name |
followers | Author's follower count |
title | Post title or content snippet |
url | Direct link to the post on Xueqiu |
time | Post publish time |
likes | Number of likes |
comments | Number of comments |
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
stock_code | string | Yes | - | Stock code (e.g., 600519, MSFT, 00700) |
market | string | No | auto | Market: auto, CN, US, HK |
limit | integer | No | 15 | Max number of posts to return (1-50) |
Example input
{"stock_code": "600519","market": "auto","limit": 10}
Example output
{"stock_code": "600519","symbol": "SH600519","user": "但斌","followers": 1523000,"title": "贵州茅台2025年报分析:营收稳健增长...","url": "https://xueqiu.com/1234567/300000001","time": "2026-03-14 15:30","likes": 256,"comments": 89}
Technical notes
- Uses Playwright with anti-detection to bypass Alibaba Cloud WAF protection on Xueqiu
- Each run takes approximately 15-20 seconds due to WAF challenge wait time
- Posts are sorted by follower count + engagement (likes + comments)
Use cases
- Investment research: Monitor what top investors are saying about a stock
- Sentiment analysis: Gauge market sentiment from influential investors
- Market intelligence: Track trending discussions in Chinese stock market
- Data pipeline: Feed into your own analysis tools via Apify API