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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
TextCategoriesMulti LabelTruncatedLabelLabelsConfidenceTags
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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" }
関連スクレイパー