# Baidu China Market Research

**Use case:** 

Research Chinese markets with Baidu web results for industries, products, services, and companies. Extract search results to discover businesses, competitors, websites, and market information for China-focused research.

## Input

```json
{
  "searchType": "search",
  "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`).
