# 百度搜索结果导出CSV接口：标题、链接、摘要与排名

**Use case:** 

百度搜索结果导出CSV，无需手动整理：每行包含标题、链接、摘要与排名位置，结构清晰。还支持导出到Excel和Google表格，方便直接分析。

## Input

```json
{
  "query": "python教程",
  "device": "desktop",
  "localization": 1,
  "page": 1,
  "num_results": 10,
  "max_pagination": 3
}
```

## 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.