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/contrib/110382514725174877672/reviews?hl=en"
},
"search_parameters": {
"engine": "google_maps_contributor_reviews",
"contributor_id": "110382514725174877672",
"gl": "us",
"hl": "en",
"page": 1
},
"contributor": {
"name": "M. Ashby",
"thumbnail": "https://lh3.googleusercontent.com/a/example",
"points": 21724,
"level": 8,
"reviews_count": 214,
"photos_count": 1902
},
"reviews": [
{
"scraped_at": "2026-08-10T12:00:00Z",
"place_info": {
"name": "Blanchard's Coffee Roasting Co.",
"address": "3121 W Leigh St, Richmond, VA 23230",
"type": "Coffee shop"
},
"rating": 5,
"date": "2 weeks ago",
"review_text": "Fantastic espresso and friendly baristas. My favorite spot in Scott's Addition.",
"likes": 12,
"link": "https://www.google.com/maps/contrib/110382514725174877672"
},
{
"scraped_at": "2026-08-10T12:00:00Z",
"place_info": {
"name": "The Continental Westhampton",
"address": "5811 Grove Ave, Richmond, VA 23226",
"type": "Coffee shop"
},
"rating": 4,
"date": "a month ago",
"review_text": "Great pour-over, though it gets crowded on weekends.",
"likes": 3,
"link": "https://www.google.com/maps/contrib/110382514725174877672"
}
],
"pagination": {
"current": 1,
"next": 2
}
}
GET
/v1/data/google/maps/contributor_reviews1 credit / runContributor Reviews
Reviews written by a single Maps contributor, with the place each review is for and the contributor's own stats (points, level, local guide).
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| contributor_id | string | yes | Google Maps contributor id, e.g. '110382514725174877672'. |
| Advanced filters | |||
| 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 (the profile loads more reviews as it scrolls). (default: 1) |