WB Reviews by imt_id
wb_reviewsRetrieve and sort Wildberries reviews by imt_id, with client-side reordering to surface lowest-rated feedback for complaint analysis.
Instructions
Fetch reviews by imt_id (root_id from wb_root_info).
All product variants share one review pool, indexed by imt_id NOT nmId.
The WB feedbacks endpoint returns a fixed pool (~1000 most-recent reviews,
newest-first) and IGNORES server-side order params (verified Nov 2026), so
sort is applied CLIENT-SIDE over that pool. To surface complaints, "worst"
reorders the returned pool by lowest rating first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | "recent"/"newest"/"default" (as returned, newest-first), "best"/"highest" (highest rating first), "worst"/"lowest"/"complaints" (LOWEST rating first — finds downsides). Reorders the ~1000-review pool WB returns, not all feedbacks. | recent |
| limit | No | Max review texts to return (1..100). Counts always full. | |
| imt_id | Yes | Root ID (imt_id) from wb_root_info. All product variants share one review pool indexed by imt_id, NOT by nmId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Validation metadata. | |
| sort | No | Client-side sort applied: recent, best, or worst. | recent |
| imt_id | No | Root product id (imt_id) the reviews belong to. | |
| feedbacks | No | Review items. | |
| host_used | No | Feedbacks CDN host used. | |
| pool_size | No | Total reviews in the returned pool. | |
| valuation | No | Overall valuation data. | |
| feedback_count | No | Total feedback count from the API. | |
| valuation_distribution | No | Star valuation distribution. |