# 微博帖子详情 API | Weibo post details

**Use case:** 

微博帖子详情 / Weibo post details with SocialDataX. 通过微博链接或 post_id 获取单条微博详情，导出正文、作者信息、图片/视频媒体字段、转评赞互动指标，适合内容研究、舆情分析、CSV、Excel、JSON 和 API workflows。

## Input

```json
{
  "operation": "get_post_detail",
  "keyword": "露营",
  "post_url": "https://weibo.com/7855890912/R6wWdgf0d",
  "sort_type": "hot",
  "max_items": 50,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "author_user_id": {
    "label": "Author user ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "repost_count": {
    "label": "Repost count",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_has_more": {
    "label": "Page has more",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [微博 / Weibo API - 热搜、搜索、评论、用户数据](https://apify.com/socialdatax/socialdatax-weibo-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-weibo-data-api) to learn more, explore other use cases, and run it yourself.