# TikTok High-Intent Comment Queue

**Use case:** 

Scan up to 250 TikTok comments and return a focused queue of high-intent buyers, product questions, complaints, and competitor mentions.

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@vida.luz70/video/7504077256151600414"
  ],
  "commentsPerPost": 250,
  "maxScrolls": 45,
  "minimumScore": 50,
  "maxLeads": 1000,
  "productKeywords": [],
  "competitorKeywords": []
}
```

## Output

```json
{
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "intentCategories": {
    "label": "Intent",
    "format": "array"
  },
  "commentText": {
    "label": "Comment",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "authorProfileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "videoUrl": {
    "label": "TikTok video",
    "format": "link"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "matchedSignals": {
    "label": "Why matched",
    "format": "array"
  },
  "recordType": {
    "label": "Record type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Comment Intent Leads](https://apify.com/webdata_labs/tiktok-comment-intent-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/tiktok-comment-intent-leads) to learn more, explore other use cases, and run it yourself.