# 微信视频号搜索 API | WeChat Channels video search

**Use case:** 

按关键词搜索微信视频号内容，使用 SocialDataX 导出结构化 WeChat Channels video data，包括文案、作者、封面、发布时间、互动指标和分页信息，适合内容研究、趋势观察、CSV、Excel 和 API workflows。

## Input

```json
{
  "operation": "search_videos",
  "keyword": "露营",
  "sort_type": "all",
  "duration_range": "all",
  "page_token": "***",
  "max_items": 50,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_keyword": {
    "label": "Query keyword",
    "format": "string"
  },
  "encrypted_object_id": {
    "label": "Encrypted object ID",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "cover_image_url": {
    "label": "Cover image URL",
    "format": "string"
  },
  "duration_seconds": {
    "label": "Duration seconds",
    "format": "integer"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "collect_count": {
    "label": "Collect count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "share_count": {
    "label": "Share 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 [微信视频号 / WeChat Channels API - 热搜、搜索、评论、用户数据](https://apify.com/socialdatax/socialdatax-wechat-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-wechat-data-api) to learn more, explore other use cases, and run it yourself.