Weibo Scraper for Posts and Feeds avatar

Weibo Scraper for Posts and Feeds

Pricing

from $0.70 / 1,000 posts

Go to Apify Store
Weibo Scraper for Posts and Feeds

Weibo Scraper for Posts and Feeds

Collect public Weibo posts, profiles, follower lists, feed posts, hot-search topics, and comments in structured dataset rows. Search by terms or use public post and user IDs or URLs, with date limits, promotion filtering, and optional Chinese-language sentiment scores.

Pricing

from $0.70 / 1,000 posts

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

For researchers, marketers, journalists, product teams, and developers, Weibo Scraper collects public Weibo data into structured dataset rows. Choose one workflow to search posts, open posts or profiles, collect follower and following accounts, read a public feed, check hot-search topics, or collect comments. The rows keep source IDs, links, text, times, profile details, counts, media links, and optional sentiment fields when the source provides them.

The dataset has four row shapes: posts, profiles, comments, and hot-search topics. Each row has a recordType value so you can tell its shape. Fields stay close to the public Weibo source, and optional fields appear when Weibo provides them.

The Actor saves the first eligible occurrence of a source item. If another search term, post reference, user reference, or source page finds the same item later, that later match is ignored. A post's searchTerm describes the first match that saved that row.

▶️ Run a Weibo collection

  1. Choose one resultType in the Input tab.
  2. Enter the matching search terms, post references, or user references.
  3. Add dates, post filtering, sentiment, or a work limit when they fit your run.
  4. Start the Actor and open the dataset link when the run finishes.

Each run uses one result type. Values for other result types are ignored. Public content that Weibo does not expose, including private or deleted content, is outside the Actor's scope.

⚙️ Input

Input fields

FieldTypeWhat it does
resultTypestringRequired. Chooses one public result type: searchPosts, post, profile, followers, following, feedPosts, hotTimeline, hotSearch, or comments. Each run uses one type.
searchTermsarray of stringsRequired for searchPosts. Enter one main keyword and optional equivalent Chinese or Latin terms for that same search. These values form one search, not separate jobs. Weibo may add recognized Chinese variants for some Latin brand searches.
searchDateFromstringOptional first date for searchPosts, in YYYY-MM-DD format. Dates use UTC.
searchDateTostringOptional last date for searchPosts, in YYYY-MM-DD format. Dates use UTC.
postReferencesarray of stringsRequired for post and comments. Enter one or more public Weibo post IDs or URLs. Keep long IDs exactly as the source gives them.
userReferencesarray of stringsRequired for profile, followers, following, and feedPosts. Enter one or more public Weibo user IDs or profile URLs. Each value is used for the selected result type.
promotedPostFilterstringFor searchPosts, post, feedPosts, and hotTimeline, keep all, only organic, or only promoted posts. This field is ignored for other result types.
includeSentimentbooleanFor searchPosts, post, feedPosts, hotTimeline, and comments, add Chinese-language sentiment polarity and scores. This field is ignored for other result types.
maxItemsintegerOptional work limit. Stops after this many returned items. Leave it empty to continue until the source is exhausted. The schema has no upper bound.

Example input

This is the public input from a successful current-beta default search run:

{
"resultType": "searchPosts",
"searchTerms": [
"weibo"
],
"promotedPostFilter": "all",
"includeSentiment": false,
"maxItems": 1
}

Choosing references

Use searchTerms for keyword search. Use postReferences for one or more public post IDs or URLs. Use userReferences for profile, follower, following, or feed requests. Long Weibo IDs are kept as strings so leading or large digits are not changed.

🧾 Output

Run output

FieldTypeWhat it does
datasetstring URLOpens the collected Weibo rows for the run.

The following tables cover every public dataset shape. A profile row is used for direct profile, follower, and following requests. A post row is used for search, direct post, feed, and hot-timeline requests.

Post row

FieldTypeWhat it does
recordTypestringMarks this row as a post.
postIdstringGives the exact Weibo post ID.
postUrlstring URLGives the public link to the post.
textstringGives the post text when Weibo provides it.
publishedAtdate-time stringGives the post publication time in UTC.
authorobjectHolds public details for the post author.
author.userIdstringGives the author's exact Weibo user ID.
author.usernamestringGives the author's Weibo username.
author.displayNamestringGives the author's public display name.
author.profileUrlstring URLGives the public link to the author's profile.
author.biostringGives the author's public bio when provided.
author.locationstringGives the author's public profile location when provided.
author.verifiedbooleanSays whether Weibo marks the author as verified.
author.verificationTypestringGives the verification label when provided.
author.followersCountintegerGives the follower count shown by Weibo when provided.
author.followingCountintegerGives the following count shown by Weibo when provided.
author.postsCountintegerGives the post count shown by Weibo when provided.
repostCountintegerGives the repost count shown by Weibo when provided.
commentCountintegerGives the comment count shown by Weibo when provided.
likeCountintegerGives the like count shown by Weibo when provided.
shareCountintegerGives the share count shown by Weibo when provided.
isPromotedbooleanSays whether Weibo marks the post as promoted when that distinction is provided.
topicsarray of stringsLists topics attached to the post when provided.
mentionsarray of stringsLists accounts mentioned in the post when provided.
postingSourcestringGives the posting source shown by Weibo when provided.
locationstringGives the location attached to the post when provided.
imageUrlsarray of stringsLists public image links attached to the post.
videoUrlsarray of stringsLists public video links attached to the post.
sentimentobjectHolds Chinese-language sentiment data when requested and available.
sentiment.polaritystringGives positive, neutral, or negative sentiment.
sentiment.scorenumberGives the sentiment score assigned to the post text.
quotedPostobjectHolds embedded quoted or original post context when provided.
quotedPost.postIdstringGives the exact ID of the embedded post.
quotedPost.postUrlstring URLGives the public link to the embedded post.
quotedPost.textstringGives the embedded post text when provided.
quotedPost.publishedAtdate-time stringGives the embedded post publication time in UTC when provided.
searchTermstringGives the search term that first caused this post row to be saved.

Example post row

This unshortened row came from a successful current-beta searchPosts run. Its keys and values are shown as returned.

{
"recordType": "post",
"postId": "5337711192048450",
"postUrl": "https://m.weibo.cn/detail/5337711192048450",
"publishedAt": "2026-08-30T12:29:41.000Z",
"author": {
"displayName": "剋剋啊",
"userId": "7425586997",
"username": "剋剋啊",
"profileUrl": "https://weibo.com/u/7425586997",
"bio": "今天发生了什么新鲜事~",
"location": "其他",
"verified": true,
"verificationType": "微博剪辑视频博主",
"followersCount": 196172,
"followingCount": 269,
"postsCount": 14616
},
"text": "首先给不和稀泥的帽子点赞\n\n当初她发布的这个事件的视频,在抖那边转发有13万多,图一\n\n微博这里有个博主发的转发是1万多,图二\n这个转发页能看到转发较多的几位,最高的是4000多。\n\n这个结果算是从轻处置了。\n\n想到了之前同样发生在这里一位大V造谣男子尾随她的事,当时引起的讨论也不少,那个当事人 ...全文",
"repostCount": 107,
"commentCount": 402,
"likeCount": 2352,
"shareCount": 0,
"isPromoted": false,
"postingSource": "微博剪辑视频博主",
"location": "发布于 浙江",
"imageUrls": [
"https://wx1.sinaimg.cn/large/0086x0odgy1igm4kzv0oej30wy1h1gxw.jpg",
"http://wx1.sinaimg.cn/bmiddle/0086x0odgy1igm4kzv0oej30wy1h1gxw.jpg",
"https://wx1.sinaimg.cn/thumbnail/0086x0odgy1igm4kzv0oej30wy1h1gxw.jpg",
"https://wx1.sinaimg.cn/orj360/0086x0odgy1igm4kzv0oej30wy1h1gxw.jpg",
"https://wx1.sinaimg.cn/mw2000/0086x0odgy1igm4kzv0oej30wy1h1gxw.jpg",
"https://wx2.sinaimg.cn/orj360/0086x0odgy1igm4mimnicj30v03317pj.jpg",
"https://wx2.sinaimg.cn/mw2000/0086x0odgy1igm4mimnicj30v03317pj.jpg",
"https://wx3.sinaimg.cn/orj360/0086x0odly1igm4nww60rj30u01hcmyh.jpg",
"https://wx3.sinaimg.cn/large/0086x0odly1igm4nww60rj30u01hcmyh.jpg",
"https://wx2.sinaimg.cn/orj360/0086x0odgy1igm4rtzo4uj30zo0f0ack.jpg",
"https://wx2.sinaimg.cn/mw2000/0086x0odgy1igm4rtzo4uj30zo0f0ack.jpg",
"https://wx3.sinaimg.cn/orj360/0086x0odgy1igm4rub77mj30zo0dzac2.jpg",
"https://wx3.sinaimg.cn/mw2000/0086x0odgy1igm4rub77mj30zo0dzac2.jpg",
"https://wx3.sinaimg.cn/orj360/0086x0odgy1igm4rtngzzj30zo108qb5.jpg",
"https://wx3.sinaimg.cn/mw2000/0086x0odgy1igm4rtngzzj30zo108qb5.jpg"
],
"videoUrls": [
"https://f.video.weibocdn.com/o0/grMvZ2WUlx08ApzcaX9601041200oRmM0E010.mp4?label=mp4_hd&template=540x960.24.0&ori=0&ps=1BVp4ysnknHVZu&Expires=1788406100&ssig=Si4cRwSCJs&KID=unistore,video",
"https://f.video.weibocdn.com/o0/7xDUTbvhlx08Apzb9GUE01041200EJTL0E010.mp4?label=mp4_720p&template=720x1280.24.0&ori=0&ps=1BVp4ysnknHVZu&Expires=1788406100&ssig=c6PvKmEzot&KID=unistore,video"
],
"searchTerm": "转发微博"
}

Profile and network-member row

Direct profile, follower, and following requests use this shape. relationship is present when the row comes from a follower or following request.

FieldTypeWhat it does
recordTypestringMarks this row as a profile.
userIdstringGives the exact Weibo user ID.
usernamestringGives the Weibo username when provided.
displayNamestringGives the public display name.
profileUrlstring URLGives the public link to the profile.
biostringGives the public bio when provided.
locationstringGives the public profile location when provided.
verifiedbooleanSays whether Weibo marks the profile as verified.
verificationTypestringGives the verification label when provided.
followersCountintegerGives the follower count shown by Weibo when provided.
followingCountintegerGives the following count shown by Weibo when provided.
postsCountintegerGives the post count shown by Weibo when provided.
relationshipstringSays follower or following for a network request.

Example profile row

This genuine row came from a successful current-beta profile run.

{
"recordType": "profile",
"userId": "7996410850",
"displayName": "咩咩放映机",
"profileUrl": "https://weibo.com/u/7996410850",
"username": "咩咩放映机",
"bio": "咩咩放映机(羚羊嫡长机版)——FOREVER FOR LAY",
"location": "其他",
"verified": true,
"verificationType": "娱乐博主 超话粉丝钻咖(张艺兴超话)",
"followersCount": 51025,
"followingCount": 95,
"postsCount": 6654
}

Comment row

FieldTypeWhat it does
recordTypestringMarks this row as a comment.
commentIdstringGives the exact Weibo comment ID.
postIdstringGives the exact ID of the post that owns the comment.
postUrlstring URLGives the public link to the post that owns the comment.
textstringGives the comment text.
publishedAtdate-time stringGives the comment publication time in UTC.
authorobjectHolds public details for the comment author.
author.userIdstringGives the comment author's exact Weibo user ID.
author.usernamestringGives the comment author's Weibo username.
author.displayNamestringGives the comment author's public display name.
author.profileUrlstring URLGives the public link to the comment author's profile.
author.verifiedbooleanSays whether Weibo marks the comment author as verified.
author.locationstringGives the comment author's public profile location when provided.
likeCountintegerGives the comment like count shown by Weibo when provided.
sentimentobjectHolds Chinese-language sentiment data when requested and available.
sentiment.polaritystringGives positive, neutral, or negative sentiment.
sentiment.scorenumberGives the sentiment score assigned to the comment text.

Example comment row

This genuine row came from a successful current-beta comments run with sentiment requested.

{
"recordType": "comment",
"commentId": "5338876928591207",
"postId": "5338875284163355",
"postUrl": "https://m.weibo.cn/detail/5338875284163355",
"text": "咩机 这个复制下来超字数了 只能一条一条🍊",
"publishedAt": "2026-09-02T17:41:54.000Z",
"author": {
"displayName": "cold_as_hell",
"userId": "7744860191",
"username": "cold_as_hell",
"profileUrl": "https://weibo.com/u/7744860191",
"verified": false,
"location": "海外 印尼"
},
"likeCount": 0,
"sentiment": {
"polarity": "neutral",
"score": 0
}
}

Hot-search topic row

FieldTypeWhat it does
recordTypestringMarks this row as a hotSearchTopic.
topicstringGives the hot-search topic text shown by Weibo.
rankintegerGives the current hot-search rank.
heatnumberGives the current topic heat value shown by Weibo.
categorystringGives the topic category shown by Weibo.
topicUrlstring URLGives the public link to the hot-search topic.

Example hot-search topic row

This genuine row came from a successful current-beta hot-search run.

{
"recordType": "hotSearchTopic",
"topic": "俄罗斯机器人遭推搡后飞踢顾客",
"rank": 1,
"heat": 1144508,
"category": "5001",
"topicUrl": "https://m.weibo.cn/search?containerid=100103type%3D1%26t%3D10%26q%3D%23%E4%BF%84%E7%BD%97%E6%96%AF%E6%9C%BA%E5%99%A8%E4%BA%BA%E9%81%AD%E6%8E%A8%E6%90%A1%E5%90%8E%E9%A3%9E%E8%B8%A2%E9%A1%BE%E5%AE%A2%23&stream_entry_id=31&isnewpage=1&extparam=seat%3D1%26lcate%3D5001%26c_type%3D31%26band_rank%3D1%26flag%3D0%26cate%3D5001%26dgr%3D0%26realpos%3D1%26q%3D%2523%25E4%25BF%2584%25E7%25BD%2597%25E6%2596%25AF%25E6%259C%25BA%25E5%2599%25A8%25E4%25BA%25BA%25E9%2581%25AD%25E6%258E%25A8%25E6%2590%25A1%25E5%2590%258E%25E9%25A3%259E%25E8%25B8%25A2%25E9%25A1%25BE%25E5%25AE%25A2%2523%26stream_entry_id%3D31%26filter_type%3Drealtimehot%26pos%3D0%26display_time%3D1788402188%26pre_seqid%3D178840218892003450614109&launchid=10000360-page_H5"
}

💳 Pricing

Pricing is pay per event. A charge applies when the corresponding public row is successfully returned and saved. The exact price depends on your account tier and appears in the Pricing tab.

Buyer-facing eventWhen it applies
PostOne public Weibo post is saved to your dataset.
CommentOne public Weibo comment is saved to your dataset.
ProfileOne public Weibo user profile is saved to your dataset.
Follower accountOne public account that follows the selected Weibo user is saved to your dataset.

🔌 Integrations

Open the dataset in Apify or read it through the Apify API. Use the source links and IDs in your own analysis workflow.

❓ FAQ

Which result type should I choose for each job?

Choose searchPosts for keyword results, post for direct post references, profile for profile details, followers or following for a user's network, feedPosts for a public feed, hotTimeline for current hot-timeline posts, hotSearch for current hot-search topics, and comments for comments on public posts.

Can I enter several search terms in one run?

Yes. Enter a main term and equivalent Chinese or Latin terms in searchTerms. They form one search, not separate search jobs. Use another run for a different search.

How does the Actor handle the same source item found more than once?

The first eligible occurrence is saved. If another submitted term or reference finds the same source item later, that later match is ignored. The saved post keeps the first matching searchTerm.

What happens when Weibo does not provide a field?

Optional fields are omitted from the row when Weibo does not provide them. The Actor keeps public source values and does not fill in missing facts.

How do promoted-post and sentiment options work?

promotedPostFilter applies to search, direct post, feed, and hot-timeline requests. includeSentiment adds Chinese-language polarity and scores to supported post and comment rows. Both fields are ignored for other result types.

Can I collect private or deleted Weibo content?

No. The Actor is for publicly accessible Weibo content. Private, deleted, login-only, or otherwise unavailable content is outside the supported scope.

What happens if I leave maxItems empty?

The Actor returns all available results until the source is exhausted. The schema does not set a fixed maximum, and the source may expose fewer results.

Do I need a Weibo login or source API key?

No buyer-supplied Weibo credential is needed for publicly accessible content. The Actor does not promise access to private or login-only data.

📝 Changelog

v0.0 (03-09-2026)

  • Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré