Weibo Search Scraper
Pricing
from $1.20 / 1,000 results
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Search public Weibo posts by keyword, fully paginated.
Input
| Field | Use it for |
|---|---|
query | Words or phrase to search for. Required. |
page | Page to start from. Default 1. |
maxItems | Maximum rows to save. 0 collects until exhausted. Default 100. |
{"query": "travel","maxItems": 30}
No login, cookie, or session token needed.
Output
One row per matching post.
| Field | Contents |
|---|---|
weibo_id | Post ID |
user_name, user_nick | Author's account name and nickname |
post_url | Public post URL |
publish_time | Publish time as Weibo displays it (relative or absolute) |
content | Post text |
weibo_type | original or repost |
media | Attached images/videos |
interaction | Repost/comment/like counts |
source_query | The keyword this run searched |
{"weibo_id": "5327964344681428","user_name": "xx低谷期来la","publish_time": "26秒前","content": "...我在檀健次超话...","weibo_type": "original","media": { "has_image": true, "has_video": false, "images": ["https://wx2.sinaimg.cn/large/008zEhUwly1ifr1d45l6cj30n00uong0.jpg"] },"interaction": { "repost_count": 0, "comment_count": 0, "like_count": 0 }}
Questions
Does weibo_type reliably tell reposts from originals?
Yes -- a repost row also carries original_user_name/original_content fields alongside the reposting user's own text, so you can filter reposts out or trace them back to the source post.
Why did a search for a very specific phrase return nothing? Weibo's own search index decides what matches -- an exact multi-word phrase can return fewer or zero results even when individual terms are common.
Related Actors
| Actor | Purpose |
|---|---|
| Weibo User Search Scraper | Find accounts instead of posts |
| Weibo Topic Search Scraper | Find topics instead of posts |
| Weibo Video Search Scraper | Video-specific results for the same keyword |