# TikTok Upload Timeline Data for User lala_sadii

**Use case:** 

Analyze TikTok video upload patterns for user lala_sadii. Get precise timestamps, machine IDs, and sequence numbers for each video.

## Input

```json
{
  "username": "lala_sadii",
  "videoIds": [
    "https://www.tiktok.com/@lala_sadii/video/7653541305183685918?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
    "https://www.tiktok.com/@lala_sadii/video/7653196921321852191?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056"
  ],
  "safeMode": false
}
```

## Output

```json
{
  "videoId": {
    "label": "TikTok Video ID",
    "format": "string"
  },
  "decodedTimestamp": {
    "label": "Decoded Timestamp (UTC)",
    "format": "string"
  },
  "decodedDate": {
    "label": "Date",
    "format": "string"
  },
  "decodedTime": {
    "label": "Time",
    "format": "string"
  },
  "sequenceNumber": {
    "label": "Sequence Number",
    "format": "integer"
  },
  "machineId": {
    "label": "Machine / Shard ID",
    "format": "integer"
  },
  "originalUrl": {
    "label": "Original Video URL",
    "format": "string"
  },
  "error": {
    "label": "Error Details",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok ⏰ Chronology 📮 Analyzer](https://apify.com/badruddeen/tiktok-chronology-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/badruddeen/tiktok-chronology-analyzer) to learn more, explore other use cases, and run it yourself.