Crawlzodocs
API referenceWeibo

Weibo details

Single-post (details) for a Weibo (微博) post.

Provide exactly one of post_id (the base62 mblogid R5jpmrTgg OR the numeric mid) or url (any weibo.com / m.weibo.cn post URL, /<uid>/<mblogid>, /detail/<id>, /status/<mid>). Returns post_info: full text (long posts auto-expanded), exact like/comment/repost counts (+ a real view count for videos), images, video, mixed galleries, topics, links, the author profile, and, when include_comments, a page of top-level comments with their total.

Weibo's search surface withholds engagement counts. Those fields come back null on search results and are flagged, rather than being filled with zeros. Read a post through the details endpoint to get its counts.

The example response below is real output from this endpoint, not an illustration. Long lists and long strings are shortened to keep the page readable, and each place that happens is marked. This example took 3.9s.

POST
/v1/scrapers/weibo-details

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/weibo-details" \  -H "Content-Type: application/json" \  -d '{    "url": "https://weibo.com/1749127163/R5jpmrTgg",    "include_comments": true  }'
{  "request_id": "req_8f2c1d94e7b0",  "success": true,  "status": {    "code": "OK",    "message": "Scrape completed.",    "retryable": false  },  "data": {    "data": {      "post_info": {        "author": {          "avatar": "https://tvax3.sinaimg.cn/crop.0.0.1080.1080.1024/001Un9Srly8iecyh6fv11j60u00u0dhl02.jpg?KID=imgbed,tva&Expires=1787497355&ssig=qKYlS1FMfA",          "cover_image": null,          "custom_domain": "leijun",          "description": null,          "followers_count": null,          "followers_count_display": null,          "following_count": null,          "gender": null,          "is_svip": false,          "location": null,          "membership_level": 2,          "membership_type": 12,          "post_count": null,          "profile_url": "https://weibo.com/u/1749127163",          "screen_name": "雷军",          "total_comment_count": null,          "total_engagement_count": null,          "total_engagement_display": null,          "total_like_count": null,          "total_repost_count": null,          "user_id": "1749127163",          "verified": true,          "verified_reason": null,          "verified_type": 0        },        "can_edit": false,        "comment_count": 529,        "comments": [          {            "author_avatar": "https://tvax1.sinaimg.cn/crop.0.0.894.894.1024/70027475ly8i3p0w2iecbj20ou0oumyj.jpg?KID=imgbed,tva&Expires=1787497355&ssig=Upkxf9AZzf",            "author_id": "1879209077",            "author_name": "氵嫣",            "author_verified": true,            "comment_id": "5312662804370682",            "created_at": "2026-06-22T17:36:20+08:00",            "floor_number": 14,            "like_count": 93,            "liked_by_author": false,            "region": "山东",            "replies": [              {                "author_id": "2929419615",                "author_name": "冰糖橙帆总",                "comment_id": "5312668597750596",                "created_at": "2026-06-22T17:59:21+08:00",                "like_count": 29,                "region": "美国",                "text": "伟大 无需多言"              }            ],            "reply_count": 1,            "text": "有实力无需多言,太酷了!祝贺~[心][心][心]"          },          {            "author_avatar": "https://tvax2.sinaimg.cn/crop.0.0.1080.1080.1024/001r1n2Bly8ifyzwhuu0jj60u00u0god02.jpg?KID=imgbed,tva&Expires=1787497355&ssig=BJ4pH6%2B186",            "author_id": "1315420805",            "author_name": "神得强Steven",            "author_verified": true,            "comment_id": "5312678105186611",            "created_at": "2026-06-22T18:37:07+08:00",            "floor_number": 174,            "like_count": 38,            "liked_by_author": false,            "region": "北京",            "replies": [              {                "author_id": "7343447011",                "author_name": "康康你给胖的",                "comment_id": "5321616569666032",                "created_at": "2026-07-17T10:35:24+08:00",                "like_count": 0,                "region": "广西",                "text": "给力"              },              {                "author_id": "6626619170",                "author_name": "Ma咪妈咪哄",                "comment_id": "5320592959998388",                "created_at": "2026-07-14T14:47:56+08:00",                "like_count": 0,                "region": "山东",                "text": "[哇]"              }            ],            "reply_count": 10,            "text": "全球首个纽北自动驾驶圈速纪录的诞生,对于小米来说,这不是终点,而是驶向更高边界的新起点!"          },          "… 16 more items in the full response"        ],        "comments_next_cursor": "141916511455462",        "comments_total": 529,        "created_at": "2026-06-22T17:35:03+08:00",        "created_at_raw": "Mon Jun 22 17:35:03 +0800 2026",        "edit_count": null,        "favorited": false,        "images": [          {            "height": 1080,            "is_gif": false,            "pic_id": "001Un9Srly1iedvvj4xolj61400u0jyo02",            "thumbnail_url": "https://wx1.sinaimg.cn/wap180/001Un9Srly1iedvvj4xolj61400u0jyo02.jpg",            "url": "https://wx1.sinaimg.cn/large/001Un9Srly1iedvvj4xolj61400u0jyo02.jpg",            "width": 1440          }        ],        "is_ad": true,        "is_edited": false,        "is_long_text": true,        "is_repost": false,        "like_count": 3930,        "links": [],        "media_type": "image",        "mid": "5312662486647284",        "mixed_media": [],        "post_id": "R5jpmrTgg",        "post_url": "https://weibo.com/1749127163/R5jpmrTgg",        "reads_count": null,        "region": "北京",        "repost_count": 224,        "source": "Xiaomi Pad 7S Pro",        "tags": [          "高管TOP10"        ],        "text": "10分29秒483,这是小米在纽北,用自动驾驶跑出的圈速(纽北赛道内测试,采用自动驾驶)。没有驾驶员,没有远程操控,完全由系统自主判断、自主决策、自主控制。这绝对是一个历史性时刻!\n\n可能很多人都会问:为什么要自动驾驶跑纽北?\n\n圈速从来不是目的,而是手段,我们希望在全球最严苛的试验场上,通过极端工况验证与打磨,提升智能驾驶的能力上限,训练自动驾驶系统让其具备“专业车手”一样的驾控能力,并且能在极端情况下控制住车辆,为乘员提供更强的安全保护。\n\n具体来说,自动驾驶跑纽北,有三个目的:\n\n第一个目的,更快地探索更加先进的技术框架。小米造车5年多,车辆正式上市2年多,辅助驾驶从第一代规则架构,到端到端,再到今天的 XLA 架构,连续跨越… (+752 chars)",        "text_html": "10分29秒483,这是小米在纽北,用自动驾驶跑出的圈速(纽北赛道内测试,采用自动驾驶)。没有驾驶员,没有远程操控,完全由系统自主判断、自主决策、自主控制。这绝对是一个历史性时刻!<br /><br />可能很多人都会问:为什么要自动驾驶跑纽北?<br /><br />圈速从来不是目的,而是手段,我们希望在全球最严苛的试验场上, ​​​ ...<span class=\"expand\">展开</span>",        "text_length": 2087,        "topics": [],        "video": null,        "view_count": null,        "view_count_display": null,        "visibility": "公开"      }    }  },  "error": null,  "meta": {    "client_id": "client_abc123",    "scraper": "weibo-details",    "billable": true,    "duration_ms": 3200  }}