Query parameters

fid
string

Feature id what you want to fetch reviews to.

fid parameter can be found in knowledge. fid field of google search response.

For example: https://www.google.com/search?q=hilton%20new%20york%20midtown

hl
string

Two-letter language code used to define the preferred page’s language

sort
string
default: "qualityScore"

The way reviews are sorted. Possible values are:

  • sort=qualityScore - most relevant first
  • sort=newestFirst - newest first
  • sort=ratingHigh - highest rating first
  • sort=ratingLow - lowest rating first
filter
string

Filter keyword. Will respond with reviews that contain specified keywords only.

Example: filter=awesome - search for reviews containing the ‘awesome’ word

start
string
default: "0"

Define the result offset - results to start from the selected value.

  • start=0 - first page of results
  • start=10 - second page of results
  • start=20 - third page of results, etc.