Scrapes Weibo (Chinese social media platform) to retrieve user profiles, posts, search results, and trending topics. Provides programmatic access to Weibo's public content without requiring official API access.

31368 views7Local (stdio)

What it does

  • Search Weibo users by keywords
  • Get detailed user profile information
  • Retrieve user's latest posts and feeds
  • Fetch current trending topics and hot searches
  • Search Weibo content by keywords

Best for

Social media researchers analyzing Chinese contentMarketers tracking brand mentions on WeiboDevelopers building Weibo content aggregatorsAnalysts monitoring Chinese social trends
No official API key requiredAccess to trending topicsChinese social media focus

Tools (5)

search_users

根据关键词搜索微博用户并返回匹配的用户列表

get_profile

获取指定微博用户的详细资料信息

get_feeds

获取指定微博用户的最新动态和帖子

get_hot_search

获取当前微博热搜榜的热门话题列表

search_content

根据关键词搜索微博内容并返回相关的微博帖子

Alternatives