Weibo Search Scraper avatar

Weibo Search Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Weibo Search Scraper

Weibo Search Scraper

Search public Weibo posts by keyword, fully paginated.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

Search public Weibo posts by keyword, fully paginated.

Input

FieldUse it for
queryWords or phrase to search for. Required.
pagePage to start from. Default 1.
maxItemsMaximum 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.

FieldContents
weibo_idPost ID
user_name, user_nickAuthor's account name and nickname
post_urlPublic post URL
publish_timePublish time as Weibo displays it (relative or absolute)
contentPost text
weibo_typeoriginal or repost
mediaAttached images/videos
interactionRepost/comment/like counts
source_queryThe 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.

ActorPurpose
Weibo User Search ScraperFind accounts instead of posts
Weibo Topic Search ScraperFind topics instead of posts
Weibo Video Search ScraperVideo-specific results for the same keyword