返回所有脚本

按 URL 获取亚马逊评论

01KC0Y5DYGVK1M9QPTSS7WP9AW
由 CafeScraper 维护
免费试用
我们的亚马逊产品采集工具可提取关键产品数据(如卖家、品牌、价格、ASIN、评论等)。该工具支持**按 URL(网页链接)**等多种采集方式,并允许您下载结构化的数据结果。

了解更多

支持哪些字段?

亚马逊数据抓取工具支持全面提取产品数据字段:卖家名称、品牌、描述、价格、折扣、货币、评论、类别、ASIN、卖家数量、排名、图片URL和产品详情。数据可以结构化格式下载,方便进行电商监控、竞品分析等。

How to directly scrape reviews and details of a product via URL?

输入目标产品的亚马逊页面 URL。爬虫程序会自动发送请求、解析页面结构并提取所需字段。它采用动态渲染检测技术来处理 JavaScript 渲染的内容,确保无论页面动态如何变化,都能保持稳定性和准确性。

示例

这是爬虫结果的示例。

json 复制代码
[
  {
    "product_name": "HISDERN Plaid Checkered Tie Handkerchief Woven Classic Formal Men's Necktie & Pocket Square Set",
    "product_rating": "4.7",
    "product_rating_object": {
      "five_star": 9534,
      "four_star": 1690,
      "three_star": 603,
      "two_star": 121,
      "one_star": 121
    },
    "product_rating_max": 5,
    "product_rating_count": "12068",
    "brand": null,
    "rating": "5.0",
    "author_name": "Photo buff",
    "asin": "B010FMOO8Q",
    "review_header": "Great looking, classy and classic tie",
    "review_id": "R3T9Y1HS60Y7KK",
    "review_text": "Quality tie and very good looking.  I wore it to a wedding and received multiple compliments.  Paired well with the brighter blue suits that are in style this spring.",
    "author_id": "AGPDKUKBD4RNA4WD3LEMF56ZCUGQ",
    "author_link": "https://www.amazon.com/gp/profile/amzn1.account.AGPDKUKBD4RNA4WD3LEMF56ZCUGQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
    "badge": "Verified Purchase",
    "review_posted_date": "May 7, 2025",
    "review_country": "United States",
    "review_images": [],
    "helpful_count": "0",
    "is_amazon_vine": false,
    "is_verified": true,
    "variant_asin": "B0BWRX5298",
    "variant_name": "Color: D3-sage Green",
    "videos": [],
    "timestamp": "2025-05-26T08:44:05.451Z",
    "input": {
      "url": "https://www.amazon.com/HISDERN-Checkered-Handkerchief-Classic-Necktie/dp/B0BRXPR726"
    },
    "error": null,
    "error_code": null,
    "warning": null,
    "warning_code": null,
    "url": "https://www.amazon.com/HISDERN-Checkered-Handkerchief-Classic-Necktie/dp/B0BRXPR726"
  }
]

Dictionary

Column name Description Data type
url 评论在Amazon上的URL或链接 Url
product_name 产品名称 Text
product_rating 产品的平均评分 Number
product_rating_object 表示产品评分分解的对象 Object
product_rating_max 产品评分的最大值 Number
rating 评论者给产品的评分 Number
author_name 撰写评论的人的姓名 Text
asin 产品的ASIN(Amazon标准识别号) Text
product_rating_count 该产品的总评分数量 Number
review_header 评论的标题或头衔 Text
review_id 每条评论的唯一标识符 Text
review_text 评论的文字内容 Text
author_id 评论作者的唯一标识符 Text
author_link 作者个人资料或页面的链接 Url
badge 与评论作者相关的任何徽章或荣誉 Text
brand 被评论产品的品牌 Text
review_posted_date 评论发布日期 Text
review_country 与评论者关联的国家 Text
review_images 评论中附带的图片 Array
helpful_count 找到评论有用的用户数量 Number
is_amazon_vine 产品是否加入Amazon Vine项目 Boolean
is_verified 产品评论是否来自验证购买者 Boolean
variant_asin 为特定子产品分配的唯一ASIN Text
variant_name 描述子产品独特属性的名称 Text
videos 视频内容的存在 Array
timestamp Amazon上产品操作/数据更新的日期/时间 Text
input 用于Amazon搜索或订单处理的数据或查询 Object
error 错误消息 Text
error_code 与错误消息相关的唯一标识符 Number
warning 警告消息 Text
warning_code 与警告消息相关的唯一标识符 Number

输入内容

URLs url Required Text

描述: 该参数用于指定待抓取的访问 URL 地址。