# Monitor Genshin 7.0 player feedback on Bahamut

**Use case:** 

Tracks new and updated public Genshin Impact (原神) 7.0 discussions on Bahamut. Collect complete threads, comments, GP/BP, images, links, hashed author IDs, and crawl-completeness evidence for repeatable player VOC monitoring.

## Input

```json
{
  "operation": "SCRAPE_DISCUSSIONS",
  "boardQueries": [],
  "bsns": [
    "36730"
  ],
  "startUrls": [],
  "keywords": [
    "7.0",
    "更新",
    "BUG",
    "卡頓",
    "閃退"
  ],
  "sortBy": "LATEST",
  "publishedAfter": "2026-08-12",
  "publishedBefore": "",
  "maxBoards": 1,
  "maxListPages": 3,
  "maxThreads": 25,
  "maxThreadPages": 0,
  "includeComments": true,
  "includeImages": true,
  "includeExternalLinks": true,
  "authorMode": "HASHED",
  "monitoring": {
    "enabled": true,
    "key": "genshin-7-0-voc",
    "onlyNew": true,
    "includeUpdated": true,
    "versionLabel": "7.0",
    "reset": false
  },
  "requestDelayMs": 500,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "TW"
  }
}
```

## Output

```json
{
  "monitor_status": {
    "label": "Monitor status",
    "format": "string"
  },
  "version_label": {
    "label": "Version label",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "board_name": {
    "label": "Board",
    "format": "string"
  },
  "matched_keywords": {
    "label": "Matched keywords",
    "format": "array"
  },
  "published_at": {
    "label": "Published at",
    "format": "string"
  },
  "modified_at": {
    "label": "Modified at",
    "format": "string"
  },
  "view_count": {
    "label": "Views",
    "format": "integer"
  },
  "floor_count": {
    "label": "Floors",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comments",
    "format": "integer"
  },
  "gp_total": {
    "label": "GP total",
    "format": "integer"
  },
  "bp_total": {
    "label": "BP total",
    "format": "integer"
  },
  "completeness": {
    "label": "Completeness",
    "format": "object"
  },
  "stable_id": {
    "label": "Stable ID",
    "format": "string"
  },
  "bsn": {
    "label": "Board BSN",
    "format": "integer"
  },
  "snA": {
    "label": "Discussion snA",
    "format": "integer"
  },
  "url": {
    "label": "Canonical URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bahamut 巴哈姆特 Gaming Forum & VOC Scraper](https://apify.com/research_master/bahamut-gaming-forum-voc-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/research_master/bahamut-gaming-forum-voc-scraper.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/research_master/bahamut-gaming-forum-voc-scraper.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`).
