# Audit a Google Maps Local Guide's Reviews

**Use case:** 

Audit a Google Maps Local Guide: get their level, points, and local_guide status, plus every review they left with rating, text, date, and place. As JSON.

## 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.