Google Places Reviews Plus avatar

Google Places Reviews Plus

Try Actor

$12.00/month

Go to Store
Google Places Reviews Plus

Google Places Reviews Plus

canadesk/google-places-reviews-plus
Try Actor

$12.00/month

No limits. Get all reviews for places such as monuments, restaurants or hotels from Google Maps! Also includes likes, images, replies and filters. It's (very) fast and costs little!

⭐ The actor works with all Places. This includes monuments, hotels, restaurants, etc.

Input

  • Places (array)

    List of places to fetch reviews for. The following types are accepted:

    When using search terms, make sure to be specific enough and include the country. Otherwise, you may get reviews for a different place.

  • Search filter (string)

    Similar to the "Search reviews" option in the Reviews tab on Google Maps.

    Note that Google Maps does not support exact search.

  • Language (string)

    Returns only reviews written in a specific language. Must be ISO 639-1, such as "en" or "es".

    Set to "all" to collect all languages. The filter is applied after collection!

  • Date filter (array)

    The array must always have two entries, and at least one must not be empty.

    Examples:

    • Between two dates: ["2024-12-01", "2024-12-15"]

    • After a date: ["2024-12-01", ""]

    • Before a date: ["", "2024-12-15"]

    The filter is applied after collection!

  • Country (string)

    Must be ISO 3166, such as "us".

  • Sort By (select)

    Similar to the sorting in Google Maps.

    "Most Likes" is applied after collection!

  • Reply filter (select)

    Returns All Reviews, Only reviews with replies or Only reviews without replies.

    The filter is applied after collection!

  • Source filter (string)

    Returns only reviews from a specific source.

    For example, "trip" will match "Tripadvisor.com" and "Trip.com".

    The filter is applied after collection!

  • User Latitude/Longitude (string)

    Optional. May help narrow down locations during search.

  • Maximum (integer)

    Stops collection once this number is reached.

  • Parallel runs (integer)

    Will run data collection in batches (parallism). Signficantly speeds up the process.

  • Delay (integer)

    Waiting time between requests. The lower, the higher the chances to get blocked.

Ouput

The field "location" is only populated when the Place is using search terms (id, name, address, coordinates).

1{
2	"url": "https://www.google.com/maps/place/Empire+State+Building/@40.7484405,-73.9882393,17z/data=!3m1!5s0x8b398fecd1aea119:0x76fa1e3ac5a94c70!4m8!3m7!1s0x89c259a9b3117469:0xd134e199a405a163!8m2!3d40.7484405!4d-73.9856644!9m1!1b1!16zL20vMDJuZF8?entry=ttu&g_ep=EgoyMDI0MTIxMC4wIKXMDSoASAFQAw%3D%3D",
3	"location": null,
4	"reviews": [
5		{
6			"id": "ChdDSUhNMG9nS0VJQ0FnSUNIeTRQVXlnRRAB",
7			"publishedAt": "2024-09-08T23:05:34",
8			"updatedAt": "2024-09-08T23:05:34",
9			"rating": 4,
10			"review": "My visit to the Empire State Building was an unforgettable experience. From the moment I entered the iconic building, I was struck by its grandeur and historical significance. The Art Deco architecture is stunning, and the lobby itself is a sight to behold.\nThe elevator ride to the observation deck was smooth and quick, and the staff were friendly and efficient. Once at the top, the views were absolutely breathtaking. Seeing New York City from such a height is truly awe-inspiring. The 360-degree panorama allows you to take in all the major landmarks, from Central Park to the Statue of Liberty.\nThe exhibits on the way up were informative and added to the overall experience, providing interesting insights into the building’s history and construction. The binoculars on the observation deck were a fun addition, allowing for an even closer look at the city’s details.\nIn summary, the Empire State Building is a must-visit attraction in New York City. The combination of its historical charm, architectural beauty, and stunning views makes it an experience not to be missed.",
11			"language": "en",
12			"likes": 4,
13			"reply": "Wow, Sacha, what a great review! We are forever grateful! Thank you so much for choosing to spend some of your NYC time with us and thank you for sharing your amazing photos! \n\nWe would love to get some feedback from you on what we could improve upon to have earned that full 5-star rating from you versus the 4-star rating. If you are willing to share your feedback, please email us at \"roomtoimprove@esbonyc.com\" to let us know what you think could have been better in order to get that 5-star ranking. We eagerly await to hear from you. Much appreciated! ",
14			"author": {
15				"name": "Sacha",
16				"avatar": "https://lh3.googleusercontent.com/a/ACg8ocKUMya57gW4Zx8X0fjx9LyKItsD9qdKhmKcDLVewizdEhysnw=s120-c-rp-mo-ba6-br100",
17				"url": "https://www.google.com/maps/contrib/105739057713241335266?hl=en",
18				"id": "105739057713241335266"
19			},
20			"images": [
21				{
22					"id": "AF1QipNzGVdB04NP5w0G1UNgqf14MMV7jjrtQXdvhzEk",
23					"url": "https://lh5.googleusercontent.com/p/AF1QipNzGVdB04NP5w0G1UNgqf14MMV7jjrtQXdvhzEk=w150-h150-k-no-p",
24					"size": {
25						"width": 3024,
26						"height": 4032
27					},
28					"location": "Empire State Building",
29					"caption": null
30				},
31				...
32			],
33			"source": "Google"
34		},
35        ...
36    ],
37    "count": 10
38}

Support

Always use a strong proxy.

Open a new issue or contact support. Please share the Run URL and Input!

Cheers!

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • Created in Dec 2024

  • Modified 5 hours ago