AmazonScraperAPI
加入交流群
加入交流群
加入微信交流群
    • 亚马逊分类
      GET
    • 关键词搜索接口
      GET
    • 卖家信息接口
      GET
    • 卖家产品查询
      GET
    • 卖家Reviews查询
      GET
    • 查询 ASIN 详情
      GET
    • 查询 ASIN Reviews
      GET
    • 查询 BSR TOP 50 ASIN
      GET

      卖家Reviews查询

      GET
      https://api.asin1.com/api/seller/reviews

      请求参数

      Query 参数

      示例代码

      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://api.asin1.com/api/seller/reviews?country=US&seller=A02211013Q5HP3OMSZC7W&page=1&star_rating=ALL&time_period=365d'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "country": "US",
          "language": "en_US",
          "latency": "346.299575ms",
          "time": "2024-09-28T17:10:52.246800868Z",
          "params": {
              "country": "US",
              "seller": "A02211013Q5HP3OMSZC7W",
              "page": 1,
              "star_rating": "ALL",
              "time_period": "365d"
          },
          "data": {
              "seller": "A02211013Q5HP3OMSZC7W",
              "has_next_page": true,
              "seller_reviews": [
                  {
                      "author": "Amazon Customer",
                      "author_id": "AE3VNXODJ4AQTNJKIDCUNB2SER4Q",
                      "author_avatar_url": "https://www.amazon.com/avatar/default/amzn1.account.AE3VNXODJ4AQTNJKIDCUNB2SER4Q?max_width=50&square=true",
                      "author_profile_url": "https://www.amazon.com/gp/profile/amzn1.account.AE3VNXODJ4AQTNJKIDCUNB2SER4Q",
                      "comment": "good product",
                      "rating": 5,
                      "has_response": false,
                      "date": "2024-09-27"
                  },
                  {
                      "author": "satisfied buyer",
                      "author_id": "AHR5XGPOTSKBACUA2IZX2NKMZOJA",
                      "author_avatar_url": "https://www.amazon.com/avatar/default/amzn1.account.AHR5XGPOTSKBACUA2IZX2NKMZOJA?max_width=50&square=true",
                      "author_profile_url": "https://www.amazon.com/gp/profile/amzn1.account.AHR5XGPOTSKBACUA2IZX2NKMZOJA",
                      "comment": "good",
                      "rating": 5,
                      "has_response": false,
                      "date": "2024-09-27"
                  },
                  {
                      "author": "COREY T.YOUNG",
                      "author_id": "AHUVU4A3XQZAT753HTAOSGAELTEQ",
                      "author_avatar_url": "https://www.amazon.com/avatar/default/amzn1.account.AHUVU4A3XQZAT753HTAOSGAELTEQ?max_width=50&square=true",
                      "author_profile_url": "https://www.amazon.com/gp/profile/amzn1.account.AHUVU4A3XQZAT753HTAOSGAELTEQ",
                      "comment": "good",
                      "rating": 5,
                      "has_response": false,
                      "date": "2024-09-27"
                  },
                  {
                      "author": "swatson",
                      "author_id": "AHHK7KPP5XKFDGDTFTQ5RAO5UDIA",
                      "author_avatar_url": "https://www.amazon.com/avatar/default/amzn1.account.AHHK7KPP5XKFDGDTFTQ5RAO5UDIA?max_width=50&square=true",
                      "author_profile_url": "https://www.amazon.com/gp/profile/amzn1.account.AHHK7KPP5XKFDGDTFTQ5RAO5UDIA",
                      "comment": "Came quickly, as described. Works well!",
                      "rating": 5,
                      "has_response": false,
                      "date": "2024-09-27"
                  },
                  {
                      "author": "TimeTraveller",
                      "author_id": "AEXUGNRZPIG32DKUKP5A6KJSBXXQ",
                      "author_avatar_url": "https://www.amazon.com/avatar/default/amzn1.account.AEXUGNRZPIG32DKUKP5A6KJSBXXQ?max_width=50&square=true",
                      "author_profile_url": "https://www.amazon.com/gp/profile/amzn1.account.AEXUGNRZPIG32DKUKP5A6KJSBXXQ",
                      "comment": "Waiting for the package to arrive.",
                      "rating": 1,
                      "has_response": false,
                      "date": "2024-09-26"
                  }
              ]
          }
      }

      扫码加入 AmazonScraperAPI 微信交流群

      在这里,获得 AmazonScraperAPI 使用上的任何帮助

      扫码加入交流群
      修改于 2024-09-28 17:55:13
      上一页
      卖家产品查询
      下一页
      查询 ASIN 详情
      Built with