# Zalo Dataset for AI Analysis

**Use case:** 

Export visible structured records for a private analysis workflow with explicit content controls.

## Input

```json
{
  "exportMode": "completeSnapshot",
  "includeMessageText": true,
  "includeAttachmentMetadata": false,
  "accountAlias": "main",
  "reconnectZalo": false,
  "groupIds": [],
  "conversationIds": [],
  "maxGroups": 1,
  "maxMembersPerGroup": 100,
  "maxConversations": 3,
  "maxMessagesPerConversation": 200,
  "listenSeconds": 0
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "groupId": {
    "label": "Group ID",
    "format": "string"
  },
  "userId": {
    "label": "User ID",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "recordKey": {
    "label": "Deterministic record key",
    "format": "string"
  },
  "collectedAt": {
    "label": "Collected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zalo Exporter - Group Members, Contacts and Chats](https://apify.com/kazkn/zalo-member-profile-exporter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kazkn/zalo-member-profile-exporter) to learn more, explore other use cases, and run it yourself.