# 批量监控品牌新闻(中文媒体)

**Use case:** 

一次监控多个品牌或话题的中文报道: 标题、来源、链接、发布时间, 自动按链接去重。适合公关舆情追踪与竞品动态监控。

## Input

```json
{
  "searchTerms": [
    "台积电",
    "比亚迪"
  ],
  "timeRange": "week",
  "country": "tw",
  "language": "zh-cn",
  "maxResultsPerSearch": 20
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "link": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google News Lite API](https://apify.com/johnvc/google-news-lite-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-news-lite-api) to learn more, explore other use cases, and run it yourself.