Skip to main content
POST
cURL

Body

application/json

Google Shopping review scraping parameters

query
string
required

Provide the Google Shopping product detail page URL.

reviews_to_fetch
number | null

Number of reviews to fetch (default: all reviews, or within 30-second timeout).

sort_type
enum<string> | null
default:most_relevant

Order in which reviews should be sorted.

Available options:
most_recent,
most_relevant
filter_by

Filter applied to the review rating or incentive type.

Available options:
1,
2,
3,
4,
5,
null,
non_incentivized_only
sync_date
string | null

Fetches reviews posted on a specific date using format: YYYY-MM-DD.

is_text_formatted
boolean
default:true

Returns the review text with visual formatting preserved.

pagination_data
object | null

Pagination metadata returned by previous Google Shopping responses.

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction