Headline Sentiment API
收藏RapidAPI2026-03-18 更新2026-03-20 收录
下载链接:
https://rapidapi.com/gabidxth33sketch/api/headline-sentiment-api
下载链接
链接失效反馈官方服务:
资源简介:
Instantly analyze the sentiment of any news headline. Returns positive, negative, or neutral with a confidence score and the signal words that drove the result. Built for trading bots, media monitoring tools, and newsletter apps.
创建时间:
2026-03-18
原始信息汇总
Headline Sentiment API 数据集概述
基本信息
- API名称:Headline Sentiment API
- 提供者:gabidxth33-sketch
- 类别:Text Analysis
- 订阅者数量:1
- 服务等级:100%
- 延迟:388ms
- 测试通过率:100%
功能描述
该API用于即时分析任何新闻标题的情感。返回结果为积极、消极或中性,并附带置信度分数以及驱动该结果的关键词信号。专为交易机器人、媒体监控工具和新闻通讯应用构建。
主要用户
- 交易机器人:在执行交易前对金融标题进行评分。
- 媒体监控工具:跨新闻源跟踪品牌情感。
- 新闻通讯应用:在发送前按语气自动标记内容。
- 研究管道:通过
/batch端点批量处理数千条标题。
可用端点
- GET /analyze:通过查询参数
?headline=分析单条标题。 - POST /analyze:通过JSON正文分析单条标题。
- POST /batch:单次请求中最多分析50条标题(Pro层级)。
响应示例
json { "headline": "Apple hits record profits in Q4", "label": "positive", "score": 2, "confidence": "99%", "signals": { "positive": ["record", "profit"], "negative": [] } }
核心优势
- 关键词信号:揭示评分依据,非黑盒操作。
- 响应格式:每次返回清晰、可预测的JSON。
- 批量处理:批量端点可为大型数据集节省数百次API调用。
订阅计划
- BASIC:$0.00 / 月
- PRO:$9.99 / 月
- ULTRA:$29.99 / 月



