All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-10T12:00:00Z",
"engine": "google",
"google_url": "https://www.google.com/maps/place/?q=place_id:ChIJ-bfVTh8VkFQRD9aiceD4A0M&hl=en"
},
"search_parameters": {
"engine": "google_maps_reviews",
"place_id": "ChIJ-bfVTh8VkFQRD9aiceD4A0M",
"sort": "most_relevant",
"gl": "us",
"hl": "en"
},
"place": {
"title": "Blanchard's Coffee Roasting Co., Scott's Addition, Richmond VA",
"rating": 4.7,
"review_count": 3
},
"ratings": [
{
"stars": 5,
"count": 2
},
{
"stars": 4,
"count": 1
},
{
"stars": 3,
"count": 0
},
{
"stars": 2,
"count": 0
},
{
"stars": 1,
"count": 0
}
],
"reviews": [
{
"position": 1,
"rating": 5,
"review_time": "2 weeks ago",
"review_datetime_utc": null,
"review_by": "Jane D.",
"likes": 12,
"review_text": "Best roaster in Scott's Addition. Great cortado and friendly baristas, easy walk from W Broad St."
},
{
"position": 2,
"rating": 4,
"review_time": "a month ago",
"review_datetime_utc": null,
"review_by": "Marcus T.",
"likes": 3,
"review_text": "Solid pour-over and local single-origin beans, though it gets crowded on Saturday mornings."
},
{
"position": 3,
"rating": 5,
"review_time": "3 months ago",
"review_datetime_utc": null,
"review_by": "Priya S.",
"likes": 0,
"review_text": "Cozy Richmond spot with excellent espresso. Parking off Arthur Ashe Blvd is easy. Highly recommend."
}
],
"pagination": {
"current": 1,
"next": 2
}
}
GET
/v1/data/google/maps/reviews1 credit / runPlace Reviews
Reviews for a place. Paginate through ALL reviews with `page` (the render scrolls the reviews panel to load more); `sort` orders them.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| place_id | string | yes | Google place_id / data_id. |
| Advanced filters | |||
| sort | string | no | Review ordering. (default: most_relevant) |
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| page | integer | no | Page number (each page loads ~10 more reviews as the panel scrolls). (default: 1) |