# 百度品牌排名查询API：关键词自然排名位置

**Use case:** 

用API查询任意关键词下品牌在百度的自然排名，返回每条结果的排名位置、标题、链接与摘要，结构化数据可直接导出，适合中国SEO监测与排名报告。

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