# 微博用户帖子列表 API | Weibo user posts

**Use case:** 

微博用户帖子列表 / Weibo user posts with SocialDataX. 通过微博主页链接导出用户发布的微博列表，包含正文、发布时间、作者字段、互动指标、媒体字段和分页信息，适合账号分析、内容研究、KOL 研究、CSV、Excel、JSON 和 API workflows。

## Input

```json
{
  "operation": "list_user_posts",
  "keyword": "露营",
  "sort_type": "hot",
  "profile_url": "https://weibo.com/u/7855890912",
  "page_token": "***",
  "max_items": 50,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_user_id": {
    "label": "Query user ID",
    "format": "string"
  },
  "query_profile_url": {
    "label": "Query profile URL",
    "format": "string"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "post_url": {
    "label": "Post URL",
    "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"
  },
  "publish_time": {
    "label": "Publish time",
    "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.