This API action allows you to extract reviews from Google Places URLs, providing detailed insights into customer feedback for various locations. It is particularly useful for businesses looking to analyze customer sentiment or gather feedback from multiple locations efficiently.
Step 2
Search for the property you want to extract reviews for, such as “Captain
Data”.
Step 3
Click on Share and copy the link provided.
The Google Maps Place URL from which reviews will be extracted.
Parameters
The maximum number of reviews to extract for each input. The value can range
from 0 to 10,000.
The maximum number of days since the reviews were published.
List of publishers to ignore, separated by semicolons.
Additional action to get the sharing link of the reviews collected.
The country you wish to search from, with options including US, FR, DE, ES,
UK, BE, BR, IN, TH, CA, AU, IT.
The language you wish to search in, with options including English, French,
Italian, German, Spanish, and Portuguese.
Earliest date to extract reviews from, formatted as YYYY/MM/DD.
Output Fields
The API returns a comprehensive set of fields for each review extracted:
The response to the review, if any.
The date the response was made.
URL of the author’s profile image.
Name of the review author.
Number of reviews the author has made.
City where the review was made.
Date of the experience reviewed.
The Google Maps Place URL.
Unique identifier for the review.
URL of the review on Google Maps.
Rating given in the review.
Name of the place reviewed.
Date the review was posted.
Source of the review data.
Standardized format of the answer date.
Standardized format of the review date.
Translated response to the review, if applicable.
Translated content of the review, if applicable.
Below is the JSON schema for the output fields:
{
"answer" : "string" ,
"answer_date" : "string" ,
"author_img" : "string" ,
"author_name" : "string" ,
"author_reviews_count" : "integer" ,
"city" : "string" ,
"content" : "string" ,
"experience_date" : "string" ,
"google_maps_place_url" : "string" ,
"google_maps_review_id" : "string" ,
"google_maps_review_url" : "string" ,
"grade" : "integer" ,
"place_name" : "string" ,
"review_date" : "string" ,
"review_language" : "string" ,
"source" : "string" ,
"standard_answer_date" : "string" ,
"standard_review_date" : "string" ,
"translated_answer" : "string" ,
"translated_content" : "string"
}