获取Amazon商品评论分析结果
开发中GET
/voc/{asin}/reviews/tags获取Amazon商品评论分析结果
请求参数
Path 参数
asin
string
必需
Amazon商品ASIN
Query 参数
countryCode
string
必需
亚马逊站点名称,可选值:US、UK、DE、FR、IT、CA、ES、JP
示例值:
US
language
string
可选
评论分析结果的展示语言,默认为英文
示例值:
en
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
状态码
msg
string
异常信息
data
object
可选
unmetNeeds
array [array]
未被满足的需求
motivation
array [array]
购买动机
sellingPoints
array [array]
商品卖点
scenarios
array [array]
使用场景
shortComings
array [array]
商品缺点
示例
{
"code": 200,
"msg": "success",
"data": {
"unmetNeeds": [
[
"Longer Lifespan",
0.26,
"Customers have reported malfunctioning out of the box, but have found clearer instructions and a longer lifespan with better quality control."
],
[
"Higher Quality Product",
0.22,
"Customers have praised the overall quality of the headset, including a better design for the USB cable and better build quality."
],
[
"Better Microphone Quality",
0.12,
"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."
],
[
"Improved Noise Cancellation",
0.1,
"Some customers have reported no high pitched noise and a clearer mic with better canceling, while others have reported poor sound quality."
],
[
"Functional Microphone & Speaker",
0.07,
"Some customers have reported issues with the microphone not working out of the box, but have found the knob to be functional. Others have reported a working microphone and a mute control on the mouthpiece, but have found the mic boom to be too short."
]
],
"motivation": [
[
"High Quality",
0.23,
""
],
[
"Durability",
0.11,
"Customers have praised the durability of these headsets, noting that they are very durable and can withstand heavy use."
],
[
"Great Value",
0.11,
""
],
[
"Convenient Baby Food Preparation",
0.11,
""
],
[
"Good Flow",
0.09,
""
]
],
"sellingPoints": [
[
"Wonderful Bath Experience",
0.18,
""
],
[
"Snack Tray",
0.17,
""
],
[
"Not Overpowering Scent",
0.17,
""
],
[
"Nice Scent",
0.11,
""
],
[
"Easy To Take",
0.07,
""
]
],
"scenarios": [
[
"Gaming",
0.42,
"The headset is highly valued by gamers, with features such as a microphone and good sound quality making it a popular choice for gaming and studying."
],
[
"Noise Cancellation",
0.26,
"The headset is praised for its noise cancelling features, providing a comfortable and immersive audio experience that blocks out ambient sound."
],
[
"Gift",
0.08,
"The headset is considered a good gift option, with many users reporting that it makes a great birthday gift or gift for a son."
],
[
"Sound Quality",
0.07,
"The headset is praised for its clear sound quality, with many users reporting good sound quality for computer use, phone calls, and affordability."
],
[
"Comfort",
0.06,
"The headset is praised for its comfort, with many users reporting that it is comfortable to wear for extended periods of time while still providing great sound quality."
]
],
"shortComings": [
[
"Short Lifespan",
0.35,
"Customers have reported a short lifespan."
],
[
"Incompatibility",
0.17,
""
],
[
"Poor Quality",
0.12,
""
],
[
"Low Volume",
0.06,
""
],
[
"Instability",
0.05,
""
]
]
}
}
最后修改时间: 1 年前