---
title: "Get product reviews from Google"
method: POST
path: "/google/get-product-reviews"
tags: ["Google"]
---

# Get product reviews from Google

`POST /google/get-product-reviews`

Get product reviews (title, author, source, rating, etc.) from Google given product ID

## Request body

- object
  - `product_id` string, required — The ID of the product for which to retrieve reviews
  - `country_code` string — The country code for the reviews
  - `per_page` integer — Number of reviews to return per page (default is 10)

## Response `200`

GetProductReviews API successful response

- object
  - `reviews` GoogleProductReview[]
    - `review_id` string — The unique identifier for the review
    - `title` string — The title of the review
    - `author` string — The author of the review
    - `source` string — The source where the review was published
    - `source_url` string, uri — The URL link to the review source
    - `text` string — The text content of the review
    - `rating` number, float — The rating given in the review
    - `datetime_utc` string, date-time — The date and time when the review was published in UTC
    - `photos` string[] — An array of URLs for photos included in the review

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
