# Baidu China News Monitoring

**Use case:** 

Monitor Chinese news coverage on Baidu for brands, companies, industries, products, and market topics. Collect news titles, URLs, snippets, display links, and domains to track media coverage and discover relevant sources.

## Input

```json
{
  "searchType": "news",
  "keywords": [
    "华为",
    "比亚迪",
    "人工智能",
    "新能源汽车",
    "中国电商",
    "跨境电商",
    "金融科技",
    "中国房地产",
    "数字营销",
    "科技行业"
  ],
  "MAX_ITEMS_PER_KEYWORD": 20
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "displayedUrl": {
    "label": "Displayed URL",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "text"
  },
  "pageCount": {
    "label": "Page Count",
    "format": "text"
  },
  "viewCount": {
    "label": "View Count",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "text"
  },
  "searchTimestamp": {
    "label": "Search Timestamp",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Baidu Scraper - Low-cost 低成本💲🔥🇨🇳🌐](https://apify.com/delectable_incubator/baidu-scraper---low-cost-di-cheng-ben.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delectable_incubator/baidu-scraper---low-cost-di-cheng-ben.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/delectable_incubator/baidu-scraper---low-cost-di-cheng-ben.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`).
