---
title: "getBrowseNodeReviewTrends"
method: GET
path: "/customerFeedback/2024-06-01/browseNodes/{browseNodeId}/reviews/trends"
tags: ["Customer Feedback v2024-06-01"]
---

# getBrowseNodeReviewTrends

`GET /customerFeedback/2024-06-01/browseNodes/{browseNodeId}/reviews/trends`

Retrieve the positive and negative review trends of items in a browse node for the past six months.

## Path parameters

- `browseNodeId` string, required

## Query parameters

- `marketplaceId` string, required

## Response `200`

Success.

- BrowseNodeReviewTrendsResponse — The response for the `getBrowseNodeReviewTrends` operation.
  - `browseNodeId` string, required — The requested browse node id. A browse node id is the unique identifier of a given browse node.
  - `displayName` string, required — The display name of the requested browse node id. The display name of the browse node as visible on the Amazon retail website.
  - `marketplaceId` string, required — The requested marketplace id.
  - `countryCode` string, required — The two digit country code of requested marketplace id, in ISO 3166-1 alpha-2 format.
  - `dateRange` DateRange, required — The time range within which something (for example, a delivery) will occur.
    - `earliest` string, date-time, required — Date-time formatted timestamp.
    - `latest` string, date-time, required — Date-time formatted timestamp.
  - `reviewTrends` BrowseNodeReviewTrends, required — The 10 most positive and most negative review topics for all items in a browse node.
    - `positiveTopics` BrowseNodeReviewTrend[] — The trends of the most positive review topics. The percentage of reviews that contain the topic across all products in the requested browse node determine the topic's placement in the list. This value is `null` if there aren't enough positive reviews for the requested browse node. **Max length:** 10
      - `topic` string, required — The name of the topic.
      - `trendMetrics` BrowseNodeReviewTrendPoint[], required — The browse node's review trend metrics for the past six months.
        - `dateRange` DateRange, required — The time range within which something (for example, a delivery) will occur.
          - `earliest` string, date-time, required — Date-time formatted timestamp.
          - `latest` string, date-time, required — Date-time formatted timestamp.
        - `browseNodeMetrics` BrowseNodeReviewTrendMetrics, required — The browse node review topic metrics.
          - `occurrencePercentage` BrowseNodeAllOccurrence, required — The browse node review occurrence metrics.
            - `topTwentyFivePercentProducts` number, float, required — The percentage of reviews of the top 25 percent of products in the browse node that mention the topic.
            - `allProducts` number, float, required — The percentage of reviews of products in the browse node that mention the topic.
    - `negativeTopics` BrowseNodeReviewTrend[] — The trends of the most negative review topics. The percentage of reviews that contain the topic across all products in the requested browse node determine the topic's placement in the list. This value is `null` if there aren't enough positive reviews for the requested browse node. **Max length:** 10
      - `topic` string, required — The name of the topic.
      - `trendMetrics` BrowseNodeReviewTrendPoint[], required — The browse node's review trend metrics for the past six months.
        - `dateRange` DateRange, required — The time range within which something (for example, a delivery) will occur.
          - `earliest` string, date-time, required — Date-time formatted timestamp.
          - `latest` string, date-time, required — Date-time formatted timestamp.
        - `browseNodeMetrics` BrowseNodeReviewTrendMetrics, required — The browse node review topic metrics.
          - `occurrencePercentage` BrowseNodeAllOccurrence, required — The browse node review occurrence metrics.
            - `topTwentyFivePercentProducts` number, float, required — The percentage of reviews of the top 25 percent of products in the browse node that mention the topic.
            - `allProducts` number, float, required — The percentage of reviews of products in the browse node that mention the topic.

## Other responses

- `204` — Success.
- `400` — Request has missing or invalid parameters and cannot be parsed.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The resource specified does not exist.
- `413` — The request size exceeded the maximum accepted size.
- `415` — The request payload is in an unsupported format.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
