# Read the Korean reviews of a Naver Map place

**Use case:** 

Give place IDs and get visitor reviews and linked blog posts.

## Input

```json
{
  "placeIds": [
    "1668757640"
  ],
  "reviewType": "visitor",
  "maxReviewsPerPlace": 100,
  "sort": "recommend"
}
```

## Output

```json
{
  "place_id": {
    "label": "Place id"
  },
  "place_name": {
    "label": "Place name"
  },
  "review_type": {
    "label": "Review type"
  },
  "rating": {
    "label": "Rating"
  },
  "author_nickname": {
    "label": "Author nickname"
  },
  "visited_at": {
    "label": "Visited at"
  },
  "visit_count": {
    "label": "Visit count"
  },
  "photo_count": {
    "label": "Photo count"
  },
  "menu_item": {
    "label": "Menu item"
  },
  "voted_keywords": {
    "label": "Voted keywords"
  },
  "body": {
    "label": "Body"
  },
  "owner_reply": {
    "label": "Owner reply"
  },
  "found": {
    "label": "Found"
  },
  "blocked": {
    "label": "Blocked"
  }
}
```

## About this Actor

This example demonstrates how to use [Naver Map Reviews Scraper - Korean Ratings & Blog Posts](https://apify.com/s-r/naver-map-reviews.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/s-r/naver-map-reviews.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/s-r/naver-map-reviews.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
