# Get a Google Maps Reviewer's Full Review History

**Use case:** 

Pull a Google Maps reviewer's entire review history as JSON: each review with rating, text, date, and the place reviewed, plus the reviewer's level and points.

## Input

```json
{
  "contributorId": "107022004965696773221",
  "hl": "en",
  "maxResultsPerContributor": 10
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "contributor_id": {
    "label": "Contributor ID",
    "format": "string"
  },
  "contributor_name": {
    "label": "Contributor Name",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Contributor Reviews | Reviewer History API](https://apify.com/johnvc/google-maps-contributor-reviews-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-maps-contributor-reviews-api) to learn more, explore other use cases, and run it yourself.