AI
Tool: Bulk Text Classifier & Tagger
Classify bulk text into your own categories and add free-form tags using premium AI. Paid Apify plans only.
text-classifier-tool.json 200 OK
{ "text": "My invoice charged me twice this month and I n…", "categories": ["billing","technical","sales","complaint"], "multiLabel": false, "truncated": false, "label": "billing", "labels": ["billing"], "confidence": 0.97, "tags": ["refund request","duplicate charge","invoic…, "observedAt": "2026-07-25T00:21:35.077Z" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
TextCategoriesMulti LabelTruncatedLabelLabelsConfidenceTags
示例输出
一条真实的示例记录,正是你收到的结构。
| Text | Categories | Multi Label | Truncated |
|---|---|---|---|
| My invoice charged me twice this … | ["billing","technical","sales","c… | false | false |
| The app keeps crashing every time… | ["billing","technical","sales","c… | false | false |
GET /text-classifier-tool
{ "text": "My invoice charged me twice this month and I n…", "categories": ["billing","technical","sales","complaint"], "multiLabel": false, "truncated": false, "label": "billing", "labels": ["billing"], "confidence": 0.97, "tags": ["refund request","duplicate charge","invoic…, "observedAt": "2026-07-25T00:21:35.077Z" }
相关爬虫