# Map a Google Reviewer's Review Footprint

**Use case:** 

Map every place a Google Maps reviewer has reviewed: each review's place_info with title, address, and gps_coordinates, so you can plot their footprint.

## Input

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

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