Scrapers.lat logo scrapers.lat
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.

9 每条记录的字段 JSON · CSV · Excel · API 按用量付费
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
示例输出

一条真实的示例记录,正是你收到的结构。

TextCategoriesMulti LabelTruncated
My invoice charged me twice this …["billing","technical","sales","c…falsefalse
The app keeps crashing every time…["billing","technical","sales","c…falsefalse
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"
}

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。