获取亚马逊评论分析报告
GET
/voc/reports/{reportId}获取亚马逊评论分析报告
请求参数
Path 参数
reportId
string
VOC报告ID
示例值:
123456789
Query 参数
language
string
可选
报告展示语言,默认为英语:English
示例值:
English
Header 参数
X-Token
string
API Key
示例值:
42e9fb1c94c842cd9495c812a4c8fe05
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
结果码
msg
string
错误信息
data
object
结果数据
finish
boolean
报告是否已完成
list
array [object {5}]
结果列表
示例
Success
{
"code": 0,
"data": {
"finish": true,
"list": [
{
"type": "Usage Scenario",
"reasons": "The headset is considered a good gift option, with many users reporting that it makes a great birthday gift or gift for a son.",
"percent": "0.08",
"tag": "Gift"
},
{
"type": "Negative Feedback",
"reasons": "Customers have reported a short lifespan.",
"percent": "0.35",
"tag": "Short Lifespan"
},
{
"type": "Positive Feedback",
"reasons": "Wonderful Bath Experience",
"percent": "0.18",
"tag": "Wonderful Bath Experience"
},
{
"type": "Buyers Motivation",
"reasons": "Customers have praised the durability of these headsets, noting that they are very durable and can withstand heavy use.",
"percent": "0.11",
"tag": "Durability"
},
{
"type": "Unmet Needs",
"reasons": "Customers have reported malfunctioning out of the box, but have found clearer instructions and a longer lifespan with better quality control.",
"percent": "0.26",
"tag": "Longer Lifespan"
},
{
"type": "Unmet Needs",
"reasons": "Improved connection to PS4/PS5, better plug, and better microphone quality are all highly valued by users, making the headset more effective for communication and gaming purposes.",
"percent": "0.12",
"tag": "Better Microphone Quality",
"parentTag": "Longer Lifespan"
}
]
}
}
最后修改时间: 1 年前