# Summarize Tencent Maps China Local Business Signals for AI Agen

**Use case:** 

Summarize Tencent Maps China Local Business Signals for AI Agen. Use this task to analyze tencent maps china local business and return decision-ready structured signals; replace the example input with your own target data.

## Input

```json
{
  "keywords": [
    "酒店"
  ],
  "cities": [
    "北京"
  ],
  "maxResults": 40,
  "trackedBrands": [],
  "previousSnapshot": [],
  "diagnostic": false,
  "mcpActionPreset": "AUTO_SAFE_WRITE",
  "mcpToolName": "",
  "mcpToolArguments": {},
  "mcpFailOnError": false
}
```

## Output

```json
{
  "marketRank": {
    "label": "Market Rank",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "isTrackedBrand": {
    "label": "Is Tracked Brand",
    "format": "boolean"
  },
  "trackedBrandSharePct": {
    "label": "Tracked Brand Share Pct",
    "format": "number"
  },
  "previousRank": {
    "label": "Previous Rank",
    "format": "integer"
  },
  "rankDelta": {
    "label": "Rank Delta",
    "format": "integer"
  },
  "visibilityScore": {
    "label": "Visibility Score",
    "format": "number"
  },
  "agentAction": {
    "label": "Agent Action",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tencent Maps China Local Business Intelligence](https://apify.com/quanmatrix/tencent-maps-business-intelligence.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/quanmatrix/tencent-maps-business-intelligence.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/quanmatrix/tencent-maps-business-intelligence.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`).
