# Chinese News Monitoring — Toutiao Article Scraper

**Use case:** 

Monitor Chinese news at scale — keyword-search Toutiao (今日头条) for articles with title, author, publish time and engagement metrics. Export CSV/JSON.

## Input

```json
{
  "operation": "searchArticles",
  "keyword": "人工智能",
  "articleId": "7664723733352956451",
  "userId": "2826175326205300",
  "profileUrl": "https://www.toutiao.com/c/user/token/MS4wLjABAAAA.../",
  "keywords": [
    "人工智能",
    "新能源汽车"
  ],
  "articleIds": [
    "7664723733352956451"
  ],
  "userIds": [
    "2826175326205300"
  ]
}
```

## Output

```json
{
  "_operation": {
    "label": "Op"
  },
  "status": {
    "label": "Status"
  },
  "articleTitle": {
    "label": "Article"
  },
  "authorName": {
    "label": "Author"
  },
  "articleType": {
    "label": "Type"
  },
  "readCount": {
    "label": "👁️"
  },
  "commentCount": {
    "label": "💬"
  },
  "diggCount": {
    "label": "👍"
  },
  "groupId": {
    "label": "Group ID"
  },
  "articleId": {
    "label": "Article ID"
  },
  "mediaUserId": {
    "label": "Media User"
  },
  "userId": {
    "label": "User ID"
  },
  "name": {
    "label": "Creator"
  },
  "followersCount": {
    "label": "Followers"
  },
  "resolvedUserId": {
    "label": "Resolved ID"
  },
  "publishTime": {
    "label": "Published"
  },
  "articlePageUrl": {
    "label": "URL"
  },
  "_fetchedAt": {
    "label": "Fetched"
  }
}
```

## About this Actor

This example demonstrates how to use [Toutiao Scraper - Chinese News & Article Data API](https://apify.com/sian.agency/toutiao-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/toutiao-scraper) to learn more, explore other use cases, and run it yourself.