获取亚马逊评论分析报告
GET
/voc/reports/{reportId}
请求参数
Path 参数
reportId
string
VOC报告ID
示例值:
123456789
Query 参数
language
string
可选
示例值:
English
Header 参数
X-Token
string
API Key
示例值:
42e9fb1c94c842cd9495c812a4c8fe05
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apps.voc.ai/api_v2/datahub/voc/reports/123456789?language=English' \
--header 'X-Token: 42e9fb1c94c842cd9495c812a4c8fe05'
返回响应
🟢200成功
application/json
Body
code
integer
结果码
msg
string
错误信息
data
object
结果数据
finish
boolean
报告是否已完成
list
array [object {5}]
结果列表
示例
{
"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"
}
]
}
}
修改于 2023-12-19 09:10:55