拉取店铺评价
pdd_reviews_listFetch Pinduoduo merchant review lists across pages using the saved request template. Filter by pending-report status or keywords, and optionally export to CSV.
Instructions
跨页拉取 mms 后台评价列表(自动复用页面自身请求体模板)。可只看待举报、关键词过滤、导出 CSV。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop | No | 店铺名(多店铺时指定,对应 config/shops.json 的键名;省略=默认店铺) | |
| pages | No | 拉取页数 | |
| outCsv | No | 同时导出 CSV 到 output/ | |
| keyword | No | 按商品名/商品ID/评价内容过滤(本地过滤) | |
| pageSize | No | 每页条数 | |
| reportableOnly | No | 只看待举报(reportState=99)的评价 | |
| refreshTemplate | No | 强制重新抓取页面请求体模板(接口报错/改过筛选条件时用) |