Research and monitoring
Pull Weibo signals such as user info, user info detail, user timeline, user profile feed into repeatable market, creator, or community research workflows.
Weibo Social Data Connector gives AI agents one managed route for Weibo search, profile, feed, detail, or trend operations. It is built for teams comparing Weibo API options, scraper alternatives, and agent-ready social data workflows.
Use it when an AI agent needs repeatable Weibo research, public profile lookup, content detail checks, hot list monitoring, or search enrichment without managing separate credentials inside the agent. Vernclaw keeps every request behind one stable connector contract and returns normalized data for automation.
Pull Weibo signals such as user info, user info detail, user timeline, user profile feed into repeatable market, creator, or community research workflows.
Agents call Vernclaw with a stable connector ID, params object, and compact JSON response without managing separate credentials.
Return platform, operation, result, and item fields in a consistent envelope so downstream automations do not parse varying response formats.
This page covers User info, User info detail, User timeline, User profile feed, Status detail, Hot search. Choose the operation name in the request, then pass the platform-specific parameters through `params`.
Fetch Weibo user info by uid.
Fetch detailed Weibo user info by uid.
Fetch public Weibo user timeline rows.
Fetch Weibo profile feed rows.
Fetch Weibo status detail.
Fetch Weibo hot search topics.
Agents can inspect the schema with `describe`, then invoke the platform connector with a selected operation and JSON params.
vernclaw-cli describe social.weibo
vernclaw-cli invoke social.weibo --operation user_info --params '{"uid":"1234567890"}'It is a Vernclaw connector. Agents call Vernclaw with a supported Weibo operation, and the response is normalized for automation.
No for normal Vernclaw connector use. Vernclaw users authenticate with a Vernclaw API key and managed access is handled for them.
Supported operations are User info (user_info), User info detail (user_info_detail), User timeline (user_timeline), User profile feed (user_profile_feed), Status detail (status_detail), Hot search (hot_search).
Yes. Run vernclaw-cli describe social.weibo to inspect required fields, then invoke it with operation and params. Use vernclaw-cli list --json for structured catalog discovery.