获取商品评论列表/Get product reviews

Xiaohongshuapi

About

获取商品评论列表/Get product reviews

Documentation

获取商品评论列表/Get product reviews

[中文]

用途:

  • 获取商品的用户评论列表,支持分页、排序和筛选有图评论

参数:

  • sku_id: 商品 SKU ID(必需),如 "669ddd44e05f3700011067ed"
  • page: 页码,从 0 开始
  • sort_strategy_type: 排序策略
    • 0: 综合排序(默认)
    • 1: 最新排序
  • share_pics_only: 仅看有图评论,0=否, 1=是
  • from_page: 来源页面,默认 "score_page"

返回:

  • 商品评论列表数据

翻页说明:

  • page 从 0 开始递增

[English]

Purpose:

  • Get product user reviews list, supports pagination, sorting, and filtering reviews with images

Parameters:

  • sku_id: Product SKU ID (required), e.g. "669ddd44e05f3700011067ed"
  • page: Page number, start from 0
  • sort_strategy_type: Sort strategy
    • 0: General sort (default)
    • 1: Latest sort
  • share_pics_only: Show reviews with images only, 0=no, 1=yes
  • from_page: From page, default "score_page"

Return:

  • Product reviews list data

Pagination Guide:

  • page starts from 0 and increments

[示例/Example]

sku_id="669ddd44e05f3700011067ed" page=0

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取商品评论列表/Get product reviews

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models