Xueqiu Stock Discussion Scraper avatar

Xueqiu Stock Discussion Scraper

Pricing

Pay per usage

Go to Apify Store
Xueqiu Stock Discussion Scraper

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

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., 600519 for Kweichow Moutai)
  • US stocks (e.g., MSFT for Microsoft, PDD for Pinduoduo)
  • Hong Kong stocks (e.g., 00700 for Tencent)

Output

Each post includes:

FieldDescription
userAuthor's display name
followersAuthor's follower count
titlePost title or content snippet
urlDirect link to the post on Xueqiu
timePost publish time
likesNumber of likes
commentsNumber of comments

Input

FieldTypeRequiredDefaultDescription
stock_codestringYes-Stock code (e.g., 600519, MSFT, 00700)
marketstringNoautoMarket: auto, CN, US, HK
limitintegerNo15Max 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