# WeChat Channels Automotive Videos

**Use case:** 

Pull WeChat Channels car videos (汽车) with creator, publish time, duration and engagement for automotive market monitoring.

## Input

```json
{
  "operation": "searchVideo",
  "keyword": "汽车",
  "v2Name": "v2_060000231003b20faec8c5...@finder",
  "exportId": "export/UzFfBgAAxN6gICpvEmDJ...",
  "objectId": "14980832906642262503",
  "maxResults": 50
}
```

## Output

```json
{
  "_operation": {
    "label": "Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "Fetched at (ISO)",
    "format": "string"
  },
  "_page": {
    "label": "Page",
    "format": "integer"
  },
  "_sourceKeyword": {
    "label": "Source keyword",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error message",
    "format": "string"
  },
  "videoTitle": {
    "label": "Video title",
    "format": "string"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "coverImage": {
    "label": "Cover image URL",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "pubTime": {
    "label": "Publish time (epoch)",
    "format": "integer"
  },
  "pubDate": {
    "label": "Publish date (ISO)",
    "format": "string"
  },
  "relativeTime": {
    "label": "Relative time",
    "format": "string"
  },
  "docID": {
    "label": "Doc ID",
    "format": "string"
  },
  "hashDocID": {
    "label": "Hash doc ID",
    "format": "string"
  },
  "exportId": {
    "label": "Export ID",
    "format": "string"
  },
  "isHot": {
    "label": "Is hot?",
    "format": "boolean"
  },
  "likeNum": {
    "label": "Like count",
    "format": "integer"
  },
  "accountName": {
    "label": "Account name",
    "format": "string"
  },
  "accountAvatar": {
    "label": "Account avatar URL",
    "format": "string"
  },
  "account": {
    "label": "Account",
    "format": "object"
  },
  "width": {
    "label": "Video width",
    "format": "integer"
  },
  "height": {
    "label": "Video height",
    "format": "integer"
  },
  "_sourceV2Name": {
    "label": "Source v2Name",
    "format": "string"
  },
  "_sourceExportId": {
    "label": "Source export ID",
    "format": "string"
  },
  "v2Name": {
    "label": "Account v2Name",
    "format": "string"
  },
  "nickname": {
    "label": "Creator nickname",
    "format": "string"
  },
  "avatar": {
    "label": "Creator avatar URL",
    "format": "string"
  },
  "signature": {
    "label": "Signature",
    "format": "string"
  },
  "authProfession": {
    "label": "Verified profession",
    "format": "string"
  },
  "boundOfficialAccount": {
    "label": "Bound Official Account",
    "format": "string"
  },
  "objectId": {
    "label": "Object ID",
    "format": "string"
  },
  "objectNonceId": {
    "label": "Object nonce ID",
    "format": "string"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "favCount": {
    "label": "Fav count",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comment count",
    "format": "integer"
  },
  "forwardCount": {
    "label": "Forward count",
    "format": "integer"
  },
  "commentId": {
    "label": "Comment ID",
    "format": "string"
  },
  "content": {
    "label": "Comment text",
    "format": "string"
  },
  "likeCount": {
    "label": "Comment likes",
    "format": "integer"
  },
  "replyToCommentId": {
    "label": "Reply to comment ID",
    "format": "string"
  },
  "replies": {
    "label": "Replies",
    "format": "array"
  },
  "moreRepliesAvailable": {
    "label": "More replies available",
    "format": "boolean"
  },
  "createTime": {
    "label": "Created (unix)",
    "format": "integer"
  },
  "createDate": {
    "label": "Created (ISO)",
    "format": "string"
  },
  "_sourceObjectId": {
    "label": "Source object ID",
    "format": "string"
  },
  "originCode": {
    "label": "Origin code",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [WeChat Channels Scraper — 视频号 Video Search](https://apify.com/sian.agency/wechat-channels-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/wechat-channels-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/wechat-channels-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
