# iQiyi Short Video Topic Monitor

**Use case:** 

Monitor iQiyi short videos by keyword and export uploaders, play counts, durations, thumbnails, and URLs.

## Input

```json
{
  "searchTerms": [
    "电影",
    "纪录片"
  ],
  "startUrls": [
    {
      "url": "https://www.iqiyi.com/so/q_%E5%8A%A8%E6%BC%AB"
    }
  ],
  "contentTypes": [
    "shortVideo"
  ],
  "maxItems": 150,
  "pageSize": 25
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search term"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  },
  "contentType": {
    "label": "Type"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "channel": {
    "label": "Channel"
  },
  "uploader": {
    "label": "Uploader"
  },
  "publishDate": {
    "label": "Publish date"
  },
  "uploadTime": {
    "label": "Upload time"
  },
  "durationSeconds": {
    "label": "Duration (s)"
  },
  "year": {
    "label": "Year"
  },
  "score": {
    "label": "Score"
  },
  "tags": {
    "label": "Tags"
  },
  "playCount": {
    "label": "Play count"
  },
  "qipuId": {
    "label": "Qipu ID"
  },
  "isVip": {
    "label": "VIP"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [iQiyi Video Scraper](https://apify.com/automation-lab/iqiyi-video-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/iqiyi-video-scraper) to learn more, explore other use cases, and run it yourself.