Retrieve place reviews from Google Maps
Retrieves relevant reviews of a place from Google Maps.
This Wrk Action divides. For more information on divides please visit our article explaining Divides.
Common use cases
- Data and content Manipulation
- Lead nurturing
- Product landscape research
Application
- Google Maps
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Place ID | The ID of the specific location/place in Google Maps.Can be retrieved from "Search places in Google Maps" Wrk Action | Text | Yes | ChIJd_ueCe1w44kRD_KFuN5w5nA |
| Maximum number of results | Maximum number of results to reviews to retrieve | Predefined Choice List | Yes | 5 |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Place name | The official name of the place | Text | Yes | Wrk technologies |
| Number of reviews | Total number of reviews | Number | Yes | 10 |
| Average place rating | Average rating of the place | Number | Yes | 4.5 |
| Author name | Name of the review author | Text | Yes | John Doe |
| Author link | Link of review author profile | Link | Yes | https://reviews.google.com/user1 |
| Author profile photo link | Link of review author profile photo | Link | Yes | https://googlestorage.com/a-/AD5-WC... |
| Language | Language that the review is written in | Text | Yes | English |
| Review rating | Individual review rating | Number | Yes | 3.5 |
| Relative time of review | Review relative time description | Text | Yes | 2 months ago |
| Review text | Text content of the review | Text | Yes | "Great service!.." |
| Time of review | Time the review was submitted | Time | Yes | 2:00 PM |
| Status | The status of the request | Text | Yes | Active |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected when the place reviews is successfully retrieved from Google Maps. |
| No Result | This status is selected in the event of the following scenarios: - No reviews are found |
| Unsuccessful | This status is selected in the event of the following scenarios: - Application site is down- Place ID is invalid |
Requirements
- N/A