place_id | string | Yes | - | Google Place ID. Use the ‘google_maps_find_places’ node first and take its output field id. |
sort_by | string or SelectableOption | No | - | Sort order for reviews: most_relevant (default), newest, highest_rating, lowest_rating. |
language | string or SelectableOption | No | - | Interface language for the results (default: en). Example values: en, ar, fr. |
country | string or SelectableOption | No | - | Country context for the search (optional). Example values: US, AE, GB. |
limit | integer | No | 20 | Maximum number of reviews to return. The API returns up to 20 reviews per page; this node paginates automatically. |