# Extract Google Maps travel reviewer contributions

**Use case:** 

Collect hotel and attraction reviews from a Google Maps travel contributor with locations visited, ratings, and photo counts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.google.com/maps/contrib/115729384756123456789?hl=en"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "number"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "number"
  },
  "relativeDate": {
    "label": "Relative date",
    "format": "string"
  },
  "viewCount": {
    "label": "View count",
    "format": "number"
  },
  "likeCount": {
    "label": "Like count",
    "format": "number"
  },
  "place.name": {
    "label": "Name",
    "format": "string"
  },
  "place.placeId": {
    "label": "Place id",
    "format": "string"
  },
  "place.primaryCategory": {
    "label": "Primary category",
    "format": "string"
  },
  "place.city": {
    "label": "City",
    "format": "string"
  },
  "place.countryCode": {
    "label": "Country code",
    "format": "string"
  },
  "reviewer.id": {
    "label": "Id",
    "format": "string"
  },
  "reviewer.name": {
    "label": "Name",
    "format": "string"
  }
}
```

## About this Actor

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