# Compare Korean local businesses by ratings

**Use case:** 

Compare Korean local businesses using customer ratings, review themes, photos, and reviewer engagement.

## Input

```json
{
  "urls": [
    {
      "url": "https://place.map.kakao.com/10735673"
    },
    {
      "url": "https://place.map.kakao.com/14635584"
    },
    {
      "url": "https://place.map.kakao.com/20204736"
    },
    {
      "url": "https://place.map.kakao.com/1940482802"
    }
  ],
  "max_review_per_page": 100,
  "sort_by": "RECOMMENDED",
  "cutoff_date": ""
}
```

## Output

```json
{
  "page_url": {
    "label": "Place URL",
    "format": "string"
  },
  "page_id": {
    "label": "Place ID",
    "format": "string"
  },
  "place_name": {
    "label": "Place Name",
    "format": "string"
  },
  "review_id": {
    "label": "Review ID",
    "format": "string"
  },
  "registered_time": {
    "label": "Registration Time",
    "format": "string"
  },
  "review_time": {
    "label": "Review Time",
    "format": "string"
  },
  "content": {
    "label": "Review Content",
    "format": "string"
  },
  "score": {
    "label": "Review Score",
    "format": "number"
  },
  "images": {
    "label": "Review Images",
    "format": "array"
  },
  "like_count": {
    "label": "Like Count",
    "format": "number"
  },
  "keywords": {
    "label": "Keyword Tags",
    "format": "array"
  },
  "reviewer_nickname": {
    "label": "Reviewer Nickname",
    "format": "string"
  },
  "reviewer_id": {
    "label": "Reviewer ID",
    "format": "string"
  },
  "reviewer_review_count": {
    "label": "Reviewer Total Review Count",
    "format": "number"
  },
  "reviewer_average_score": {
    "label": "Reviewer Average Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Kakao Map Reviews Scraper](https://apify.com/knagymate/kakao-map-reviews-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/knagymate/kakao-map-reviews-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
