China A-Share Guba Investor Sentiment Monitor (股吧) avatar

China A-Share Guba Investor Sentiment Monitor (股吧)

Pricing

from $5.00 / 1,000 posts

Go to Apify Store
China A-Share Guba Investor Sentiment Monitor (股吧)

China A-Share Guba Investor Sentiment Monitor (股吧)

Keyless daily feed of A-share retail-investor sentiment from Eastmoney Guba (股吧): newest forum posts per stock code — title, author, read/reply counts, a bull/bear sentiment score, optional body. Delta mode returns only new posts. Pairs with Xueqiu. For quant funds & China equity research.

Pricing

from $5.00 / 1,000 posts

Rating

0.0

(0)

Developer

Sami

Sami

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

A keyless daily feed of Chinese retail-investor sentiment — the newest posts from Eastmoney Guba (股吧), the largest A-share stock-message board, per stock code, with a transparent bull/bear sentiment score. Built for quant / systematic funds, alt-data desks, and China equity research.

No login. No API key. No CAPTCHA.

Why Guba

Guba is where China's retail investors talk about individual stocks — millions of posts a day. Academic studies find Guba sentiment predicts 1–2 day A-share returns, and institutional vendors (FactSet, Datago) sell "Guba Analytics" paired with Xueqiu as the two retail-sentiment sources funds actually buy. This Actor gives you that raw feed directly, without a terminal.

What you get

For each stock code, the newest forum posts:

Field
stockCode, postId, postTypethe post + its stable id
titlepost title (the sentiment-bearing text)
author, authorUidposter + Eastmoney user id
readCount, replyCountper-post engagement (reads + replies)
postedAtRaw, urltimestamp + direct link
sentiment, sentimentScorebull/bear label + score in [-1, 1]
bodyTextfull post body (when includePostBody is on)

A per-ticker rollup (net sentiment, positive/negative/neutral counts, share-of-voice) is written to the run's key-value store SUMMARY.

Built for a daily schedule

Retail sentiment is a time series — new posts every hour. The intended use:

Turn on deltaMode + an Apify Schedule. Each run returns only posts new since the last run (deduped on postId in a named store), so you build a gap-free per-ticker sentiment history and pay only for genuinely new posts. A quiet window costs nothing.

Example input

{
"stockCodes": ["600519", "000858", "300750"],
"postsPerTicker": 30,
"sentimentAnalysis": true,
"deltaMode": true,
"deltaStateKey": "my-watchlist"
}

Use the 6-digit A-share code (e.g. 600519 Kweichow Moutai, 000858 Wuliangye, 300750 CATL).

Pricing

Pay-per-event: $0.005 per post. In deltaMode you're charged only for genuinely new posts since your last run.

Pairs with

  • Xueqiu Scraper — the other retail-sentiment source institutions buy alongside Guba.
  • Chinese Brand Monitor — Guba can feed the finance side of a cross-platform sentiment view.

Notes & honest limitations

  • Sentiment is a transparent bull/bear lexicon score, labelled heuristic-lexicon — not a trained model. It flags direction from A-share vernacular (利好/看多/涨 vs 利空/看空/跌); calibrate accordingly, or run your own model on the raw title/bodyText.
  • Posts are aggregated public forum content (no personal data beyond public display names).
  • Post timestamps are as Guba serves them (MM-DD HH:MM for recent posts); the stable postId drives delta, not the timestamp.
  • Found a field you need or a bug? Open an issue on the Actor page — I typically respond within 48 hours.