# Baidu Video Content Research

**Use case:** 

Research Chinese video content on Baidu for products, brands, industries, tutorials, reviews, and trending topics. Discover video results and source pages to support content research, competitor analysis, and media intelligence.

## Input

```json
{
  "searchType": "videos",
  "keywords": [
    "新能源汽车评测",
    "人工智能教程",
    "手机评测",
    "电商运营教程",
    "数字营销教程",
    "汽车评测",
    "科技产品评测",
    "跨境电商教程",
    "AI工具教程",
    "企业管理"
  ],
  "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`).
