# Страна и город автора отзывов Google Maps по API

**Use case:** 

API определяет домашний регион автора отзывов Google Maps: страна и город с ISO-кодами и оценкой достоверности. Проверка авторов на уровне региона.

## Input

```json
{
  "contributorId": "107022004965696773221",
  "regionGranularity": "country",
  "minCityPopulation": 100000,
  "hl": "ru",
  "maxResultsPerContributor": 100
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "contributor_id": {
    "label": "Contributor ID",
    "format": "string"
  },
  "contributor_name": {
    "label": "Contributor Name",
    "format": "string"
  },
  "home_region_guess": {
    "label": "Home Region Guess",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "home_cluster_size": {
    "label": "Home Cluster Size",
    "format": "integer"
  },
  "travel_outliers": {
    "label": "Travel Outliers",
    "format": "integer"
  },
  "located_reviews": {
    "label": "Located Reviews",
    "format": "integer"
  }
}
```

## About this Actor

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