# Get Baidu search results in Claude via MCP

**Use case:** 

Give Claude live Baidu search results through MCP. Ask in English or Chinese and get titles, links, and snippets from China's top engine.

## Input

```json
{
  "query": "人工智能",
  "device": "desktop",
  "localization": 1,
  "page": 1,
  "num_results": 10,
  "max_pagination": 1
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "device": {
    "label": "Device"
  },
  "page": {
    "label": "Starting Page"
  },
  "pages_processed": {
    "label": "Pages Fetched"
  },
  "organic_results": {
    "label": "Organic Results"
  }
}
```

## About this Actor

This example demonstrates how to use [百度  Baidu - Cost-Effective Baidu Search Scraper](https://apify.com/johnvc/baidu-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/baidu-search-scraper) to learn more, explore other use cases, and run it yourself.